Shades of Red Oxide #491C1B
Tints of Red Oxide #491C1B
RGB
CMYK
RGB Variations
Color information
#491C1B (or 0x491C1B) is known color: Red Oxide. HEX triplet: 49, 1C and 1B. RGB value is (73,28,27). Sum of RGB (Red+Green+Blue) = 73+28+27=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C1B is #B6E3E4. Grayscale: #292929. Windows color (decimal): -11985893 or 1776713. OLE color: 1776713.
HSL color Cylindrical-coordinate representation of color #491C1B: hue angle of 1.3º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491C1B is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 27 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.71 |
| HSL | 1.3º | 0.46% | 0.2% | - |
| HSV(B) | 1.3º | 0.63% | 0.29% | - |
| XYZ | 3.36 | 2.33 | 1.31 | - |
| YUV | 41.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 27 | 0 | 0.62 | 0.63 | 0.71 | 1.3 | 0.46 | 0.2 |
| Hex | 49 | 1C | 1B | 0 | 3E | 3F | 47 | 1 | 2E | 14 |
| Octal | 111 | 34 | 33 | 0 | 76 | 77 | 107 | 1 | 56 | 24 |
| Binary | 1001001 | 11100 | 11011 | 0 | 111110 | 111111 | 1000111 | 1 | 101110 | 10100 |
Color Harmonies of #491C1B
Complementary color
Monochromatic Colors of #491C1B
Black with #491C1B
Text Example
Text Example
White with #491C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C1B; }
p { color: rgb(73,28,27); }
H1.HeaderClassName
{
color: #491C1B;
}
.AnyTagClassName
{
color: #491C1B;
}
</style>
background-color css
<style>
a { background-color: #491C1B; }
a { background-color: rgb(73,28,27); }
div.DivClassName
{
background-color: #491C1B;
}
.BgClassName
{
background-color: #491C1B;
}
</style>
border-color css
<style>
span { border-color: #491C1B; }
span { border-color: rgb(73,28,27); }
td.TdClassName
{
border-color: #491C1B;
}
.TagClassName
{
border-color: #491C1B;
}
</style>