Shades of Red Oxide #4F110B
Tints of Red Oxide #4F110B
RGB
CMYK
RGB Variations
Color information
#4F110B (or 0x4F110B) is known color: Red Oxide. HEX triplet: 4F, 11 and 0B. RGB value is (79,17,11). Sum of RGB (Red+Green+Blue) = 79+17+11=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F110B is #B0EEF4. Grayscale: #222222. Windows color (decimal): -11595509 or 725327. OLE color: 725327.
HSL color Cylindrical-coordinate representation of color #4F110B: hue angle of 5.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F110B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 11 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.69 |
| HSL | 5.29º | 0.76% | 0.18% | - |
| HSV(B) | 5.29º | 0.86% | 0.31% | - |
| XYZ | 3.49 | 2.09 | 0.54 | - |
| YUV | 34.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 11 | 0 | 0.78 | 0.86 | 0.69 | 5.29 | 0.76 | 0.18 |
| Hex | 4F | 11 | B | 0 | 4E | 56 | 45 | 5 | 4C | 12 |
| Octal | 117 | 21 | 13 | 0 | 116 | 126 | 105 | 5 | 114 | 22 |
| Binary | 1001111 | 10001 | 1011 | 0 | 1001110 | 1010110 | 1000101 | 101 | 1001100 | 10010 |
Color Harmonies of #4F110B
Complementary color
Monochromatic Colors of #4F110B
Black with #4F110B
Text Example
Text Example
White with #4F110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F110B; }
p { color: rgb(79,17,11); }
H1.HeaderClassName
{
color: #4F110B;
}
.AnyTagClassName
{
color: #4F110B;
}
</style>
background-color css
<style>
a { background-color: #4F110B; }
a { background-color: rgb(79,17,11); }
div.DivClassName
{
background-color: #4F110B;
}
.BgClassName
{
background-color: #4F110B;
}
</style>
border-color css
<style>
span { border-color: #4F110B; }
span { border-color: rgb(79,17,11); }
td.TdClassName
{
border-color: #4F110B;
}
.TagClassName
{
border-color: #4F110B;
}
</style>