Shades of Bordeaux #4F0A11
Tints of Bordeaux #4F0A11
RGB
CMYK
RGB Variations
Color information
#4F0A11 (or 0x4F0A11) is known color: Bordeaux. HEX triplet: 4F, 0A and 11. RGB value is (79,10,17). Sum of RGB (Red+Green+Blue) = 79+10+17=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A11 is #B0F5EE. Grayscale: #1F1F1F. Windows color (decimal): -11597295 or 1116751. OLE color: 1116751.
HSL color Cylindrical-coordinate representation of color #4F0A11: hue angle of 353.91º 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 #4F0A11 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 10 | 17 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.69 |
| HSL | 353.91º | 0.78% | 0.17% | - |
| HSV(B) | 353.91º | 0.87% | 0.31% | - |
| XYZ | 3.43 | 1.92 | 0.72 | - |
| YUV | 31.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 17 | 0 | 0.87 | 0.78 | 0.69 | 353.91 | 0.78 | 0.17 |
| Hex | 4F | A | 11 | 0 | 57 | 4E | 45 | 162 | 4E | 11 |
| Octal | 117 | 12 | 21 | 0 | 127 | 116 | 105 | 542 | 116 | 21 |
| Binary | 1001111 | 1010 | 10001 | 0 | 1010111 | 1001110 | 1000101 | 101100010 | 1001110 | 10001 |
Color Harmonies of #4F0A11
Complementary color
Monochromatic Colors of #4F0A11
Black with #4F0A11
Text Example
Text Example
White with #4F0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0A11; }
p { color: rgb(79,10,17); }
H1.HeaderClassName
{
color: #4F0A11;
}
.AnyTagClassName
{
color: #4F0A11;
}
</style>
background-color css
<style>
a { background-color: #4F0A11; }
a { background-color: rgb(79,10,17); }
div.DivClassName
{
background-color: #4F0A11;
}
.BgClassName
{
background-color: #4F0A11;
}
</style>
border-color css
<style>
span { border-color: #4F0A11; }
span { border-color: rgb(79,10,17); }
td.TdClassName
{
border-color: #4F0A11;
}
.TagClassName
{
border-color: #4F0A11;
}
</style>