Shades of Bordeaux #4E0D20
Tints of Bordeaux #4E0D20
RGB
CMYK
RGB Variations
Color information
#4E0D20 (or 0x4E0D20) is known color: Bordeaux. HEX triplet: 4E, 0D and 20. RGB value is (78,13,32). Sum of RGB (Red+Green+Blue) = 78+13+32=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D20 is #B1F2DF. Grayscale: #222222. Windows color (decimal): -11662048 or 2100558. OLE color: 2100558.
HSL color Cylindrical-coordinate representation of color #4E0D20: hue angle of 342.46º 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 #4E0D20 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 32 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.69 |
| HSL | 342.46º | 0.71% | 0.18% | - |
| HSV(B) | 342.46º | 0.83% | 0.31% | - |
| XYZ | 3.55 | 2.01 | 1.57 | - |
| YUV | 34.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 32 | 0 | 0.83 | 0.59 | 0.69 | 342.46 | 0.71 | 0.18 |
| Hex | 4E | D | 20 | 0 | 53 | 3B | 45 | 156 | 47 | 12 |
| Octal | 116 | 15 | 40 | 0 | 123 | 73 | 105 | 526 | 107 | 22 |
| Binary | 1001110 | 1101 | 100000 | 0 | 1010011 | 111011 | 1000101 | 101010110 | 1000111 | 10010 |
Color Harmonies of #4E0D20
Complementary color
Monochromatic Colors of #4E0D20
Black with #4E0D20
Text Example
Text Example
White with #4E0D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D20; }
p { color: rgb(78,13,32); }
H1.HeaderClassName
{
color: #4E0D20;
}
.AnyTagClassName
{
color: #4E0D20;
}
</style>
background-color css
<style>
a { background-color: #4E0D20; }
a { background-color: rgb(78,13,32); }
div.DivClassName
{
background-color: #4E0D20;
}
.BgClassName
{
background-color: #4E0D20;
}
</style>
border-color css
<style>
span { border-color: #4E0D20; }
span { border-color: rgb(78,13,32); }
td.TdClassName
{
border-color: #4E0D20;
}
.TagClassName
{
border-color: #4E0D20;
}
</style>