Shades of Red Oxide #491A1A
Tints of Red Oxide #491A1A
RGB
CMYK
RGB Variations
Color information
#491A1A (or 0x491A1A) is known color: Red Oxide. HEX triplet: 49, 1A and 1A. RGB value is (73,26,26). Sum of RGB (Red+Green+Blue) = 73+26+26=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A1A is #B6E5E5. Grayscale: #282828. Windows color (decimal): -11986406 or 1710665. OLE color: 1710665.
HSL color Cylindrical-coordinate representation of color #491A1A: hue angle of 0º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A1A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 26 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.71 |
| HSL | 0º | 0.47% | 0.19% | - |
| HSV(B) | 0º | 0.64% | 0.29% | - |
| XYZ | 3.3 | 2.23 | 1.23 | - |
| YUV | 40.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 26 | 0 | 0.64 | 0.64 | 0.71 | 0 | 0.47 | 0.19 |
| Hex | 49 | 1A | 1A | 0 | 40 | 40 | 47 | 0 | 2F | 13 |
| Octal | 111 | 32 | 32 | 0 | 100 | 100 | 107 | 0 | 57 | 23 |
| Binary | 1001001 | 11010 | 11010 | 0 | 1000000 | 1000000 | 1000111 | 0 | 101111 | 10011 |
Color Harmonies of #491A1A
Complementary color
Monochromatic Colors of #491A1A
Black with #491A1A
Text Example
Text Example
White with #491A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A1A; }
p { color: rgb(73,26,26); }
H1.HeaderClassName
{
color: #491A1A;
}
.AnyTagClassName
{
color: #491A1A;
}
</style>
background-color css
<style>
a { background-color: #491A1A; }
a { background-color: rgb(73,26,26); }
div.DivClassName
{
background-color: #491A1A;
}
.BgClassName
{
background-color: #491A1A;
}
</style>
border-color css
<style>
span { border-color: #491A1A; }
span { border-color: rgb(73,26,26); }
td.TdClassName
{
border-color: #491A1A;
}
.TagClassName
{
border-color: #491A1A;
}
</style>