Shades of Bordeaux #4E212C
Tints of Bordeaux #4E212C
RGB
CMYK
RGB Variations
Color information
#4E212C (or 0x4E212C) is known color: Bordeaux. HEX triplet: 4E, 21 and 2C. RGB value is (78,33,44). Sum of RGB (Red+Green+Blue) = 78+33+44=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E212C is #B1DED3. Grayscale: #2F2F2F. Windows color (decimal): -11656916 or 2892110. OLE color: 2892110.
HSL color Cylindrical-coordinate representation of color #4E212C: hue angle of 345.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E212C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 44 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.69 |
| HSL | 345.33º | 0.41% | 0.22% | - |
| HSV(B) | 345.33º | 0.58% | 0.31% | - |
| XYZ | 4.14 | 2.89 | 2.72 | - |
| YUV | 47.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 44 | 0 | 0.58 | 0.44 | 0.69 | 345.33 | 0.41 | 0.22 |
| Hex | 4E | 21 | 2C | 0 | 3A | 2C | 45 | 159 | 29 | 16 |
| Octal | 116 | 41 | 54 | 0 | 72 | 54 | 105 | 531 | 51 | 26 |
| Binary | 1001110 | 100001 | 101100 | 0 | 111010 | 101100 | 1000101 | 101011001 | 101001 | 10110 |
Color Harmonies of #4E212C
Complementary color
Monochromatic Colors of #4E212C
Black with #4E212C
Text Example
Text Example
White with #4E212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E212C; }
p { color: rgb(78,33,44); }
H1.HeaderClassName
{
color: #4E212C;
}
.AnyTagClassName
{
color: #4E212C;
}
</style>
background-color css
<style>
a { background-color: #4E212C; }
a { background-color: rgb(78,33,44); }
div.DivClassName
{
background-color: #4E212C;
}
.BgClassName
{
background-color: #4E212C;
}
</style>
border-color css
<style>
span { border-color: #4E212C; }
span { border-color: rgb(78,33,44); }
td.TdClassName
{
border-color: #4E212C;
}
.TagClassName
{
border-color: #4E212C;
}
</style>