Shades of Bordeaux #4E1114
Tints of Bordeaux #4E1114
RGB
CMYK
RGB Variations
Color information
#4E1114 (or 0x4E1114) is known color: Bordeaux. HEX triplet: 4E, 11 and 14. RGB value is (78,17,20). Sum of RGB (Red+Green+Blue) = 78+17+20=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1114 is #B1EEEB. Grayscale: #232323. Windows color (decimal): -11661036 or 1315150. OLE color: 1315150.
HSL color Cylindrical-coordinate representation of color #4E1114: hue angle of 357.05º 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 #4E1114 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 20 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.69 |
| HSL | 357.05º | 0.64% | 0.19% | - |
| HSV(B) | 357.05º | 0.78% | 0.31% | - |
| XYZ | 3.47 | 2.07 | 0.88 | - |
| YUV | 35.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 20 | 0 | 0.78 | 0.74 | 0.69 | 357.05 | 0.64 | 0.19 |
| Hex | 4E | 11 | 14 | 0 | 4E | 4A | 45 | 165 | 40 | 13 |
| Octal | 116 | 21 | 24 | 0 | 116 | 112 | 105 | 545 | 100 | 23 |
| Binary | 1001110 | 10001 | 10100 | 0 | 1001110 | 1001010 | 1000101 | 101100101 | 1000000 | 10011 |
Color Harmonies of #4E1114
Complementary color
Monochromatic Colors of #4E1114
Black with #4E1114
Text Example
Text Example
White with #4E1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1114; }
p { color: rgb(78,17,20); }
H1.HeaderClassName
{
color: #4E1114;
}
.AnyTagClassName
{
color: #4E1114;
}
</style>
background-color css
<style>
a { background-color: #4E1114; }
a { background-color: rgb(78,17,20); }
div.DivClassName
{
background-color: #4E1114;
}
.BgClassName
{
background-color: #4E1114;
}
</style>
border-color css
<style>
span { border-color: #4E1114; }
span { border-color: rgb(78,17,20); }
td.TdClassName
{
border-color: #4E1114;
}
.TagClassName
{
border-color: #4E1114;
}
</style>