Shades of Bordeaux #4E121B
Tints of Bordeaux #4E121B
RGB
CMYK
RGB Variations
Color information
#4E121B (or 0x4E121B) is known color: Bordeaux. HEX triplet: 4E, 12 and 1B. RGB value is (78,18,27). Sum of RGB (Red+Green+Blue) = 78+18+27=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E121B is #B1EDE4. Grayscale: #242424. Windows color (decimal): -11660773 or 1774158. OLE color: 1774158.
HSL color Cylindrical-coordinate representation of color #4E121B: hue angle of 351º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E121B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 27 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.69 |
| HSL | 351º | 0.63% | 0.19% | - |
| HSV(B) | 351º | 0.77% | 0.31% | - |
| XYZ | 3.56 | 2.13 | 1.26 | - |
| YUV | 36.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 27 | 0 | 0.77 | 0.65 | 0.69 | 351 | 0.63 | 0.19 |
| Hex | 4E | 12 | 1B | 0 | 4D | 41 | 45 | 15F | 3E | 13 |
| Octal | 116 | 22 | 33 | 0 | 115 | 101 | 105 | 537 | 76 | 23 |
| Binary | 1001110 | 10010 | 11011 | 0 | 1001101 | 1000001 | 1000101 | 101011111 | 111110 | 10011 |
Color Harmonies of #4E121B
Complementary color
Monochromatic Colors of #4E121B
Black with #4E121B
Text Example
Text Example
White with #4E121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E121B; }
p { color: rgb(78,18,27); }
H1.HeaderClassName
{
color: #4E121B;
}
.AnyTagClassName
{
color: #4E121B;
}
</style>
background-color css
<style>
a { background-color: #4E121B; }
a { background-color: rgb(78,18,27); }
div.DivClassName
{
background-color: #4E121B;
}
.BgClassName
{
background-color: #4E121B;
}
</style>
border-color css
<style>
span { border-color: #4E121B; }
span { border-color: rgb(78,18,27); }
td.TdClassName
{
border-color: #4E121B;
}
.TagClassName
{
border-color: #4E121B;
}
</style>