Shades of Bordeaux #4E0813
Tints of Bordeaux #4E0813
RGB
CMYK
RGB Variations
Color information
#4E0813 (or 0x4E0813) is known color: Bordeaux. HEX triplet: 4E, 08 and 13. RGB value is (78,8,19). Sum of RGB (Red+Green+Blue) = 78+8+19=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0813 is #B1F7EC. Grayscale: #1E1E1E. Windows color (decimal): -11663341 or 1247310. OLE color: 1247310.
HSL color Cylindrical-coordinate representation of color #4E0813: hue angle of 350.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0813 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 8 | 19 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.69 |
| HSL | 350.57º | 0.81% | 0.17% | - |
| HSV(B) | 350.57º | 0.9% | 0.31% | - |
| XYZ | 3.35 | 1.84 | 0.79 | - |
| YUV | 30.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 19 | 0 | 0.90 | 0.76 | 0.69 | 350.57 | 0.81 | 0.17 |
| Hex | 4E | 8 | 13 | 0 | 5A | 4C | 45 | 15F | 51 | 11 |
| Octal | 116 | 10 | 23 | 0 | 132 | 114 | 105 | 537 | 121 | 21 |
| Binary | 1001110 | 1000 | 10011 | 0 | 1011010 | 1001100 | 1000101 | 101011111 | 1010001 | 10001 |
Color Harmonies of #4E0813
Complementary color
Monochromatic Colors of #4E0813
Black with #4E0813
Text Example
Text Example
White with #4E0813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0813; }
p { color: rgb(78,8,19); }
H1.HeaderClassName
{
color: #4E0813;
}
.AnyTagClassName
{
color: #4E0813;
}
</style>
background-color css
<style>
a { background-color: #4E0813; }
a { background-color: rgb(78,8,19); }
div.DivClassName
{
background-color: #4E0813;
}
.BgClassName
{
background-color: #4E0813;
}
</style>
border-color css
<style>
span { border-color: #4E0813; }
span { border-color: rgb(78,8,19); }
td.TdClassName
{
border-color: #4E0813;
}
.TagClassName
{
border-color: #4E0813;
}
</style>