Shades of Red Oxide #4F1508
Tints of Red Oxide #4F1508
RGB
CMYK
RGB Variations
Color information
#4F1508 (or 0x4F1508) is known color: Red Oxide. HEX triplet: 4F, 15 and 08. RGB value is (79,21,8). Sum of RGB (Red+Green+Blue) = 79+21+8=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1508 is #B0EAF7. Grayscale: #242424. Windows color (decimal): -11594488 or 529743. OLE color: 529743.
HSL color Cylindrical-coordinate representation of color #4F1508: hue angle of 10.99º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F1508 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 8 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.69 |
| HSL | 10.99º | 0.82% | 0.17% | - |
| HSV(B) | 10.99º | 0.9% | 0.31% | - |
| XYZ | 3.54 | 2.22 | 0.47 | - |
| YUV | 36.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 8 | 0 | 0.73 | 0.90 | 0.69 | 10.99 | 0.82 | 0.17 |
| Hex | 4F | 15 | 8 | 0 | 49 | 5A | 45 | B | 52 | 11 |
| Octal | 117 | 25 | 10 | 0 | 111 | 132 | 105 | 13 | 122 | 21 |
| Binary | 1001111 | 10101 | 1000 | 0 | 1001001 | 1011010 | 1000101 | 1011 | 1010010 | 10001 |
Color Harmonies of #4F1508
Complementary color
Monochromatic Colors of #4F1508
Black with #4F1508
Text Example
Text Example
White with #4F1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1508; }
p { color: rgb(79,21,8); }
H1.HeaderClassName
{
color: #4F1508;
}
.AnyTagClassName
{
color: #4F1508;
}
</style>
background-color css
<style>
a { background-color: #4F1508; }
a { background-color: rgb(79,21,8); }
div.DivClassName
{
background-color: #4F1508;
}
.BgClassName
{
background-color: #4F1508;
}
</style>
border-color css
<style>
span { border-color: #4F1508; }
span { border-color: rgb(79,21,8); }
td.TdClassName
{
border-color: #4F1508;
}
.TagClassName
{
border-color: #4F1508;
}
</style>