Shades of Bordeaux #4E1519
Tints of Bordeaux #4E1519
RGB
CMYK
RGB Variations
Color information
#4E1519 (or 0x4E1519) is known color: Bordeaux. HEX triplet: 4E, 15 and 19. RGB value is (78,21,25). Sum of RGB (Red+Green+Blue) = 78+21+25=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1519 is #B1EAE6. Grayscale: #262626. Windows color (decimal): -11660007 or 1643854. OLE color: 1643854.
HSL color Cylindrical-coordinate representation of color #4E1519: hue angle of 355.79º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1519 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 25 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.69 |
| HSL | 355.79º | 0.58% | 0.19% | - |
| HSV(B) | 355.79º | 0.73% | 0.31% | - |
| XYZ | 3.59 | 2.23 | 1.16 | - |
| YUV | 38.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 25 | 0 | 0.73 | 0.68 | 0.69 | 355.79 | 0.58 | 0.19 |
| Hex | 4E | 15 | 19 | 0 | 49 | 44 | 45 | 164 | 3A | 13 |
| Octal | 116 | 25 | 31 | 0 | 111 | 104 | 105 | 544 | 72 | 23 |
| Binary | 1001110 | 10101 | 11001 | 0 | 1001001 | 1000100 | 1000101 | 101100100 | 111010 | 10011 |
Color Harmonies of #4E1519
Complementary color
Monochromatic Colors of #4E1519
Black with #4E1519
Text Example
Text Example
White with #4E1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1519; }
p { color: rgb(78,21,25); }
H1.HeaderClassName
{
color: #4E1519;
}
.AnyTagClassName
{
color: #4E1519;
}
</style>
background-color css
<style>
a { background-color: #4E1519; }
a { background-color: rgb(78,21,25); }
div.DivClassName
{
background-color: #4E1519;
}
.BgClassName
{
background-color: #4E1519;
}
</style>
border-color css
<style>
span { border-color: #4E1519; }
span { border-color: rgb(78,21,25); }
td.TdClassName
{
border-color: #4E1519;
}
.TagClassName
{
border-color: #4E1519;
}
</style>