Shades of Red Oxide #4F110D
Tints of Red Oxide #4F110D
RGB
CMYK
RGB Variations
Color information
#4F110D (or 0x4F110D) is known color: Red Oxide. HEX triplet: 4F, 11 and 0D. RGB value is (79,17,13). Sum of RGB (Red+Green+Blue) = 79+17+13=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F110D is #B0EEF2. Grayscale: #232323. Windows color (decimal): -11595507 or 856399. OLE color: 856399.
HSL color Cylindrical-coordinate representation of color #4F110D: hue angle of 3.64º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F110D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 13 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.69 |
| HSL | 3.64º | 0.72% | 0.18% | - |
| HSV(B) | 3.64º | 0.84% | 0.31% | - |
| XYZ | 3.5 | 2.09 | 0.6 | - |
| YUV | 35.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 13 | 0 | 0.78 | 0.84 | 0.69 | 3.64 | 0.72 | 0.18 |
| Hex | 4F | 11 | D | 0 | 4E | 54 | 45 | 4 | 48 | 12 |
| Octal | 117 | 21 | 15 | 0 | 116 | 124 | 105 | 4 | 110 | 22 |
| Binary | 1001111 | 10001 | 1101 | 0 | 1001110 | 1010100 | 1000101 | 100 | 1001000 | 10010 |
Color Harmonies of #4F110D
Complementary color
Monochromatic Colors of #4F110D
Black with #4F110D
Text Example
Text Example
White with #4F110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F110D; }
p { color: rgb(79,17,13); }
H1.HeaderClassName
{
color: #4F110D;
}
.AnyTagClassName
{
color: #4F110D;
}
</style>
background-color css
<style>
a { background-color: #4F110D; }
a { background-color: rgb(79,17,13); }
div.DivClassName
{
background-color: #4F110D;
}
.BgClassName
{
background-color: #4F110D;
}
</style>
border-color css
<style>
span { border-color: #4F110D; }
span { border-color: rgb(79,17,13); }
td.TdClassName
{
border-color: #4F110D;
}
.TagClassName
{
border-color: #4F110D;
}
</style>