Shades of Bordeaux #4E0B18
Tints of Bordeaux #4E0B18
RGB
CMYK
RGB Variations
Color information
#4E0B18 (or 0x4E0B18) is known color: Bordeaux. HEX triplet: 4E, 0B and 18. RGB value is (78,11,24). Sum of RGB (Red+Green+Blue) = 78+11+24=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0B18 is #B1F4E7. Grayscale: #202020. Windows color (decimal): -11662568 or 1575758. OLE color: 1575758.
HSL color Cylindrical-coordinate representation of color #4E0B18: hue angle of 348.36º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B18 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 11 | 24 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.69 |
| HSL | 348.36º | 0.75% | 0.17% | - |
| HSV(B) | 348.36º | 0.86% | 0.31% | - |
| XYZ | 3.43 | 1.92 | 1.06 | - |
| YUV | 32.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 24 | 0 | 0.86 | 0.69 | 0.69 | 348.36 | 0.75 | 0.17 |
| Hex | 4E | B | 18 | 0 | 56 | 45 | 45 | 15C | 4B | 11 |
| Octal | 116 | 13 | 30 | 0 | 126 | 105 | 105 | 534 | 113 | 21 |
| Binary | 1001110 | 1011 | 11000 | 0 | 1010110 | 1000101 | 1000101 | 101011100 | 1001011 | 10001 |
Color Harmonies of #4E0B18
Complementary color
Monochromatic Colors of #4E0B18
Black with #4E0B18
Text Example
Text Example
White with #4E0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B18; }
p { color: rgb(78,11,24); }
H1.HeaderClassName
{
color: #4E0B18;
}
.AnyTagClassName
{
color: #4E0B18;
}
</style>
background-color css
<style>
a { background-color: #4E0B18; }
a { background-color: rgb(78,11,24); }
div.DivClassName
{
background-color: #4E0B18;
}
.BgClassName
{
background-color: #4E0B18;
}
</style>
border-color css
<style>
span { border-color: #4E0B18; }
span { border-color: rgb(78,11,24); }
td.TdClassName
{
border-color: #4E0B18;
}
.TagClassName
{
border-color: #4E0B18;
}
</style>