Shades of Red Oxide #4F140E
Tints of Red Oxide #4F140E
RGB
CMYK
RGB Variations
Color information
#4F140E (or 0x4F140E) is known color: Red Oxide. HEX triplet: 4F, 14 and 0E. RGB value is (79,20,14). Sum of RGB (Red+Green+Blue) = 79+20+14=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F140E is #B0EBF1. Grayscale: #252525. Windows color (decimal): -11594738 or 922703. OLE color: 922703.
HSL color Cylindrical-coordinate representation of color #4F140E: hue angle of 5.54º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F140E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 14 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.69 |
| HSL | 5.54º | 0.7% | 0.18% | - |
| HSV(B) | 5.54º | 0.82% | 0.31% | - |
| XYZ | 3.55 | 2.19 | 0.65 | - |
| YUV | 36.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 14 | 0 | 0.75 | 0.82 | 0.69 | 5.54 | 0.7 | 0.18 |
| Hex | 4F | 14 | E | 0 | 4B | 52 | 45 | 6 | 46 | 12 |
| Octal | 117 | 24 | 16 | 0 | 113 | 122 | 105 | 6 | 106 | 22 |
| Binary | 1001111 | 10100 | 1110 | 0 | 1001011 | 1010010 | 1000101 | 110 | 1000110 | 10010 |
Color Harmonies of #4F140E
Complementary color
Monochromatic Colors of #4F140E
Black with #4F140E
Text Example
Text Example
White with #4F140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F140E; }
p { color: rgb(79,20,14); }
H1.HeaderClassName
{
color: #4F140E;
}
.AnyTagClassName
{
color: #4F140E;
}
</style>
background-color css
<style>
a { background-color: #4F140E; }
a { background-color: rgb(79,20,14); }
div.DivClassName
{
background-color: #4F140E;
}
.BgClassName
{
background-color: #4F140E;
}
</style>
border-color css
<style>
span { border-color: #4F140E; }
span { border-color: rgb(79,20,14); }
td.TdClassName
{
border-color: #4F140E;
}
.TagClassName
{
border-color: #4F140E;
}
</style>