Shades of Red Oxide #4F1210
Tints of Red Oxide #4F1210
RGB
CMYK
RGB Variations
Color information
#4F1210 (or 0x4F1210) is known color: Red Oxide. HEX triplet: 4F, 12 and 10. RGB value is (79,18,16). Sum of RGB (Red+Green+Blue) = 79+18+16=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1210 is #B0EDEF. Grayscale: #242424. Windows color (decimal): -11595248 or 1053263. OLE color: 1053263.
HSL color Cylindrical-coordinate representation of color #4F1210: hue angle of 1.9º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1210 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 16 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.69 |
| HSL | 1.9º | 0.66% | 0.19% | - |
| HSV(B) | 1.9º | 0.8% | 0.31% | - |
| XYZ | 3.53 | 2.13 | 0.72 | - |
| YUV | 36.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 16 | 0 | 0.77 | 0.80 | 0.69 | 1.9 | 0.66 | 0.19 |
| Hex | 4F | 12 | 10 | 0 | 4D | 50 | 45 | 2 | 42 | 13 |
| Octal | 117 | 22 | 20 | 0 | 115 | 120 | 105 | 2 | 102 | 23 |
| Binary | 1001111 | 10010 | 10000 | 0 | 1001101 | 1010000 | 1000101 | 10 | 1000010 | 10011 |
Color Harmonies of #4F1210
Complementary color
Monochromatic Colors of #4F1210
Black with #4F1210
Text Example
Text Example
White with #4F1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1210; }
p { color: rgb(79,18,16); }
H1.HeaderClassName
{
color: #4F1210;
}
.AnyTagClassName
{
color: #4F1210;
}
</style>
background-color css
<style>
a { background-color: #4F1210; }
a { background-color: rgb(79,18,16); }
div.DivClassName
{
background-color: #4F1210;
}
.BgClassName
{
background-color: #4F1210;
}
</style>
border-color css
<style>
span { border-color: #4F1210; }
span { border-color: rgb(79,18,16); }
td.TdClassName
{
border-color: #4F1210;
}
.TagClassName
{
border-color: #4F1210;
}
</style>