Shades of Bordeaux #4F1418
Tints of Bordeaux #4F1418
RGB
CMYK
RGB Variations
Color information
#4F1418 (or 0x4F1418) is known color: Bordeaux. HEX triplet: 4F, 14 and 18. RGB value is (79,20,24). Sum of RGB (Red+Green+Blue) = 79+20+24=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1418 is #B0EBE7. Grayscale: #262626. Windows color (decimal): -11594728 or 1578063. OLE color: 1578063.
HSL color Cylindrical-coordinate representation of color #4F1418: hue angle of 355.93º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1418 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 24 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.69 |
| HSL | 355.93º | 0.6% | 0.19% | - |
| HSV(B) | 355.93º | 0.75% | 0.31% | - |
| XYZ | 3.64 | 2.23 | 1.1 | - |
| YUV | 38.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 24 | 0 | 0.75 | 0.70 | 0.69 | 355.93 | 0.6 | 0.19 |
| Hex | 4F | 14 | 18 | 0 | 4B | 46 | 45 | 164 | 3C | 13 |
| Octal | 117 | 24 | 30 | 0 | 113 | 106 | 105 | 544 | 74 | 23 |
| Binary | 1001111 | 10100 | 11000 | 0 | 1001011 | 1000110 | 1000101 | 101100100 | 111100 | 10011 |
Color Harmonies of #4F1418
Complementary color
Monochromatic Colors of #4F1418
Black with #4F1418
Text Example
Text Example
White with #4F1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1418; }
p { color: rgb(79,20,24); }
H1.HeaderClassName
{
color: #4F1418;
}
.AnyTagClassName
{
color: #4F1418;
}
</style>
background-color css
<style>
a { background-color: #4F1418; }
a { background-color: rgb(79,20,24); }
div.DivClassName
{
background-color: #4F1418;
}
.BgClassName
{
background-color: #4F1418;
}
</style>
border-color css
<style>
span { border-color: #4F1418; }
span { border-color: rgb(79,20,24); }
td.TdClassName
{
border-color: #4F1418;
}
.TagClassName
{
border-color: #4F1418;
}
</style>