Shades of Red Oxide #491F1F
Tints of Red Oxide #491F1F
RGB
CMYK
RGB Variations
Color information
#491F1F (or 0x491F1F) is known color: Red Oxide. HEX triplet: 49, 1F and 1F. RGB value is (73,31,31). Sum of RGB (Red+Green+Blue) = 73+31+31=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F1F is #B6E0E0. Grayscale: #2B2B2B. Windows color (decimal): -11985121 or 2039625. OLE color: 2039625.
HSL color Cylindrical-coordinate representation of color #491F1F: hue angle of 0º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #491F1F is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 31 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.71 |
| HSL | 0º | 0.4% | 0.2% | - |
| HSV(B) | 0º | 0.58% | 0.29% | - |
| XYZ | 3.48 | 2.5 | 1.59 | - |
| YUV | 43.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 31 | 0 | 0.58 | 0.58 | 0.71 | 0 | 0.4 | 0.2 |
| Hex | 49 | 1F | 1F | 0 | 3A | 3A | 47 | 0 | 28 | 14 |
| Octal | 111 | 37 | 37 | 0 | 72 | 72 | 107 | 0 | 50 | 24 |
| Binary | 1001001 | 11111 | 11111 | 0 | 111010 | 111010 | 1000111 | 0 | 101000 | 10100 |
Color Harmonies of #491F1F
Complementary color
Monochromatic Colors of #491F1F
Black with #491F1F
Text Example
Text Example
White with #491F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F1F; }
p { color: rgb(73,31,31); }
H1.HeaderClassName
{
color: #491F1F;
}
.AnyTagClassName
{
color: #491F1F;
}
</style>
background-color css
<style>
a { background-color: #491F1F; }
a { background-color: rgb(73,31,31); }
div.DivClassName
{
background-color: #491F1F;
}
.BgClassName
{
background-color: #491F1F;
}
</style>
border-color css
<style>
span { border-color: #491F1F; }
span { border-color: rgb(73,31,31); }
td.TdClassName
{
border-color: #491F1F;
}
.TagClassName
{
border-color: #491F1F;
}
</style>