Shades of Bordeaux #4E0216
Tints of Bordeaux #4E0216
RGB
CMYK
RGB Variations
Color information
#4E0216 (or 0x4E0216) is known color: Bordeaux. HEX triplet: 4E, 02 and 16. RGB value is (78,2,22). Sum of RGB (Red+Green+Blue) = 78+2+22=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0216 is #B1FDE9. Grayscale: #1B1B1B. Windows color (decimal): -11664874 or 1442382. OLE color: 1442382.
HSL color Cylindrical-coordinate representation of color #4E0216: hue angle of 344.21º 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 #4E0216 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 22 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.69 |
| HSL | 344.21º | 0.95% | 0.16% | - |
| HSV(B) | 344.21º | 0.97% | 0.31% | - |
| XYZ | 3.31 | 1.72 | 0.92 | - |
| YUV | 27 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 22 | 0 | 0.97 | 0.72 | 0.69 | 344.21 | 0.95 | 0.16 |
| Hex | 4E | 2 | 16 | 0 | 61 | 48 | 45 | 158 | 5F | 10 |
| Octal | 116 | 2 | 26 | 0 | 141 | 110 | 105 | 530 | 137 | 20 |
| Binary | 1001110 | 10 | 10110 | 0 | 1100001 | 1001000 | 1000101 | 101011000 | 1011111 | 10000 |
Color Harmonies of #4E0216
Complementary color
Monochromatic Colors of #4E0216
Black with #4E0216
Text Example
Text Example
White with #4E0216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0216; }
p { color: rgb(78,2,22); }
H1.HeaderClassName
{
color: #4E0216;
}
.AnyTagClassName
{
color: #4E0216;
}
</style>
background-color css
<style>
a { background-color: #4E0216; }
a { background-color: rgb(78,2,22); }
div.DivClassName
{
background-color: #4E0216;
}
.BgClassName
{
background-color: #4E0216;
}
</style>
border-color css
<style>
span { border-color: #4E0216; }
span { border-color: rgb(78,2,22); }
td.TdClassName
{
border-color: #4E0216;
}
.TagClassName
{
border-color: #4E0216;
}
</style>