Shades of Bordeaux #4E0B19
Tints of Bordeaux #4E0B19
RGB
CMYK
RGB Variations
Color information
#4E0B19 (or 0x4E0B19) is known color: Bordeaux. HEX triplet: 4E, 0B and 19. RGB value is (78,11,25). Sum of RGB (Red+Green+Blue) = 78+11+25=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0B19 is #B1F4E6. Grayscale: #202020. Windows color (decimal): -11662567 or 1641294. OLE color: 1641294.
HSL color Cylindrical-coordinate representation of color #4E0B19: hue angle of 347.46º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B19 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 11 | 25 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.69 |
| HSL | 347.46º | 0.75% | 0.17% | - |
| HSV(B) | 347.46º | 0.86% | 0.31% | - |
| XYZ | 3.44 | 1.93 | 1.11 | - |
| YUV | 32.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 25 | 0 | 0.86 | 0.68 | 0.69 | 347.46 | 0.75 | 0.17 |
| Hex | 4E | B | 19 | 0 | 56 | 44 | 45 | 15B | 4B | 11 |
| Octal | 116 | 13 | 31 | 0 | 126 | 104 | 105 | 533 | 113 | 21 |
| Binary | 1001110 | 1011 | 11001 | 0 | 1010110 | 1000100 | 1000101 | 101011011 | 1001011 | 10001 |
Color Harmonies of #4E0B19
Complementary color
Monochromatic Colors of #4E0B19
Black with #4E0B19
Text Example
Text Example
White with #4E0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B19; }
p { color: rgb(78,11,25); }
H1.HeaderClassName
{
color: #4E0B19;
}
.AnyTagClassName
{
color: #4E0B19;
}
</style>
background-color css
<style>
a { background-color: #4E0B19; }
a { background-color: rgb(78,11,25); }
div.DivClassName
{
background-color: #4E0B19;
}
.BgClassName
{
background-color: #4E0B19;
}
</style>
border-color css
<style>
span { border-color: #4E0B19; }
span { border-color: rgb(78,11,25); }
td.TdClassName
{
border-color: #4E0B19;
}
.TagClassName
{
border-color: #4E0B19;
}
</style>