Shades of Red Oxide #491915
Tints of Red Oxide #491915
RGB
CMYK
RGB Variations
Color information
#491915 (or 0x491915) is known color: Red Oxide. HEX triplet: 49, 19 and 15. RGB value is (73,25,21). Sum of RGB (Red+Green+Blue) = 73+25+21=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491915 is #B6E6EA. Grayscale: #262626. Windows color (decimal): -11986667 or 1382729. OLE color: 1382729.
HSL color Cylindrical-coordinate representation of color #491915: hue angle of 4.62º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491915 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 21 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.71 |
| HSL | 4.62º | 0.55% | 0.18% | - |
| HSV(B) | 4.62º | 0.71% | 0.29% | - |
| XYZ | 3.23 | 2.17 | 0.96 | - |
| YUV | 38.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 21 | 0 | 0.66 | 0.71 | 0.71 | 4.62 | 0.55 | 0.18 |
| Hex | 49 | 19 | 15 | 0 | 42 | 47 | 47 | 5 | 37 | 12 |
| Octal | 111 | 31 | 25 | 0 | 102 | 107 | 107 | 5 | 67 | 22 |
| Binary | 1001001 | 11001 | 10101 | 0 | 1000010 | 1000111 | 1000111 | 101 | 110111 | 10010 |
Color Harmonies of #491915
Complementary color
Monochromatic Colors of #491915
Black with #491915
Text Example
Text Example
White with #491915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491915; }
p { color: rgb(73,25,21); }
H1.HeaderClassName
{
color: #491915;
}
.AnyTagClassName
{
color: #491915;
}
</style>
background-color css
<style>
a { background-color: #491915; }
a { background-color: rgb(73,25,21); }
div.DivClassName
{
background-color: #491915;
}
.BgClassName
{
background-color: #491915;
}
</style>
border-color css
<style>
span { border-color: #491915; }
span { border-color: rgb(73,25,21); }
td.TdClassName
{
border-color: #491915;
}
.TagClassName
{
border-color: #491915;
}
</style>