Shades of Bordeaux #4F0A18
Tints of Bordeaux #4F0A18
RGB
CMYK
RGB Variations
Color information
#4F0A18 (or 0x4F0A18) is known color: Bordeaux. HEX triplet: 4F, 0A and 18. RGB value is (79,10,24). Sum of RGB (Red+Green+Blue) = 79+10+24=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A18 is #B0F5E7. Grayscale: #202020. Windows color (decimal): -11597288 or 1575503. OLE color: 1575503.
HSL color Cylindrical-coordinate representation of color #4F0A18: hue angle of 347.83º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F0A18 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 10 | 24 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.69 |
| HSL | 347.83º | 0.78% | 0.17% | - |
| HSV(B) | 347.83º | 0.87% | 0.31% | - |
| XYZ | 3.5 | 1.95 | 1.06 | - |
| YUV | 32.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 24 | 0 | 0.87 | 0.70 | 0.69 | 347.83 | 0.78 | 0.17 |
| Hex | 4F | A | 18 | 0 | 57 | 46 | 45 | 15C | 4E | 11 |
| Octal | 117 | 12 | 30 | 0 | 127 | 106 | 105 | 534 | 116 | 21 |
| Binary | 1001111 | 1010 | 11000 | 0 | 1010111 | 1000110 | 1000101 | 101011100 | 1001110 | 10001 |
Color Harmonies of #4F0A18
Complementary color
Monochromatic Colors of #4F0A18
Black with #4F0A18
Text Example
Text Example
White with #4F0A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0A18; }
p { color: rgb(79,10,24); }
H1.HeaderClassName
{
color: #4F0A18;
}
.AnyTagClassName
{
color: #4F0A18;
}
</style>
background-color css
<style>
a { background-color: #4F0A18; }
a { background-color: rgb(79,10,24); }
div.DivClassName
{
background-color: #4F0A18;
}
.BgClassName
{
background-color: #4F0A18;
}
</style>
border-color css
<style>
span { border-color: #4F0A18; }
span { border-color: rgb(79,10,24); }
td.TdClassName
{
border-color: #4F0A18;
}
.TagClassName
{
border-color: #4F0A18;
}
</style>