Shades of Bordeaux #4D1418
Tints of Bordeaux #4D1418
RGB
CMYK
RGB Variations
Color information
#4D1418 (or 0x4D1418) is known color: Bordeaux. HEX triplet: 4D, 14 and 18. RGB value is (77,20,24). Sum of RGB (Red+Green+Blue) = 77+20+24=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1418 is #B2EBE7. Grayscale: #252525. Windows color (decimal): -11725800 or 1578061. OLE color: 1578061.
HSL color Cylindrical-coordinate representation of color #4D1418: hue angle of 355.79º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1418 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 24 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.70 |
| HSL | 355.79º | 0.59% | 0.19% | - |
| HSV(B) | 355.79º | 0.74% | 0.3% | - |
| XYZ | 3.48 | 2.14 | 1.09 | - |
| YUV | 37.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 24 | 0 | 0.74 | 0.69 | 0.70 | 355.79 | 0.59 | 0.19 |
| Hex | 4D | 14 | 18 | 0 | 4A | 45 | 46 | 164 | 3B | 13 |
| Octal | 115 | 24 | 30 | 0 | 112 | 105 | 106 | 544 | 73 | 23 |
| Binary | 1001101 | 10100 | 11000 | 0 | 1001010 | 1000101 | 1000110 | 101100100 | 111011 | 10011 |
Color Harmonies of #4D1418
Complementary color
Monochromatic Colors of #4D1418
Black with #4D1418
Text Example
Text Example
White with #4D1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1418; }
p { color: rgb(77,20,24); }
H1.HeaderClassName
{
color: #4D1418;
}
.AnyTagClassName
{
color: #4D1418;
}
</style>
background-color css
<style>
a { background-color: #4D1418; }
a { background-color: rgb(77,20,24); }
div.DivClassName
{
background-color: #4D1418;
}
.BgClassName
{
background-color: #4D1418;
}
</style>
border-color css
<style>
span { border-color: #4D1418; }
span { border-color: rgb(77,20,24); }
td.TdClassName
{
border-color: #4D1418;
}
.TagClassName
{
border-color: #4D1418;
}
</style>