Shades of Bordeaux #4E0D21
Tints of Bordeaux #4E0D21
RGB
CMYK
RGB Variations
Color information
#4E0D21 (or 0x4E0D21) is known color: Bordeaux. HEX triplet: 4E, 0D and 21. RGB value is (78,13,33). Sum of RGB (Red+Green+Blue) = 78+13+33=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D21 is #B1F2DE. Grayscale: #222222. Windows color (decimal): -11662047 or 2166094. OLE color: 2166094.
HSL color Cylindrical-coordinate representation of color #4E0D21: hue angle of 341.54º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D21 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 33 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.69 |
| HSL | 341.54º | 0.71% | 0.18% | - |
| HSV(B) | 341.54º | 0.83% | 0.31% | - |
| XYZ | 3.56 | 2.02 | 1.64 | - |
| YUV | 34.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 33 | 0 | 0.83 | 0.58 | 0.69 | 341.54 | 0.71 | 0.18 |
| Hex | 4E | D | 21 | 0 | 53 | 3A | 45 | 156 | 47 | 12 |
| Octal | 116 | 15 | 41 | 0 | 123 | 72 | 105 | 526 | 107 | 22 |
| Binary | 1001110 | 1101 | 100001 | 0 | 1010011 | 111010 | 1000101 | 101010110 | 1000111 | 10010 |
Color Harmonies of #4E0D21
Complementary color
Monochromatic Colors of #4E0D21
Black with #4E0D21
Text Example
Text Example
White with #4E0D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D21; }
p { color: rgb(78,13,33); }
H1.HeaderClassName
{
color: #4E0D21;
}
.AnyTagClassName
{
color: #4E0D21;
}
</style>
background-color css
<style>
a { background-color: #4E0D21; }
a { background-color: rgb(78,13,33); }
div.DivClassName
{
background-color: #4E0D21;
}
.BgClassName
{
background-color: #4E0D21;
}
</style>
border-color css
<style>
span { border-color: #4E0D21; }
span { border-color: rgb(78,13,33); }
td.TdClassName
{
border-color: #4E0D21;
}
.TagClassName
{
border-color: #4E0D21;
}
</style>