Shades of Red Oxide #4F1A13
Tints of Red Oxide #4F1A13
RGB
CMYK
RGB Variations
Color information
#4F1A13 (or 0x4F1A13) is known color: Red Oxide. HEX triplet: 4F, 1A and 13. RGB value is (79,26,19). Sum of RGB (Red+Green+Blue) = 79+26+19=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1A13 is #B0E5EC. Grayscale: #292929. Windows color (decimal): -11593197 or 1251919. OLE color: 1251919.
HSL color Cylindrical-coordinate representation of color #4F1A13: hue angle of 7º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1A13 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 26 | 19 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.69 |
| HSL | 7º | 0.61% | 0.19% | - |
| HSV(B) | 7º | 0.76% | 0.31% | - |
| XYZ | 3.71 | 2.45 | 0.89 | - |
| YUV | 41.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 19 | 0 | 0.67 | 0.76 | 0.69 | 7 | 0.61 | 0.19 |
| Hex | 4F | 1A | 13 | 0 | 43 | 4C | 45 | 7 | 3D | 13 |
| Octal | 117 | 32 | 23 | 0 | 103 | 114 | 105 | 7 | 75 | 23 |
| Binary | 1001111 | 11010 | 10011 | 0 | 1000011 | 1001100 | 1000101 | 111 | 111101 | 10011 |
Color Harmonies of #4F1A13
Complementary color
Monochromatic Colors of #4F1A13
Black with #4F1A13
Text Example
Text Example
White with #4F1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A13; }
p { color: rgb(79,26,19); }
H1.HeaderClassName
{
color: #4F1A13;
}
.AnyTagClassName
{
color: #4F1A13;
}
</style>
background-color css
<style>
a { background-color: #4F1A13; }
a { background-color: rgb(79,26,19); }
div.DivClassName
{
background-color: #4F1A13;
}
.BgClassName
{
background-color: #4F1A13;
}
</style>
border-color css
<style>
span { border-color: #4F1A13; }
span { border-color: rgb(79,26,19); }
td.TdClassName
{
border-color: #4F1A13;
}
.TagClassName
{
border-color: #4F1A13;
}
</style>