Shades of Bordeaux #4F0816
Tints of Bordeaux #4F0816
RGB
CMYK
RGB Variations
Color information
#4F0816 (or 0x4F0816) is known color: Bordeaux. HEX triplet: 4F, 08 and 16. RGB value is (79,8,22). Sum of RGB (Red+Green+Blue) = 79+8+22=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0816 is #B0F7E9. Grayscale: #1E1E1E. Windows color (decimal): -11597802 or 1443919. OLE color: 1443919.
HSL color Cylindrical-coordinate representation of color #4F0816: hue angle of 348.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0816 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 22 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.69 |
| HSL | 348.17º | 0.82% | 0.17% | - |
| HSV(B) | 348.17º | 0.9% | 0.31% | - |
| XYZ | 3.46 | 1.89 | 0.94 | - |
| YUV | 30.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 22 | 0 | 0.90 | 0.72 | 0.69 | 348.17 | 0.82 | 0.17 |
| Hex | 4F | 8 | 16 | 0 | 5A | 48 | 45 | 15C | 52 | 11 |
| Octal | 117 | 10 | 26 | 0 | 132 | 110 | 105 | 534 | 122 | 21 |
| Binary | 1001111 | 1000 | 10110 | 0 | 1011010 | 1001000 | 1000101 | 101011100 | 1010010 | 10001 |
Color Harmonies of #4F0816
Complementary color
Monochromatic Colors of #4F0816
Black with #4F0816
Text Example
Text Example
White with #4F0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0816; }
p { color: rgb(79,8,22); }
H1.HeaderClassName
{
color: #4F0816;
}
.AnyTagClassName
{
color: #4F0816;
}
</style>
background-color css
<style>
a { background-color: #4F0816; }
a { background-color: rgb(79,8,22); }
div.DivClassName
{
background-color: #4F0816;
}
.BgClassName
{
background-color: #4F0816;
}
</style>
border-color css
<style>
span { border-color: #4F0816; }
span { border-color: rgb(79,8,22); }
td.TdClassName
{
border-color: #4F0816;
}
.TagClassName
{
border-color: #4F0816;
}
</style>