Shades of Red Oxide #4F1004
Tints of Red Oxide #4F1004
RGB
CMYK
RGB Variations
Color information
#4F1004 (or 0x4F1004) is known color: Red Oxide. HEX triplet: 4F, 10 and 04. RGB value is (79,16,4). Sum of RGB (Red+Green+Blue) = 79+16+4=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1004 is #B0EFFB. Grayscale: #212121. Windows color (decimal): -11595772 or 266319. OLE color: 266319.
HSL color Cylindrical-coordinate representation of color #4F1004: hue angle of 9.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F1004 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 4 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.69 |
| HSL | 9.6º | 0.9% | 0.16% | - |
| HSV(B) | 9.6º | 0.95% | 0.31% | - |
| XYZ | 3.43 | 2.04 | 0.33 | - |
| YUV | 33.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 4 | 0 | 0.80 | 0.95 | 0.69 | 9.6 | 0.9 | 0.16 |
| Hex | 4F | 10 | 4 | 0 | 50 | 5F | 45 | A | 5A | 10 |
| Octal | 117 | 20 | 4 | 0 | 120 | 137 | 105 | 12 | 132 | 20 |
| Binary | 1001111 | 10000 | 100 | 0 | 1010000 | 1011111 | 1000101 | 1010 | 1011010 | 10000 |
Color Harmonies of #4F1004
Complementary color
Monochromatic Colors of #4F1004
Black with #4F1004
Text Example
Text Example
White with #4F1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1004; }
p { color: rgb(79,16,4); }
H1.HeaderClassName
{
color: #4F1004;
}
.AnyTagClassName
{
color: #4F1004;
}
</style>
background-color css
<style>
a { background-color: #4F1004; }
a { background-color: rgb(79,16,4); }
div.DivClassName
{
background-color: #4F1004;
}
.BgClassName
{
background-color: #4F1004;
}
</style>
border-color css
<style>
span { border-color: #4F1004; }
span { border-color: rgb(79,16,4); }
td.TdClassName
{
border-color: #4F1004;
}
.TagClassName
{
border-color: #4F1004;
}
</style>