Shades of Bordeaux #4E1118
Tints of Bordeaux #4E1118
RGB
CMYK
RGB Variations
Color information
#4E1118 (or 0x4E1118) is known color: Bordeaux. HEX triplet: 4E, 11 and 18. RGB value is (78,17,24). Sum of RGB (Red+Green+Blue) = 78+17+24=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1118 is #B1EEE7. Grayscale: #242424. Windows color (decimal): -11661032 or 1577294. OLE color: 1577294.
HSL color Cylindrical-coordinate representation of color #4E1118: hue angle of 353.11º 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 #4E1118 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 24 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.69 |
| HSL | 353.11º | 0.64% | 0.19% | - |
| HSV(B) | 353.11º | 0.78% | 0.31% | - |
| XYZ | 3.51 | 2.09 | 1.08 | - |
| YUV | 36.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 24 | 0 | 0.78 | 0.69 | 0.69 | 353.11 | 0.64 | 0.19 |
| Hex | 4E | 11 | 18 | 0 | 4E | 45 | 45 | 161 | 40 | 13 |
| Octal | 116 | 21 | 30 | 0 | 116 | 105 | 105 | 541 | 100 | 23 |
| Binary | 1001110 | 10001 | 11000 | 0 | 1001110 | 1000101 | 1000101 | 101100001 | 1000000 | 10011 |
Color Harmonies of #4E1118
Complementary color
Monochromatic Colors of #4E1118
Black with #4E1118
Text Example
Text Example
White with #4E1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1118; }
p { color: rgb(78,17,24); }
H1.HeaderClassName
{
color: #4E1118;
}
.AnyTagClassName
{
color: #4E1118;
}
</style>
background-color css
<style>
a { background-color: #4E1118; }
a { background-color: rgb(78,17,24); }
div.DivClassName
{
background-color: #4E1118;
}
.BgClassName
{
background-color: #4E1118;
}
</style>
border-color css
<style>
span { border-color: #4E1118; }
span { border-color: rgb(78,17,24); }
td.TdClassName
{
border-color: #4E1118;
}
.TagClassName
{
border-color: #4E1118;
}
</style>