Shades of Red Oxide #4F1510
Tints of Red Oxide #4F1510
RGB
CMYK
RGB Variations
Color information
#4F1510 (or 0x4F1510) is known color: Red Oxide. HEX triplet: 4F, 15 and 10. RGB value is (79,21,16). Sum of RGB (Red+Green+Blue) = 79+21+16=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1510 is #B0EAEF. Grayscale: #252525. Windows color (decimal): -11594480 or 1054031. OLE color: 1054031.
HSL color Cylindrical-coordinate representation of color #4F1510: hue angle of 4.76º 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 #4F1510 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 16 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.69 |
| HSL | 4.76º | 0.66% | 0.19% | - |
| HSV(B) | 4.76º | 0.8% | 0.31% | - |
| XYZ | 3.59 | 2.24 | 0.73 | - |
| YUV | 37.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 16 | 0 | 0.73 | 0.80 | 0.69 | 4.76 | 0.66 | 0.19 |
| Hex | 4F | 15 | 10 | 0 | 49 | 50 | 45 | 5 | 42 | 13 |
| Octal | 117 | 25 | 20 | 0 | 111 | 120 | 105 | 5 | 102 | 23 |
| Binary | 1001111 | 10101 | 10000 | 0 | 1001001 | 1010000 | 1000101 | 101 | 1000010 | 10011 |
Color Harmonies of #4F1510
Complementary color
Monochromatic Colors of #4F1510
Black with #4F1510
Text Example
Text Example
White with #4F1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1510; }
p { color: rgb(79,21,16); }
H1.HeaderClassName
{
color: #4F1510;
}
.AnyTagClassName
{
color: #4F1510;
}
</style>
background-color css
<style>
a { background-color: #4F1510; }
a { background-color: rgb(79,21,16); }
div.DivClassName
{
background-color: #4F1510;
}
.BgClassName
{
background-color: #4F1510;
}
</style>
border-color css
<style>
span { border-color: #4F1510; }
span { border-color: rgb(79,21,16); }
td.TdClassName
{
border-color: #4F1510;
}
.TagClassName
{
border-color: #4F1510;
}
</style>