Shades of Bordeaux #4F0C20
Tints of Bordeaux #4F0C20
RGB
CMYK
RGB Variations
Color information
#4F0C20 (or 0x4F0C20) is known color: Bordeaux. HEX triplet: 4F, 0C and 20. RGB value is (79,12,32). Sum of RGB (Red+Green+Blue) = 79+12+32=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0C20 is #B0F3DF. Grayscale: #222222. Windows color (decimal): -11596768 or 2100303. OLE color: 2100303.
HSL color Cylindrical-coordinate representation of color #4F0C20: hue angle of 342.09º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F0C20 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 12 | 32 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.69 |
| HSL | 342.09º | 0.74% | 0.18% | - |
| HSV(B) | 342.09º | 0.85% | 0.31% | - |
| XYZ | 3.62 | 2.03 | 1.57 | - |
| YUV | 34.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 32 | 0 | 0.85 | 0.59 | 0.69 | 342.09 | 0.74 | 0.18 |
| Hex | 4F | C | 20 | 0 | 55 | 3B | 45 | 156 | 4A | 12 |
| Octal | 117 | 14 | 40 | 0 | 125 | 73 | 105 | 526 | 112 | 22 |
| Binary | 1001111 | 1100 | 100000 | 0 | 1010101 | 111011 | 1000101 | 101010110 | 1001010 | 10010 |
Color Harmonies of #4F0C20
Complementary color
Monochromatic Colors of #4F0C20
Black with #4F0C20
Text Example
Text Example
White with #4F0C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C20; }
p { color: rgb(79,12,32); }
H1.HeaderClassName
{
color: #4F0C20;
}
.AnyTagClassName
{
color: #4F0C20;
}
</style>
background-color css
<style>
a { background-color: #4F0C20; }
a { background-color: rgb(79,12,32); }
div.DivClassName
{
background-color: #4F0C20;
}
.BgClassName
{
background-color: #4F0C20;
}
</style>
border-color css
<style>
span { border-color: #4F0C20; }
span { border-color: rgb(79,12,32); }
td.TdClassName
{
border-color: #4F0C20;
}
.TagClassName
{
border-color: #4F0C20;
}
</style>