Shades of Bordeaux #4F0B16
Tints of Bordeaux #4F0B16
RGB
CMYK
RGB Variations
Color information
#4F0B16 (or 0x4F0B16) is known color: Bordeaux. HEX triplet: 4F, 0B and 16. RGB value is (79,11,22). Sum of RGB (Red+Green+Blue) = 79+11+22=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0B16 is #B0F4E9. Grayscale: #202020. Windows color (decimal): -11597034 or 1444687. OLE color: 1444687.
HSL color Cylindrical-coordinate representation of color #4F0B16: hue angle of 350.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F0B16 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 11 | 22 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.69 |
| HSL | 350.29º | 0.76% | 0.18% | - |
| HSV(B) | 350.29º | 0.86% | 0.31% | - |
| XYZ | 3.49 | 1.96 | 0.95 | - |
| YUV | 32.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 22 | 0 | 0.86 | 0.72 | 0.69 | 350.29 | 0.76 | 0.18 |
| Hex | 4F | B | 16 | 0 | 56 | 48 | 45 | 15E | 4C | 12 |
| Octal | 117 | 13 | 26 | 0 | 126 | 110 | 105 | 536 | 114 | 22 |
| Binary | 1001111 | 1011 | 10110 | 0 | 1010110 | 1001000 | 1000101 | 101011110 | 1001100 | 10010 |
Color Harmonies of #4F0B16
Complementary color
Monochromatic Colors of #4F0B16
Black with #4F0B16
Text Example
Text Example
White with #4F0B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0B16; }
p { color: rgb(79,11,22); }
H1.HeaderClassName
{
color: #4F0B16;
}
.AnyTagClassName
{
color: #4F0B16;
}
</style>
background-color css
<style>
a { background-color: #4F0B16; }
a { background-color: rgb(79,11,22); }
div.DivClassName
{
background-color: #4F0B16;
}
.BgClassName
{
background-color: #4F0B16;
}
</style>
border-color css
<style>
span { border-color: #4F0B16; }
span { border-color: rgb(79,11,22); }
td.TdClassName
{
border-color: #4F0B16;
}
.TagClassName
{
border-color: #4F0B16;
}
</style>