Shades of Red Oxide #491A16
Tints of Red Oxide #491A16
RGB
CMYK
RGB Variations
Color information
#491A16 (or 0x491A16) is known color: Red Oxide. HEX triplet: 49, 1A and 16. RGB value is (73,26,22). Sum of RGB (Red+Green+Blue) = 73+26+22=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A16 is #B6E5E9. Grayscale: #272727. Windows color (decimal): -11986410 or 1448521. OLE color: 1448521.
HSL color Cylindrical-coordinate representation of color #491A16: hue angle of 4.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491A16 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 22 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.71 |
| HSL | 4.71º | 0.54% | 0.19% | - |
| HSV(B) | 4.71º | 0.7% | 0.29% | - |
| XYZ | 3.26 | 2.21 | 1.01 | - |
| YUV | 39.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 22 | 0 | 0.64 | 0.70 | 0.71 | 4.71 | 0.54 | 0.19 |
| Hex | 49 | 1A | 16 | 0 | 40 | 46 | 47 | 5 | 36 | 13 |
| Octal | 111 | 32 | 26 | 0 | 100 | 106 | 107 | 5 | 66 | 23 |
| Binary | 1001001 | 11010 | 10110 | 0 | 1000000 | 1000110 | 1000111 | 101 | 110110 | 10011 |
Color Harmonies of #491A16
Complementary color
Monochromatic Colors of #491A16
Black with #491A16
Text Example
Text Example
White with #491A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A16; }
p { color: rgb(73,26,22); }
H1.HeaderClassName
{
color: #491A16;
}
.AnyTagClassName
{
color: #491A16;
}
</style>
background-color css
<style>
a { background-color: #491A16; }
a { background-color: rgb(73,26,22); }
div.DivClassName
{
background-color: #491A16;
}
.BgClassName
{
background-color: #491A16;
}
</style>
border-color css
<style>
span { border-color: #491A16; }
span { border-color: rgb(73,26,22); }
td.TdClassName
{
border-color: #491A16;
}
.TagClassName
{
border-color: #491A16;
}
</style>