Shades of Bordeaux #4F0210
Tints of Bordeaux #4F0210
RGB
CMYK
RGB Variations
Color information
#4F0210 (or 0x4F0210) is known color: Bordeaux. HEX triplet: 4F, 02 and 10. RGB value is (79,2,16). Sum of RGB (Red+Green+Blue) = 79+2+16=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0210 is #B0FDEF. Grayscale: #1A1A1A. Windows color (decimal): -11599344 or 1049167. OLE color: 1049167.
HSL color Cylindrical-coordinate representation of color #4F0210: hue angle of 349.09º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0210 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 16 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.69 |
| HSL | 349.09º | 0.95% | 0.16% | - |
| HSV(B) | 349.09º | 0.97% | 0.31% | - |
| XYZ | 3.34 | 1.74 | 0.65 | - |
| YUV | 26.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 16 | 0 | 0.97 | 0.80 | 0.69 | 349.09 | 0.95 | 0.16 |
| Hex | 4F | 2 | 10 | 0 | 61 | 50 | 45 | 15D | 5F | 10 |
| Octal | 117 | 2 | 20 | 0 | 141 | 120 | 105 | 535 | 137 | 20 |
| Binary | 1001111 | 10 | 10000 | 0 | 1100001 | 1010000 | 1000101 | 101011101 | 1011111 | 10000 |
Color Harmonies of #4F0210
Complementary color
Monochromatic Colors of #4F0210
Black with #4F0210
Text Example
Text Example
White with #4F0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0210; }
p { color: rgb(79,2,16); }
H1.HeaderClassName
{
color: #4F0210;
}
.AnyTagClassName
{
color: #4F0210;
}
</style>
background-color css
<style>
a { background-color: #4F0210; }
a { background-color: rgb(79,2,16); }
div.DivClassName
{
background-color: #4F0210;
}
.BgClassName
{
background-color: #4F0210;
}
</style>
border-color css
<style>
span { border-color: #4F0210; }
span { border-color: rgb(79,2,16); }
td.TdClassName
{
border-color: #4F0210;
}
.TagClassName
{
border-color: #4F0210;
}
</style>