Shades of Bordeaux #4E1124
Tints of Bordeaux #4E1124
RGB
CMYK
RGB Variations
Color information
#4E1124 (or 0x4E1124) is known color: Bordeaux. HEX triplet: 4E, 11 and 24. RGB value is (78,17,36). Sum of RGB (Red+Green+Blue) = 78+17+36=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1124 is #B1EEDB. Grayscale: #252525. Windows color (decimal): -11661020 or 2363726. OLE color: 2363726.
HSL color Cylindrical-coordinate representation of color #4E1124: hue angle of 341.31º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1124 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 36 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.69 |
| HSL | 341.31º | 0.64% | 0.19% | - |
| HSV(B) | 341.31º | 0.78% | 0.31% | - |
| XYZ | 3.66 | 2.15 | 1.89 | - |
| YUV | 37.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 36 | 0 | 0.78 | 0.54 | 0.69 | 341.31 | 0.64 | 0.19 |
| Hex | 4E | 11 | 24 | 0 | 4E | 36 | 45 | 155 | 40 | 13 |
| Octal | 116 | 21 | 44 | 0 | 116 | 66 | 105 | 525 | 100 | 23 |
| Binary | 1001110 | 10001 | 100100 | 0 | 1001110 | 110110 | 1000101 | 101010101 | 1000000 | 10011 |
Color Harmonies of #4E1124
Complementary color
Monochromatic Colors of #4E1124
Black with #4E1124
Text Example
Text Example
White with #4E1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1124; }
p { color: rgb(78,17,36); }
H1.HeaderClassName
{
color: #4E1124;
}
.AnyTagClassName
{
color: #4E1124;
}
</style>
background-color css
<style>
a { background-color: #4E1124; }
a { background-color: rgb(78,17,36); }
div.DivClassName
{
background-color: #4E1124;
}
.BgClassName
{
background-color: #4E1124;
}
</style>
border-color css
<style>
span { border-color: #4E1124; }
span { border-color: rgb(78,17,36); }
td.TdClassName
{
border-color: #4E1124;
}
.TagClassName
{
border-color: #4E1124;
}
</style>