Shades of Bordeaux #4E1322
Tints of Bordeaux #4E1322
RGB
CMYK
RGB Variations
Color information
#4E1322 (or 0x4E1322) is known color: Bordeaux. HEX triplet: 4E, 13 and 22. RGB value is (78,19,34). Sum of RGB (Red+Green+Blue) = 78+19+34=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1322 is #B1ECDD. Grayscale: #262626. Windows color (decimal): -11660510 or 2233166. OLE color: 2233166.
HSL color Cylindrical-coordinate representation of color #4E1322: hue angle of 344.75º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1322 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 34 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.69 |
| HSL | 344.75º | 0.61% | 0.19% | - |
| HSV(B) | 344.75º | 0.76% | 0.31% | - |
| XYZ | 3.66 | 2.2 | 1.75 | - |
| YUV | 38.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 34 | 0 | 0.76 | 0.56 | 0.69 | 344.75 | 0.61 | 0.19 |
| Hex | 4E | 13 | 22 | 0 | 4C | 38 | 45 | 159 | 3D | 13 |
| Octal | 116 | 23 | 42 | 0 | 114 | 70 | 105 | 531 | 75 | 23 |
| Binary | 1001110 | 10011 | 100010 | 0 | 1001100 | 111000 | 1000101 | 101011001 | 111101 | 10011 |
Color Harmonies of #4E1322
Complementary color
Monochromatic Colors of #4E1322
Black with #4E1322
Text Example
Text Example
White with #4E1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1322; }
p { color: rgb(78,19,34); }
H1.HeaderClassName
{
color: #4E1322;
}
.AnyTagClassName
{
color: #4E1322;
}
</style>
background-color css
<style>
a { background-color: #4E1322; }
a { background-color: rgb(78,19,34); }
div.DivClassName
{
background-color: #4E1322;
}
.BgClassName
{
background-color: #4E1322;
}
</style>
border-color css
<style>
span { border-color: #4E1322; }
span { border-color: rgb(78,19,34); }
td.TdClassName
{
border-color: #4E1322;
}
.TagClassName
{
border-color: #4E1322;
}
</style>