Shades of Bordeaux #4E0214
Tints of Bordeaux #4E0214
RGB
CMYK
RGB Variations
Color information
#4E0214 (or 0x4E0214) is known color: Bordeaux. HEX triplet: 4E, 02 and 14. RGB value is (78,2,20). Sum of RGB (Red+Green+Blue) = 78+2+20=100 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0214 is #B1FDEB. Grayscale: #1A1A1A. Windows color (decimal): -11664876 or 1311310. OLE color: 1311310.
HSL color Cylindrical-coordinate representation of color #4E0214: hue angle of 345.79º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0214 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 20 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.69 |
| HSL | 345.79º | 0.95% | 0.16% | - |
| HSV(B) | 345.79º | 0.97% | 0.31% | - |
| XYZ | 3.29 | 1.71 | 0.82 | - |
| YUV | 26.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 20 | 0 | 0.97 | 0.74 | 0.69 | 345.79 | 0.95 | 0.16 |
| Hex | 4E | 2 | 14 | 0 | 61 | 4A | 45 | 15A | 5F | 10 |
| Octal | 116 | 2 | 24 | 0 | 141 | 112 | 105 | 532 | 137 | 20 |
| Binary | 1001110 | 10 | 10100 | 0 | 1100001 | 1001010 | 1000101 | 101011010 | 1011111 | 10000 |
Color Harmonies of #4E0214
Complementary color
Monochromatic Colors of #4E0214
Black with #4E0214
Text Example
Text Example
White with #4E0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0214; }
p { color: rgb(78,2,20); }
H1.HeaderClassName
{
color: #4E0214;
}
.AnyTagClassName
{
color: #4E0214;
}
</style>
background-color css
<style>
a { background-color: #4E0214; }
a { background-color: rgb(78,2,20); }
div.DivClassName
{
background-color: #4E0214;
}
.BgClassName
{
background-color: #4E0214;
}
</style>
border-color css
<style>
span { border-color: #4E0214; }
span { border-color: rgb(78,2,20); }
td.TdClassName
{
border-color: #4E0214;
}
.TagClassName
{
border-color: #4E0214;
}
</style>