Shades of Bordeaux #4F0815
Tints of Bordeaux #4F0815
RGB
CMYK
RGB Variations
Color information
#4F0815 (or 0x4F0815) is known color: Bordeaux. HEX triplet: 4F, 08 and 15. RGB value is (79,8,21). Sum of RGB (Red+Green+Blue) = 79+8+21=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0815 is #B0F7EA. Grayscale: #1E1E1E. Windows color (decimal): -11597803 or 1378383. OLE color: 1378383.
HSL color Cylindrical-coordinate representation of color #4F0815: hue angle of 349.01º 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 #4F0815 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 21 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.69 |
| HSL | 349.01º | 0.82% | 0.17% | - |
| HSV(B) | 349.01º | 0.9% | 0.31% | - |
| XYZ | 3.45 | 1.89 | 0.89 | - |
| YUV | 30.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 21 | 0 | 0.90 | 0.73 | 0.69 | 349.01 | 0.82 | 0.17 |
| Hex | 4F | 8 | 15 | 0 | 5A | 49 | 45 | 15D | 52 | 11 |
| Octal | 117 | 10 | 25 | 0 | 132 | 111 | 105 | 535 | 122 | 21 |
| Binary | 1001111 | 1000 | 10101 | 0 | 1011010 | 1001001 | 1000101 | 101011101 | 1010010 | 10001 |
Color Harmonies of #4F0815
Complementary color
Monochromatic Colors of #4F0815
Black with #4F0815
Text Example
Text Example
White with #4F0815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0815; }
p { color: rgb(79,8,21); }
H1.HeaderClassName
{
color: #4F0815;
}
.AnyTagClassName
{
color: #4F0815;
}
</style>
background-color css
<style>
a { background-color: #4F0815; }
a { background-color: rgb(79,8,21); }
div.DivClassName
{
background-color: #4F0815;
}
.BgClassName
{
background-color: #4F0815;
}
</style>
border-color css
<style>
span { border-color: #4F0815; }
span { border-color: rgb(79,8,21); }
td.TdClassName
{
border-color: #4F0815;
}
.TagClassName
{
border-color: #4F0815;
}
</style>