Shades of Red Oxide #4F160C
Tints of Red Oxide #4F160C
RGB
CMYK
RGB Variations
Color information
#4F160C (or 0x4F160C) is known color: Red Oxide. HEX triplet: 4F, 16 and 0C. RGB value is (79,22,12). Sum of RGB (Red+Green+Blue) = 79+22+12=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F160C is #B0E9F3. Grayscale: #262626. Windows color (decimal): -11594228 or 792143. OLE color: 792143.
HSL color Cylindrical-coordinate representation of color #4F160C: hue angle of 8.96º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F160C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 12 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.69 |
| HSL | 8.96º | 0.74% | 0.18% | - |
| HSV(B) | 8.96º | 0.85% | 0.31% | - |
| XYZ | 3.58 | 2.26 | 0.6 | - |
| YUV | 37.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 12 | 0 | 0.72 | 0.85 | 0.69 | 8.96 | 0.74 | 0.18 |
| Hex | 4F | 16 | C | 0 | 48 | 55 | 45 | 9 | 4A | 12 |
| Octal | 117 | 26 | 14 | 0 | 110 | 125 | 105 | 11 | 112 | 22 |
| Binary | 1001111 | 10110 | 1100 | 0 | 1001000 | 1010101 | 1000101 | 1001 | 1001010 | 10010 |
Color Harmonies of #4F160C
Complementary color
Monochromatic Colors of #4F160C
Black with #4F160C
Text Example
Text Example
White with #4F160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F160C; }
p { color: rgb(79,22,12); }
H1.HeaderClassName
{
color: #4F160C;
}
.AnyTagClassName
{
color: #4F160C;
}
</style>
background-color css
<style>
a { background-color: #4F160C; }
a { background-color: rgb(79,22,12); }
div.DivClassName
{
background-color: #4F160C;
}
.BgClassName
{
background-color: #4F160C;
}
</style>
border-color css
<style>
span { border-color: #4F160C; }
span { border-color: rgb(79,22,12); }
td.TdClassName
{
border-color: #4F160C;
}
.TagClassName
{
border-color: #4F160C;
}
</style>