Shades of Red Oxide #4F130D
Tints of Red Oxide #4F130D
RGB
CMYK
RGB Variations
Color information
#4F130D (or 0x4F130D) is known color: Red Oxide. HEX triplet: 4F, 13 and 0D. RGB value is (79,19,13). Sum of RGB (Red+Green+Blue) = 79+19+13=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F130D is #B0ECF2. Grayscale: #242424. Windows color (decimal): -11594995 or 856911. OLE color: 856911.
HSL color Cylindrical-coordinate representation of color #4F130D: hue angle of 5.45º 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 #4F130D is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 13 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.69 |
| HSL | 5.45º | 0.72% | 0.18% | - |
| HSV(B) | 5.45º | 0.84% | 0.31% | - |
| XYZ | 3.53 | 2.16 | 0.61 | - |
| YUV | 36.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 13 | 0 | 0.76 | 0.84 | 0.69 | 5.45 | 0.72 | 0.18 |
| Hex | 4F | 13 | D | 0 | 4C | 54 | 45 | 5 | 48 | 12 |
| Octal | 117 | 23 | 15 | 0 | 114 | 124 | 105 | 5 | 110 | 22 |
| Binary | 1001111 | 10011 | 1101 | 0 | 1001100 | 1010100 | 1000101 | 101 | 1001000 | 10010 |
Color Harmonies of #4F130D
Complementary color
Monochromatic Colors of #4F130D
Black with #4F130D
Text Example
Text Example
White with #4F130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F130D; }
p { color: rgb(79,19,13); }
H1.HeaderClassName
{
color: #4F130D;
}
.AnyTagClassName
{
color: #4F130D;
}
</style>
background-color css
<style>
a { background-color: #4F130D; }
a { background-color: rgb(79,19,13); }
div.DivClassName
{
background-color: #4F130D;
}
.BgClassName
{
background-color: #4F130D;
}
</style>
border-color css
<style>
span { border-color: #4F130D; }
span { border-color: rgb(79,19,13); }
td.TdClassName
{
border-color: #4F130D;
}
.TagClassName
{
border-color: #4F130D;
}
</style>