Shades of Red Oxide #4F1410
Tints of Red Oxide #4F1410
RGB
CMYK
RGB Variations
Color information
#4F1410 (or 0x4F1410) is known color: Red Oxide. HEX triplet: 4F, 14 and 10. RGB value is (79,20,16). Sum of RGB (Red+Green+Blue) = 79+20+16=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1410 is #B0EBEF. Grayscale: #252525. Windows color (decimal): -11594736 or 1053775. OLE color: 1053775.
HSL color Cylindrical-coordinate representation of color #4F1410: hue angle of 3.81º 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 #4F1410 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 16 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.69 |
| HSL | 3.81º | 0.66% | 0.19% | - |
| HSV(B) | 3.81º | 0.8% | 0.31% | - |
| XYZ | 3.57 | 2.2 | 0.73 | - |
| YUV | 37.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 16 | 0 | 0.75 | 0.80 | 0.69 | 3.81 | 0.66 | 0.19 |
| Hex | 4F | 14 | 10 | 0 | 4B | 50 | 45 | 4 | 42 | 13 |
| Octal | 117 | 24 | 20 | 0 | 113 | 120 | 105 | 4 | 102 | 23 |
| Binary | 1001111 | 10100 | 10000 | 0 | 1001011 | 1010000 | 1000101 | 100 | 1000010 | 10011 |
Color Harmonies of #4F1410
Complementary color
Monochromatic Colors of #4F1410
Black with #4F1410
Text Example
Text Example
White with #4F1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1410; }
p { color: rgb(79,20,16); }
H1.HeaderClassName
{
color: #4F1410;
}
.AnyTagClassName
{
color: #4F1410;
}
</style>
background-color css
<style>
a { background-color: #4F1410; }
a { background-color: rgb(79,20,16); }
div.DivClassName
{
background-color: #4F1410;
}
.BgClassName
{
background-color: #4F1410;
}
</style>
border-color css
<style>
span { border-color: #4F1410; }
span { border-color: rgb(79,20,16); }
td.TdClassName
{
border-color: #4F1410;
}
.TagClassName
{
border-color: #4F1410;
}
</style>