Shades of Bordeaux #4F0212
Tints of Bordeaux #4F0212
RGB
CMYK
RGB Variations
Color information
#4F0212 (or 0x4F0212) is known color: Bordeaux. HEX triplet: 4F, 02 and 12. RGB value is (79,2,18). Sum of RGB (Red+Green+Blue) = 79+2+18=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0212 is #B0FDED. Grayscale: #1A1A1A. Windows color (decimal): -11599342 or 1180239. OLE color: 1180239.
HSL color Cylindrical-coordinate representation of color #4F0212: hue angle of 347.53º 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 #4F0212 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 18 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.69 |
| HSL | 347.53º | 0.95% | 0.16% | - |
| HSV(B) | 347.53º | 0.97% | 0.31% | - |
| XYZ | 3.36 | 1.75 | 0.73 | - |
| YUV | 26.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 18 | 0 | 0.97 | 0.77 | 0.69 | 347.53 | 0.95 | 0.16 |
| Hex | 4F | 2 | 12 | 0 | 61 | 4D | 45 | 15C | 5F | 10 |
| Octal | 117 | 2 | 22 | 0 | 141 | 115 | 105 | 534 | 137 | 20 |
| Binary | 1001111 | 10 | 10010 | 0 | 1100001 | 1001101 | 1000101 | 101011100 | 1011111 | 10000 |
Color Harmonies of #4F0212
Complementary color
Monochromatic Colors of #4F0212
Black with #4F0212
Text Example
Text Example
White with #4F0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0212; }
p { color: rgb(79,2,18); }
H1.HeaderClassName
{
color: #4F0212;
}
.AnyTagClassName
{
color: #4F0212;
}
</style>
background-color css
<style>
a { background-color: #4F0212; }
a { background-color: rgb(79,2,18); }
div.DivClassName
{
background-color: #4F0212;
}
.BgClassName
{
background-color: #4F0212;
}
</style>
border-color css
<style>
span { border-color: #4F0212; }
span { border-color: rgb(79,2,18); }
td.TdClassName
{
border-color: #4F0212;
}
.TagClassName
{
border-color: #4F0212;
}
</style>