Shades of Red Oxide #4F100B
Tints of Red Oxide #4F100B
RGB
CMYK
RGB Variations
Color information
#4F100B (or 0x4F100B) is known color: Red Oxide. HEX triplet: 4F, 10 and 0B. RGB value is (79,16,11). Sum of RGB (Red+Green+Blue) = 79+16+11=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F100B is #B0EFF4. Grayscale: #222222. Windows color (decimal): -11595765 or 725071. OLE color: 725071.
HSL color Cylindrical-coordinate representation of color #4F100B: hue angle of 4.41º 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 #4F100B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 11 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.69 |
| HSL | 4.41º | 0.76% | 0.18% | - |
| HSV(B) | 4.41º | 0.86% | 0.31% | - |
| XYZ | 3.47 | 2.06 | 0.53 | - |
| YUV | 34.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 11 | 0 | 0.80 | 0.86 | 0.69 | 4.41 | 0.76 | 0.18 |
| Hex | 4F | 10 | B | 0 | 50 | 56 | 45 | 4 | 4C | 12 |
| Octal | 117 | 20 | 13 | 0 | 120 | 126 | 105 | 4 | 114 | 22 |
| Binary | 1001111 | 10000 | 1011 | 0 | 1010000 | 1010110 | 1000101 | 100 | 1001100 | 10010 |
Color Harmonies of #4F100B
Complementary color
Monochromatic Colors of #4F100B
Black with #4F100B
Text Example
Text Example
White with #4F100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F100B; }
p { color: rgb(79,16,11); }
H1.HeaderClassName
{
color: #4F100B;
}
.AnyTagClassName
{
color: #4F100B;
}
</style>
background-color css
<style>
a { background-color: #4F100B; }
a { background-color: rgb(79,16,11); }
div.DivClassName
{
background-color: #4F100B;
}
.BgClassName
{
background-color: #4F100B;
}
</style>
border-color css
<style>
span { border-color: #4F100B; }
span { border-color: rgb(79,16,11); }
td.TdClassName
{
border-color: #4F100B;
}
.TagClassName
{
border-color: #4F100B;
}
</style>