Shades of Bordeaux #4E121F
Tints of Bordeaux #4E121F
RGB
CMYK
RGB Variations
Color information
#4E121F (or 0x4E121F) is known color: Bordeaux. HEX triplet: 4E, 12 and 1F. RGB value is (78,18,31). Sum of RGB (Red+Green+Blue) = 78+18+31=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E121F is #B1EDE0. Grayscale: #252525. Windows color (decimal): -11660769 or 2036302. OLE color: 2036302.
HSL color Cylindrical-coordinate representation of color #4E121F: hue angle of 347º 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 #4E121F is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 31 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.69 |
| HSL | 347º | 0.63% | 0.19% | - |
| HSV(B) | 347º | 0.77% | 0.31% | - |
| XYZ | 3.61 | 2.15 | 1.52 | - |
| YUV | 37.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 31 | 0 | 0.77 | 0.60 | 0.69 | 347 | 0.63 | 0.19 |
| Hex | 4E | 12 | 1F | 0 | 4D | 3C | 45 | 15B | 3E | 13 |
| Octal | 116 | 22 | 37 | 0 | 115 | 74 | 105 | 533 | 76 | 23 |
| Binary | 1001110 | 10010 | 11111 | 0 | 1001101 | 111100 | 1000101 | 101011011 | 111110 | 10011 |
Color Harmonies of #4E121F
Complementary color
Monochromatic Colors of #4E121F
Black with #4E121F
Text Example
Text Example
White with #4E121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E121F; }
p { color: rgb(78,18,31); }
H1.HeaderClassName
{
color: #4E121F;
}
.AnyTagClassName
{
color: #4E121F;
}
</style>
background-color css
<style>
a { background-color: #4E121F; }
a { background-color: rgb(78,18,31); }
div.DivClassName
{
background-color: #4E121F;
}
.BgClassName
{
background-color: #4E121F;
}
</style>
border-color css
<style>
span { border-color: #4E121F; }
span { border-color: rgb(78,18,31); }
td.TdClassName
{
border-color: #4E121F;
}
.TagClassName
{
border-color: #4E121F;
}
</style>