Shades of Red Oxide #4F120A
Tints of Red Oxide #4F120A
RGB
CMYK
RGB Variations
Color information
#4F120A (or 0x4F120A) is known color: Red Oxide. HEX triplet: 4F, 12 and 0A. RGB value is (79,18,10). Sum of RGB (Red+Green+Blue) = 79+18+10=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F120A is #B0EDF5. Grayscale: #232323. Windows color (decimal): -11595254 or 660047. OLE color: 660047.
HSL color Cylindrical-coordinate representation of color #4F120A: hue angle of 6.96º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F120A is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 10 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.69 |
| HSL | 6.96º | 0.78% | 0.17% | - |
| HSV(B) | 6.96º | 0.87% | 0.31% | - |
| XYZ | 3.5 | 2.12 | 0.51 | - |
| YUV | 35.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 10 | 0 | 0.77 | 0.87 | 0.69 | 6.96 | 0.78 | 0.17 |
| Hex | 4F | 12 | A | 0 | 4D | 57 | 45 | 7 | 4E | 11 |
| Octal | 117 | 22 | 12 | 0 | 115 | 127 | 105 | 7 | 116 | 21 |
| Binary | 1001111 | 10010 | 1010 | 0 | 1001101 | 1010111 | 1000101 | 111 | 1001110 | 10001 |
Color Harmonies of #4F120A
Complementary color
Monochromatic Colors of #4F120A
Black with #4F120A
Text Example
Text Example
White with #4F120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F120A; }
p { color: rgb(79,18,10); }
H1.HeaderClassName
{
color: #4F120A;
}
.AnyTagClassName
{
color: #4F120A;
}
</style>
background-color css
<style>
a { background-color: #4F120A; }
a { background-color: rgb(79,18,10); }
div.DivClassName
{
background-color: #4F120A;
}
.BgClassName
{
background-color: #4F120A;
}
</style>
border-color css
<style>
span { border-color: #4F120A; }
span { border-color: rgb(79,18,10); }
td.TdClassName
{
border-color: #4F120A;
}
.TagClassName
{
border-color: #4F120A;
}
</style>