Shades of Red Oxide #591A19
Tints of Red Oxide #591A19
RGB
CMYK
RGB Variations
Color information
#591A19 (or 0x591A19) is known color: Red Oxide. HEX triplet: 59, 1A and 19. RGB value is (89,26,25). Sum of RGB (Red+Green+Blue) = 89+26+25=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A19 is #A6E5E6. Grayscale: #2C2C2C. Windows color (decimal): -10937831 or 1645145. OLE color: 1645145.
HSL color Cylindrical-coordinate representation of color #591A19: hue angle of 0.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591A19 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 25 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.65 |
| HSL | 0.94º | 0.56% | 0.22% | - |
| HSV(B) | 0.94º | 0.72% | 0.35% | - |
| XYZ | 4.66 | 2.93 | 1.24 | - |
| YUV | 44.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 25 | 0 | 0.71 | 0.72 | 0.65 | 0.94 | 0.56 | 0.22 |
| Hex | 59 | 1A | 19 | 0 | 47 | 48 | 41 | 1 | 38 | 16 |
| Octal | 131 | 32 | 31 | 0 | 107 | 110 | 101 | 1 | 70 | 26 |
| Binary | 1011001 | 11010 | 11001 | 0 | 1000111 | 1001000 | 1000001 | 1 | 111000 | 10110 |
Color Harmonies of #591A19
Complementary color
Monochromatic Colors of #591A19
Black with #591A19
Text Example
Text Example
White with #591A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A19; }
p { color: rgb(89,26,25); }
H1.HeaderClassName
{
color: #591A19;
}
.AnyTagClassName
{
color: #591A19;
}
</style>
background-color css
<style>
a { background-color: #591A19; }
a { background-color: rgb(89,26,25); }
div.DivClassName
{
background-color: #591A19;
}
.BgClassName
{
background-color: #591A19;
}
</style>
border-color css
<style>
span { border-color: #591A19; }
span { border-color: rgb(89,26,25); }
td.TdClassName
{
border-color: #591A19;
}
.TagClassName
{
border-color: #591A19;
}
</style>