Shades of Red Oxide #4F140B
Tints of Red Oxide #4F140B
RGB
CMYK
RGB Variations
Color information
#4F140B (or 0x4F140B) is known color: Red Oxide. HEX triplet: 4F, 14 and 0B. RGB value is (79,20,11). Sum of RGB (Red+Green+Blue) = 79+20+11=110 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.82% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 79 - color contains mainly: red. Hex color #4F140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F140B is #B0EBF4. Grayscale: #242424. Windows color (decimal): -11594741 or 726095. OLE color: 726095.
HSL color Cylindrical-coordinate representation of color #4F140B: hue angle of 7.94º 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 #4F140B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 11 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.69 |
| HSL | 7.94º | 0.76% | 0.18% | - |
| HSV(B) | 7.94º | 0.86% | 0.31% | - |
| XYZ | 3.54 | 2.19 | 0.55 | - |
| YUV | 36.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 11 | 0 | 0.75 | 0.86 | 0.69 | 7.94 | 0.76 | 0.18 |
| Hex | 4F | 14 | B | 0 | 4B | 56 | 45 | 8 | 4C | 12 |
| Octal | 117 | 24 | 13 | 0 | 113 | 126 | 105 | 10 | 114 | 22 |
| Binary | 1001111 | 10100 | 1011 | 0 | 1001011 | 1010110 | 1000101 | 1000 | 1001100 | 10010 |
Color Harmonies of #4F140B
Complementary color
Monochromatic Colors of #4F140B
Black with #4F140B
Text Example
Text Example
White with #4F140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F140B; }
p { color: rgb(79,20,11); }
H1.HeaderClassName
{
color: #4F140B;
}
.AnyTagClassName
{
color: #4F140B;
}
</style>
background-color css
<style>
a { background-color: #4F140B; }
a { background-color: rgb(79,20,11); }
div.DivClassName
{
background-color: #4F140B;
}
.BgClassName
{
background-color: #4F140B;
}
</style>
border-color css
<style>
span { border-color: #4F140B; }
span { border-color: rgb(79,20,11); }
td.TdClassName
{
border-color: #4F140B;
}
.TagClassName
{
border-color: #4F140B;
}
</style>