Shades of Bordeaux #4E1518
Tints of Bordeaux #4E1518
RGB
CMYK
RGB Variations
Color information
#4E1518 (or 0x4E1518) is known color: Bordeaux. HEX triplet: 4E, 15 and 18. RGB value is (78,21,24). Sum of RGB (Red+Green+Blue) = 78+21+24=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1518 is #B1EAE7. Grayscale: #262626. Windows color (decimal): -11660008 or 1578318. OLE color: 1578318.
HSL color Cylindrical-coordinate representation of color #4E1518: hue angle of 356.84º 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 #4E1518 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 24 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.69 |
| HSL | 356.84º | 0.58% | 0.19% | - |
| HSV(B) | 356.84º | 0.73% | 0.31% | - |
| XYZ | 3.57 | 2.22 | 1.1 | - |
| YUV | 38.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 24 | 0 | 0.73 | 0.69 | 0.69 | 356.84 | 0.58 | 0.19 |
| Hex | 4E | 15 | 18 | 0 | 49 | 45 | 45 | 165 | 3A | 13 |
| Octal | 116 | 25 | 30 | 0 | 111 | 105 | 105 | 545 | 72 | 23 |
| Binary | 1001110 | 10101 | 11000 | 0 | 1001001 | 1000101 | 1000101 | 101100101 | 111010 | 10011 |
Color Harmonies of #4E1518
Complementary color
Monochromatic Colors of #4E1518
Black with #4E1518
Text Example
Text Example
White with #4E1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1518; }
p { color: rgb(78,21,24); }
H1.HeaderClassName
{
color: #4E1518;
}
.AnyTagClassName
{
color: #4E1518;
}
</style>
background-color css
<style>
a { background-color: #4E1518; }
a { background-color: rgb(78,21,24); }
div.DivClassName
{
background-color: #4E1518;
}
.BgClassName
{
background-color: #4E1518;
}
</style>
border-color css
<style>
span { border-color: #4E1518; }
span { border-color: rgb(78,21,24); }
td.TdClassName
{
border-color: #4E1518;
}
.TagClassName
{
border-color: #4E1518;
}
</style>