Shades of Bordeaux #4E212A
Tints of Bordeaux #4E212A
RGB
CMYK
RGB Variations
Color information
#4E212A (or 0x4E212A) is known color: Bordeaux. HEX triplet: 4E, 21 and 2A. RGB value is (78,33,42). Sum of RGB (Red+Green+Blue) = 78+33+42=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E212A is #B1DED5. Grayscale: #2F2F2F. Windows color (decimal): -11656918 or 2761038. OLE color: 2761038.
HSL color Cylindrical-coordinate representation of color #4E212A: hue angle of 348º 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 #4E212A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 42 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.69 |
| HSL | 348º | 0.41% | 0.22% | - |
| HSV(B) | 348º | 0.58% | 0.31% | - |
| XYZ | 4.1 | 2.87 | 2.53 | - |
| YUV | 47.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 42 | 0 | 0.58 | 0.46 | 0.69 | 348 | 0.41 | 0.22 |
| Hex | 4E | 21 | 2A | 0 | 3A | 2E | 45 | 15C | 29 | 16 |
| Octal | 116 | 41 | 52 | 0 | 72 | 56 | 105 | 534 | 51 | 26 |
| Binary | 1001110 | 100001 | 101010 | 0 | 111010 | 101110 | 1000101 | 101011100 | 101001 | 10110 |
Color Harmonies of #4E212A
Complementary color
Monochromatic Colors of #4E212A
Black with #4E212A
Text Example
Text Example
White with #4E212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E212A; }
p { color: rgb(78,33,42); }
H1.HeaderClassName
{
color: #4E212A;
}
.AnyTagClassName
{
color: #4E212A;
}
</style>
background-color css
<style>
a { background-color: #4E212A; }
a { background-color: rgb(78,33,42); }
div.DivClassName
{
background-color: #4E212A;
}
.BgClassName
{
background-color: #4E212A;
}
</style>
border-color css
<style>
span { border-color: #4E212A; }
span { border-color: rgb(78,33,42); }
td.TdClassName
{
border-color: #4E212A;
}
.TagClassName
{
border-color: #4E212A;
}
</style>