Shades of Bordeaux #4E0A14
Tints of Bordeaux #4E0A14
RGB
CMYK
RGB Variations
Color information
#4E0A14 (or 0x4E0A14) is known color: Bordeaux. HEX triplet: 4E, 0A and 14. RGB value is (78,10,20). Sum of RGB (Red+Green+Blue) = 78+10+20=108 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.22% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0A14 is #B1F5EB. Grayscale: #1F1F1F. Windows color (decimal): -11662828 or 1313358. OLE color: 1313358.
HSL color Cylindrical-coordinate representation of color #4E0A14: hue angle of 351.18º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0A14 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 10 | 20 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.69 |
| HSL | 351.18º | 0.77% | 0.17% | - |
| HSV(B) | 351.18º | 0.87% | 0.31% | - |
| XYZ | 3.38 | 1.89 | 0.85 | - |
| YUV | 31.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 20 | 0 | 0.87 | 0.74 | 0.69 | 351.18 | 0.77 | 0.17 |
| Hex | 4E | A | 14 | 0 | 57 | 4A | 45 | 15F | 4D | 11 |
| Octal | 116 | 12 | 24 | 0 | 127 | 112 | 105 | 537 | 115 | 21 |
| Binary | 1001110 | 1010 | 10100 | 0 | 1010111 | 1001010 | 1000101 | 101011111 | 1001101 | 10001 |
Color Harmonies of #4E0A14
Complementary color
Monochromatic Colors of #4E0A14
Black with #4E0A14
Text Example
Text Example
White with #4E0A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A14; }
p { color: rgb(78,10,20); }
H1.HeaderClassName
{
color: #4E0A14;
}
.AnyTagClassName
{
color: #4E0A14;
}
</style>
background-color css
<style>
a { background-color: #4E0A14; }
a { background-color: rgb(78,10,20); }
div.DivClassName
{
background-color: #4E0A14;
}
.BgClassName
{
background-color: #4E0A14;
}
</style>
border-color css
<style>
span { border-color: #4E0A14; }
span { border-color: rgb(78,10,20); }
td.TdClassName
{
border-color: #4E0A14;
}
.TagClassName
{
border-color: #4E0A14;
}
</style>