X11 Color Names

In computing, on the X Window System, X11 color names are represented in a simple text file, which maps certain strings to RGB color values. It is shipped with every X11 installation, hence the name, and is usually located in <X11root>/lib/rgb.txt. It is not known who originally compiled the list. The list shows neither a continuity in selected color values nor in color names, and many color triplets have multiple names. Despite this, graphic designers and others got used to them making it practically impossible to introduce a more stringent and logical alias list. The first versions of Mosaic and Netscape Navigator used the X11 colors as the basis for the Web colors list, as both were originally X11 applications. http://lists.w3.org/Archives/Public/www-style/2002May/0138.html

See also

Chart

11 color names, sorted alphabetically
Name Hex RGB
style="background:AliceBlue" | AliceBlue style="background:#F0F8FF" | #F0F8FF style="background:rgb(240,248,255)" | 240, 248, 255
style="background:AntiqueWhite" | AntiqueWhite style="background:#FAEBD7" | #FAEBD7 style="background:rgb(250,235,215)" | 250, 235, 215
style="background:Aqua" | Aqua style="background:#00FFFF" | #00FFFF style="background:rgb(0,255,255)" | 0, 255, 255
style="background:Aquamarine" | Aquamarine style="background:#7FFFD4" | #7FFFD4 style="background:rgb(127,255,212)" | 127, 255, 212
style="background:Azure" | Azure style="background:#F0FFFF" | #F0FFFF style="background:rgb(240,255,255)" | 240, 255, 255
style="background:Beige" | Beige style="background:#F5F5DC" | #F5F5DC style="background:rgb(245,245,220)" | 245, 245, 220
style="background:Bisque" | Bisque style="background:#FFE4C4" | #FFE4C4 style="background:rgb(255,228,196)" | 255, 228, 196
style="background:Black" | Black style="background:#000000" | #000000 style="background:rgb(0,0,0)" | 0, 0, 0
style="background:BlanchedAlmond" | BlanchedAlmond style="background:#FFEBCD" | #FFEBCD style="background:rgb(255,235,205)" | 255, 235, 205
style="background:Blue" | Blue style="background:#0000FF" | #0000FF style="background:rgb(0,0,255)" | 0, 0, 255
style="background:BlueViolet" | BlueViolet style="background:#8A2BE2" | #8A2BE2 style="background:rgb(138,43,226)" | 138, 43, 226
style="background:Brown" | Brown style="background:#A52A2A" | #A52A2A style="background:rgb(165,42,42)" | 165, 42, 42
style="background:BurlyWood" | BurlyWood style="background:#DEB887" | #DEB887 style="background:rgb(222,184,135)" | 222, 184, 135
style="background:CadetBlue" | CadetBlue style="background:#5F9EA0" | #5F9EA0 style="background:rgb(95,158,160)" | 95, 158, 160
style="background:Chartreuse" | Chartreuse style="background:#7FFF00" | #7FFF00 style="background:rgb(127,255,0)" | 127, 255, 0
style="background:Chocolate" | Chocolate style="background:#D2691E" | #D2691E style="background:rgb(210,105,30)" | 210, 105, 30
style="background:Coral" | Coral style="background:#FF7F50" | #FF7F50 style="background:rgb(255,127,80)" | 255, 127, 80
style="background:CornflowerBlue" | CornflowerBlue style="background:#6495ED" | #6495ED style="background:rgb(100,149,237)" | 100, 149, 237
style="background:Cornsilk" | Cornsilk style="background:#FFF8DC" | #FFF8DC style="background:rgb(255,248,220)" | 255, 248, 220
style="background:Crimson" | Crimson style="background:#DC143C" | #DC143C style="background:rgb(220,20,60)" | 220, 20, 60
style="background:Cyan" | Cyan style="background:#00FFFF" | #00FFFF style="background:rgb(0,255,255)" | 0, 255, 255
style="background:DarkBlue" | DarkBlue style="background:#00008B" | #00008B style="background:rgb(0,0,139)" | 0, 0, 139
style="background:DarkCyan" | DarkCyan style="background:#008B8B" | #008B8B style="background:rgb(0,139,139)" | 0, 139, 139
style="background:DarkGoldenrod" | DarkGoldenrod style="background:#B8860B" | #B8860B style="background:rgb(184,134,11)" | 184, 134, 11
style="background:DarkGray" | DarkGray style="background:#A9A9A9" | #A9A9A9 style="background:rgb(169,169,169)" | 169, 169, 169
style="background:DarkGreen" | DarkGreen style="background:#006400" | #006400 style="background:rgb(0,100,0)" | 0, 100, 0
style="background:DarkKhaki" | DarkKhaki style="background:#BDB76B" | #BDB76B style="background:rgb(189,183,107)" | 189, 183, 107
style="background:DarkMagenta" | DarkMagenta style="background:#8B008B" | #8B008B style="background:rgb(139,0,139)" | 139, 0, 139
style="background:DarkOliveGreen" | DarkOliveGreen style="background:#556B2F" | #556B2F style="background:rgb(85,107,47)" | 85, 107, 47
style="background:DarkOrange" | DarkOrange style="background:#FF8C00" | #FF8C00 style="background:rgb(255,140,0)" | 255, 140, 0
style="background:DarkOrchid" | DarkOrchid style="background:#9932CC" | #9932CC style="background:rgb(153,50,204)" | 153, 50, 204
style="background:DarkRed" | DarkRed style="background:#8B0000" | #8B0000 style="background:rgb(139,0,0)" | 139, 0, 0
style="background:DarkSalmon" | DarkSalmon style="background:#E9967A" | #E9967A style="background:rgb(233,150,122)" | 233, 150, 122
style="background:DarkSeaGreen" | DarkSeaGreen style="background:#8FBC8F" | #8FBC8F style="background:rgb(143,188,143)" | 143, 188, 143
style="background:DarkSlateBlue" | DarkSlateBlue style="background:#483D8B" | #483D8B style="background:rgb(72,61,139)" | 72, 61, 139
style="background:DarkSlateGray" | DarkSlateGray style="background:#2F4F4F" | #2F4F4F style="background:rgb(47,79,79)" | 47, 79, 79
style="background:DarkTurquoise" | DarkTurquoise style="background:#00CED1" | #00CED1 style="background:rgb(0,206,209)" | 0, 206, 209
style="background:DarkViolet" | DarkViolet style="background:#9400D3" | #9400D3 style="background:rgb(148,0,211)" | 148, 0, 211
style="background:DeepPink" | DeepPink style="background:#FF1493" | #FF1493 style="background:rgb(255,20,147)" | 255, 20, 147
style="background:DeepSkyBlue" | DeepSkyBlue style="background:#00BFFF" | #00BFFF style="background:rgb(0,191,255)" | 0, 191, 255
style="background:DimGray" | DimGray style="background:#696969" | #696969 style="background:rgb(105,105,105)" | 105, 105, 105
style="background:DodgerBlue" | DodgerBlue style="background:#1E90FF" | #1E90FF style="background:rgb(30,144,255)" | 30, 144, 255
style="background:FireBrick" | FireBrick style="background:#B22222" | #B22222 style="background:rgb(178,34,34)" | 178, 34, 34
style="background:FloralWhite" | FloralWhite style="background:#FFFAF0" | #FFFAF0 style="background:rgb(255,250,240)" | 255, 250, 240
style="background:ForestGreen" | ForestGreen style="background:#228B22" | #228B22 style="background:rgb(34,139,34)" | 34, 139, 34
style="background:Fuchsia" | Fuchsia style="background:#FF00FF" | #FF00FF style="background:rgb(255,0,255)" | 255, 0, 255
style="background:Gainsboro" | Gainsboro style="background:#DCDCDC" | #DCDCDC style="background:rgb(220,220,220)" | 220, 220, 220
style="background:GhostWhite" | GhostWhite style="background:#F8F8FF" | #F8F8FF style="background:rgb(248,248,255)" | 248, 248, 255
style="background:Gold" | Gold style="background:#FFD700" | #FFD700 style="background:rgb(255,215,0)" | 255, 215, 0
style="background:Goldenrod" | Goldenrod style="background:#DAA520" | #DAA520 style="background:rgb(218,165,32)" | 218, 165, 32
style="background:Gray" | Gray style="background:#808080" | #808080 style="background:rgb(128,128,128)" | 128, 128, 128
style="background:Green" | Green style="background:#008000" | #008000 style="background:rgb(0,128,0)" | 0, 128, 0
style="background:GreenYellow" | GreenYellow style="background:#ADFF2F" | #ADFF2F style="background:rgb(173,255,47)" | 173, 255, 47
style="background:Honeydew" | Honeydew style="background:#F0FFF0" | #F0FFF0 style="background:rgb(240,255,240)" | 240, 255, 240
style="background:HotPink" | HotPink style="background:#FF69B4" | #FF69B4 style="background:rgb(255,105,180)" | 255, 105, 180
style="background:IndianRed" | IndianRed style="background:#CD5C5C" | #CD5C5C style="background:rgb(205,92,92)" | 205, 92, 92
style="background:Indigo" | Indigo style="background:#4B0082" | #4B0082 style="background:rgb(75,0,130)" | 75, 0, 130
style="background:Ivory" | Ivory style="background:#FFFFF0" | #FFFFF0 style="background:rgb(255,255,240)" | 255, 255, 240
style="background:Khaki" | Khaki style="background:#F0E68C" | #F0E68C style="background:rgb(240,230,140)" | 240, 230, 140
style="background:Lavender" | Lavender style="background:#E6E6FA" | #E6E6FA style="background:rgb(230,230,250)" | 230, 230, 250
style="background:LavenderBlush" | LavenderBlush style="background:#FFF0F5" | #FFF0F5 style="background:rgb(255,240,245)" | 255, 240, 245
style="background:LawnGreen" | LawnGreen style="background:#7CFC00" | #7CFC00 style="background:rgb(124,252,0)" | 124, 252, 0
style="background:LemonChiffon" | LemonChiffon style="background:#FFFACD" | #FFFACD style="background:rgb(255,250,205)" | 255, 250, 205
style="background:LightBlue" | LightBlue style="background:#ADD8E6" | #ADD8E6 style="background:rgb(173,216,230)" | 173, 216, 230
style="background:LightCoral" | LightCoral style="background:#F08080" | #F08080 style="background:rgb(240,128,128)" | 240, 128, 128
style="background:LightCyan" | LightCyan style="background:#E0FFFF" | #E0FFFF style="background:rgb(224,255,255)" | 224, 255, 255
style="background:LightGoldenrodYellow" | LightGoldenrodYellow style="background:#FAFAD2" | #FAFAD2 style="background:rgb(250,250,210)" | 250, 250, 210
style="background:LightGreen" | LightGreen style="background:#90EE90" | #90EE90 style="background:rgb(144,238,144)" | 144, 238, 144
style="background:LightGrey" | LightGrey style="background:#D3D3D3" | #D3D3D3 style="background:rgb(211,211,211)" | 211, 211, 211
style="background:LightPink" | LightPink style="background:#FFB6C1" | #FFB6C1 style="background:rgb(255,182,193)" | 255, 182, 193
style="background:LightSalmon" | LightSalmon style="background:#FFA07A" | #FFA07A style="background:rgb(255,160,122)" | 255, 160, 122
style="background:LightSeaGreen" | LightSeaGreen style="background:#20B2AA" | #20B2AA style="background:rgb(32,178,170)" | 32, 178, 170
style="background:LightSkyBlue" | LightSkyBlue style="background:#87CEFA" | #87CEFA style="background:rgb(135,206,250)" | 135, 206, 250
style="background:LightSlateGray" | LightSlateGray style="background:#778899" | #778899 style="background:rgb(119,136,153)" | 119, 136, 153
style="background:LightSteelBlue" | LightSteelBlue style="background:#B0C4DE" | #B0C4DE style="background:rgb(176,196,222)" | 176, 196, 222
style="background:LightYellow" | LightYellow style="background:#FFFFE0" | #FFFFE0 style="background:rgb(255,255,224)" | 255, 255, 224
style="background:Lime" | Lime style="background:#00FF00" | #00FF00 style="background:rgb(0,255,0)" | 0, 255, 0
style="background:LimeGreen" | LimeGreen style="background:#32CD32" | #32CD32 style="background:rgb(50,205,50)" | 50, 205, 50
style="background:Linen" | Linen style="background:#FAF0E6" | #FAF0E6 style="background:rgb(250,240,230)" | 250, 240, 230
style="background:Magenta" | Magenta style="background:#FF00FF" | #FF00FF style="background:rgb(255,0,255)" | 255, 0, 255
style="background:Maroon" | Maroon style="background:#800000" | #800000 style="background:rgb(128,0,0)" | 128, 0, 0
style="background:MediumAquamarine" | MediumAquamarine style="background:#66CDAA" | #66CDAA style="background:rgb(102,205,170)" | 102, 205, 170
style="background:MediumBlue" | MediumBlue style="background:#0000CD" | #0000CD style="background:rgb(0,0,205)" | 0, 0, 205
style="background:MediumOrchid" | MediumOrchid style="background:#BA55D3" | #BA55D3 style="background:rgb(186,85,211)" | 186, 85, 211
style="background:MediumPurple" | MediumPurple style="background:#9370DB" | #9370DB style="background:rgb(147,112,219)" | 147, 112, 219
style="background:MediumSeaGreen" | MediumSeaGreen style="background:#3CB371" | #3CB371 style="background:rgb(60,179,113)" | 60, 179, 113
style="background:MediumSlateBlue" | MediumSlateBlue style="background:#7B68EE" | #7B68EE style="background:rgb(123,104,238)" | 123, 104, 238
style="background:MediumSpringGreen" | MediumSpringGreen style="background:#00FA9A" | #00FA9A style="background:rgb(0,250,154)" | 0, 250, 154
style="background:MediumTurquoise" | MediumTurquoise style="background:#48D1CC" | #48D1CC style="background:rgb(72,209,204)" | 72, 209, 204
style="background:MediumVioletRed" | MediumVioletRed style="background:#C71585" | #C71585 style="background:rgb(199,21,133)" | 199, 21, 133
style="background:MidnightBlue" | MidnightBlue style="background:#191970" | #191970 style="background:rgb(25,25,112)" | 25, 25, 112
style="background:MintCream" | MintCream style="background:#F5FFFA" | #F5FFFA style="background:rgb(245,255,250)" | 245, 255, 250
style="background:MistyRose" | MistyRose style="background:#FFE4E1" | #FFE4E1 style="background:rgb(255,228,225)" | 255, 228, 225
style="background:Moccasin" | Moccasin style="background:#FFE4B5" | #FFE4B5 style="background:rgb(255,228,181)" | 255, 228, 181
style="background:NavajoWhite" | NavajoWhite style="background:#FFDEAD" | #FFDEAD style="background:rgb(255,222,173)" | 255, 222, 173
style="background:Navy" | Navy style="background:#000080" | #000080 style="background:rgb(0,0,128)" | 0, 0, 128
style="background:OldLace" | OldLace style="background:#FDF5E6" | #FDF5E6 style="background:rgb(253,245,230)" | 253, 245, 230
style="background:Olive" | Olive style="background:#808000" | #808000 style="background:rgb(128,128,0)" | 128, 128, 0
style="background:OliveDrab" | OliveDrab style="background:#6B8E23" | #6B8E23 style="background:rgb(107,142, 35)" | 107, 142, 35
style="background:Orange" | Orange style="background:#FFA500" | #FFA500 style="background:rgb(255,165,0)" | 255, 165, 0
style="background:OrangeRed" | OrangeRed style="background:#FF4500" | #FF4500 style="background:rgb(255,69,0)" | 255, 69, 0
style="background:Orchid" | Orchid style="background:#DA70D6" | #DA70D6 style="background:rgb(218,112,214)" | 218, 112, 214
style="background:PaleGoldenrod" | PaleGoldenrod style="background:#EEE8AA" | #EEE8AA style="background:rgb(238,232,170)" | 238, 232, 170
style="background:PaleGreen" | PaleGreen style="background:#98FB98" | #98FB98 style="background:rgb(152,251,152)" | 152, 251, 152
style="background:PaleTurquoise" | PaleTurquoise style="background:#AFEEEE" | #AFEEEE style="background:rgb(175,238,238)" | 175, 238, 238
style="background:PaleVioletRed" | PaleVioletRed style="background:#DB7093" | #DB7093 style="background:rgb(219,112,147)" | 219, 112, 147
style="background:PapayaWhip" | PapayaWhip style="background:#FFEFD5" | #FFEFD5 style="background:rgb(255,239,213)" | 255, 239, 213
style="background:PeachPuff" | PeachPuff style="background:#FFDAB9" | #FFDAB9 style="background:rgb(255,218,185)" | 255, 218, 185
style="background:Peru" | Peru style="background:#CD853F" | #CD853F style="background:rgb(205,133,63)" | 205, 133, 63
style="background:Pink" | Pink style="background:#FFC0CB" | #FFC0CB style="background:rgb(255,192,203)" | 255, 192, 203
style="background:Plum" | Plum style="background:#DDA0DD" | #DDA0DD style="background:rgb(221,160,221)" | 221, 160, 221
style="background:PowderBlue" | PowderBlue style="background:#B0E0E6" | #B0E0E6 style="background:rgb(176,224,230)" | 176, 224, 230
style="background:Purple" | Purple style="background:#800080" | #800080 style="background:rgb(128,0,128)" | 128, 0, 128
style="background:Red" | Red style="background:#FF0000" | #FF0000 style="background:rgb(255,0,0)" | 255, 0, 0
style="background:RosyBrown" | RosyBrown style="background:#BC8F8F" | #BC8F8F style="background:rgb(188,143,143)" | 188, 143, 143
style="background:RoyalBlue" | RoyalBlue style="background:#4169E1" | #4169E1 style="background:rgb(65,105,225)" | 65, 105, 225
style="background:SaddleBrown" | SaddleBrown style="background:#8B4513" | #8B4513 style="background:rgb(139,69,19)" | 139, 69, 19
style="background:Salmon" | Salmon style="background:#FA8072" | #FA8072 style="background:rgb(250,128,114)" | 250, 128, 114
style="background:SandyBrown" | SandyBrown style="background:#F4A460" | #F4A460 style="background:rgb(244,164, 96)" | 244, 164, 96
style="background:SeaGreen" | SeaGreen style="background:#2E8B57" | #2E8B57 style="background:rgb(46,139,87)" | 46, 139, 87
style="background:Seashell" | Seashell style="background:#FFF5EE" | #FFF5EE style="background:rgb(255,245,238)" | 255, 245, 238
style="background:Sienna" | Sienna style="background:#A0522D" | #A0522D style="background:rgb(160,82,45)" | 160, 82, 45
style="background:Silver" | Silver style="background:#C0C0C0" | #C0C0C0 style="background:rgb(192,192,192)" | 192, 192, 192
style="background:SkyBlue" | SkyBlue style="background:#87CEEB" | #87CEEB style="background:rgb(135,206,235)" | 135, 206, 235
style="background:SlateBlue" | SlateBlue style="background:#6A5ACD" | #6A5ACD style="background:rgb(106,90,205)" | 106, 90, 205
style="background:SlateGray" | SlateGray style="background:#708090" | #708090 style="background:rgb(112,128,144)" | 112, 128, 144
style="background:Snow" | Snow style="background:#FFFAFA" | #FFFAFA style="background:rgb(255,250,250)" | 255, 250, 250
style="background:SpringGreen" | SpringGreen style="background:#00FF7F" | #00FF7F style="background:rgb(0,255,127)" | 0, 255, 127
style="background:SteelBlue" | SteelBlue style="background:#4682B4" | #4682B4 style="background:rgb(70,130,180)" | 70, 130, 180
style="background:Tan" | Tan style="background:#D2B48C" | #D2B48C style="background:rgb(210,180,140)" | 210, 180, 140
style="background:Teal" | Teal style="background:#008080" | #008080 style="background:rgb(0,128,128)" | 0, 128, 128
style="background:Thistle" | Thistle style="background:#D8BFD8" | #D8BFD8 style="background:rgb(216,191,216)" | 216, 191, 216
style="background:Tomato" | Tomato style="background:#FF6347" | #FF6347 style="background:rgb(255,99,71)" | 255, 99, 71
style="background:Turquoise" | Turquoise style="background:#40E0D0" | #40E0D0 style="background:rgb(64,224,208)" | 64, 224, 208
style="background:Violet" | Violet style="background:#EE82EE" | #EE82EE style="background:rgb(238,130,238)" | 238, 130, 238
style="background:Wheat" | Wheat style="background:#F5DEB3" | #F5DEB3 style="background:rgb(245,222,179)" | 245, 222, 179
style="background:White" | White style="background:#FFFFFF" | #FFFFFF style="background:rgb(255,255,255)" | 255, 255, 255
style="background:WhiteSmoke" | WhiteSmoke style="background:#F5F5F5" | #F5F5F5 style="background:rgb(245,245,245)" | 245, 245, 245
style="background:Yellow" | Yellow style="background:#FFFF00" | #FFFF00 style="background:rgb(255,255,0)" | 255, 255, 0
style="background:YellowGreen" | YellowGreen style="background:#9ACD32" | #9ACD32 style="background:rgb(154,205,50)" | 154, 205, 50

 

<< PreviousWord BrowserNext >>
world summit on the information society
homage
friedrich august von alberti
picathartes
pyrenean
synovium
core war
earthsave
martin guerre
ryokan
los angeles angels
oulu (disambiguation)
intersection syndrome
canossa
cove
generations of chinese leadership
nykarleby
hans purrmann
scott baio
html element
singing revolution
st edward
royal mint
aharon kotler
a303 road
oscar pettiford
popular science
willie aames
tonight show band
happy hardcore
lars monrad krohn
eric shinseki
oakland seals
malingering
royal ordnance
new york americans
demigod
montreal wanderers
revised standard version
cleveland barons
gunboat
war office
board of ordnance
barton under needwood