Shades of Bordeaux #4E111E
Tints of Bordeaux #4E111E
RGB
CMYK
RGB Variations
Color information
#4E111E (or 0x4E111E) is known color: Bordeaux. HEX triplet: 4E, 11 and 1E. RGB value is (78,17,30). Sum of RGB (Red+Green+Blue) = 78+17+30=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E111E is #B1EEE1. Grayscale: #242424. Windows color (decimal): -11661026 or 1970510. OLE color: 1970510.
HSL color Cylindrical-coordinate representation of color #4E111E: hue angle of 347.21º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E111E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 30 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.69 |
| HSL | 347.21º | 0.64% | 0.19% | - |
| HSV(B) | 347.21º | 0.78% | 0.31% | - |
| XYZ | 3.58 | 2.11 | 1.45 | - |
| YUV | 36.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 30 | 0 | 0.78 | 0.62 | 0.69 | 347.21 | 0.64 | 0.19 |
| Hex | 4E | 11 | 1E | 0 | 4E | 3E | 45 | 15B | 40 | 13 |
| Octal | 116 | 21 | 36 | 0 | 116 | 76 | 105 | 533 | 100 | 23 |
| Binary | 1001110 | 10001 | 11110 | 0 | 1001110 | 111110 | 1000101 | 101011011 | 1000000 | 10011 |
Color Harmonies of #4E111E
Complementary color
Monochromatic Colors of #4E111E
Black with #4E111E
Text Example
Text Example
White with #4E111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E111E; }
p { color: rgb(78,17,30); }
H1.HeaderClassName
{
color: #4E111E;
}
.AnyTagClassName
{
color: #4E111E;
}
</style>
background-color css
<style>
a { background-color: #4E111E; }
a { background-color: rgb(78,17,30); }
div.DivClassName
{
background-color: #4E111E;
}
.BgClassName
{
background-color: #4E111E;
}
</style>
border-color css
<style>
span { border-color: #4E111E; }
span { border-color: rgb(78,17,30); }
td.TdClassName
{
border-color: #4E111E;
}
.TagClassName
{
border-color: #4E111E;
}
</style>