Shades of Bordeaux #4E0E22
Tints of Bordeaux #4E0E22
RGB
CMYK
RGB Variations
Color information
#4E0E22 (or 0x4E0E22) is known color: Bordeaux. HEX triplet: 4E, 0E and 22. RGB value is (78,14,34). Sum of RGB (Red+Green+Blue) = 78+14+34=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E22 is #B1F1DD. Grayscale: #232323. Windows color (decimal): -11661790 or 2231886. OLE color: 2231886.
HSL color Cylindrical-coordinate representation of color #4E0E22: hue angle of 341.25º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E22 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 34 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.69 |
| HSL | 341.25º | 0.7% | 0.18% | - |
| HSV(B) | 341.25º | 0.82% | 0.31% | - |
| XYZ | 3.59 | 2.05 | 1.72 | - |
| YUV | 35.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 34 | 0 | 0.82 | 0.56 | 0.69 | 341.25 | 0.7 | 0.18 |
| Hex | 4E | E | 22 | 0 | 52 | 38 | 45 | 155 | 46 | 12 |
| Octal | 116 | 16 | 42 | 0 | 122 | 70 | 105 | 525 | 106 | 22 |
| Binary | 1001110 | 1110 | 100010 | 0 | 1010010 | 111000 | 1000101 | 101010101 | 1000110 | 10010 |
Color Harmonies of #4E0E22
Complementary color
Monochromatic Colors of #4E0E22
Black with #4E0E22
Text Example
Text Example
White with #4E0E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E22; }
p { color: rgb(78,14,34); }
H1.HeaderClassName
{
color: #4E0E22;
}
.AnyTagClassName
{
color: #4E0E22;
}
</style>
background-color css
<style>
a { background-color: #4E0E22; }
a { background-color: rgb(78,14,34); }
div.DivClassName
{
background-color: #4E0E22;
}
.BgClassName
{
background-color: #4E0E22;
}
</style>
border-color css
<style>
span { border-color: #4E0E22; }
span { border-color: rgb(78,14,34); }
td.TdClassName
{
border-color: #4E0E22;
}
.TagClassName
{
border-color: #4E0E22;
}
</style>