Shades of Bordeaux #4E1718
Tints of Bordeaux #4E1718
RGB
CMYK
RGB Variations
Color information
#4E1718 (or 0x4E1718) is known color: Bordeaux. HEX triplet: 4E, 17 and 18. RGB value is (78,23,24). Sum of RGB (Red+Green+Blue) = 78+23+24=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1718 is #B1E8E7. Grayscale: #272727. Windows color (decimal): -11659496 or 1578830. OLE color: 1578830.
HSL color Cylindrical-coordinate representation of color #4E1718: hue angle of 358.91º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E1718 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 24 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.69 |
| HSL | 358.91º | 0.54% | 0.2% | - |
| HSV(B) | 358.91º | 0.71% | 0.31% | - |
| XYZ | 3.61 | 2.3 | 1.12 | - |
| YUV | 39.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 24 | 0 | 0.71 | 0.69 | 0.69 | 358.91 | 0.54 | 0.2 |
| Hex | 4E | 17 | 18 | 0 | 47 | 45 | 45 | 167 | 36 | 14 |
| Octal | 116 | 27 | 30 | 0 | 107 | 105 | 105 | 547 | 66 | 24 |
| Binary | 1001110 | 10111 | 11000 | 0 | 1000111 | 1000101 | 1000101 | 101100111 | 110110 | 10100 |
Color Harmonies of #4E1718
Complementary color
Monochromatic Colors of #4E1718
Black with #4E1718
Text Example
Text Example
White with #4E1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1718; }
p { color: rgb(78,23,24); }
H1.HeaderClassName
{
color: #4E1718;
}
.AnyTagClassName
{
color: #4E1718;
}
</style>
background-color css
<style>
a { background-color: #4E1718; }
a { background-color: rgb(78,23,24); }
div.DivClassName
{
background-color: #4E1718;
}
.BgClassName
{
background-color: #4E1718;
}
</style>
border-color css
<style>
span { border-color: #4E1718; }
span { border-color: rgb(78,23,24); }
td.TdClassName
{
border-color: #4E1718;
}
.TagClassName
{
border-color: #4E1718;
}
</style>