Shades of Red Oxide #4F0F0D
Tints of Red Oxide #4F0F0D
RGB
CMYK
RGB Variations
Color information
#4F0F0D (or 0x4F0F0D) is known color: Red Oxide. HEX triplet: 4F, 0F and 0D. RGB value is (79,15,13). Sum of RGB (Red+Green+Blue) = 79+15+13=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0F0D is #B0F0F2. Grayscale: #212121. Windows color (decimal): -11596019 or 855887. OLE color: 855887.
HSL color Cylindrical-coordinate representation of color #4F0F0D: hue angle of 1.82º 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 #4F0F0D is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 15 | 13 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.69 |
| HSL | 1.82º | 0.72% | 0.18% | - |
| HSV(B) | 1.82º | 0.84% | 0.31% | - |
| XYZ | 3.47 | 2.03 | 0.59 | - |
| YUV | 33.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 13 | 0 | 0.81 | 0.84 | 0.69 | 1.82 | 0.72 | 0.18 |
| Hex | 4F | F | D | 0 | 51 | 54 | 45 | 2 | 48 | 12 |
| Octal | 117 | 17 | 15 | 0 | 121 | 124 | 105 | 2 | 110 | 22 |
| Binary | 1001111 | 1111 | 1101 | 0 | 1010001 | 1010100 | 1000101 | 10 | 1001000 | 10010 |
Color Harmonies of #4F0F0D
Complementary color
Monochromatic Colors of #4F0F0D
Black with #4F0F0D
Text Example
Text Example
White with #4F0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0F0D; }
p { color: rgb(79,15,13); }
H1.HeaderClassName
{
color: #4F0F0D;
}
.AnyTagClassName
{
color: #4F0F0D;
}
</style>
background-color css
<style>
a { background-color: #4F0F0D; }
a { background-color: rgb(79,15,13); }
div.DivClassName
{
background-color: #4F0F0D;
}
.BgClassName
{
background-color: #4F0F0D;
}
</style>
border-color css
<style>
span { border-color: #4F0F0D; }
span { border-color: rgb(79,15,13); }
td.TdClassName
{
border-color: #4F0F0D;
}
.TagClassName
{
border-color: #4F0F0D;
}
</style>