Shades of Red Oxide #591C19
Tints of Red Oxide #591C19
RGB
CMYK
RGB Variations
Color information
#591C19 (or 0x591C19) is known color: Red Oxide. HEX triplet: 59, 1C and 19. RGB value is (89,28,25). Sum of RGB (Red+Green+Blue) = 89+28+25=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C19 is #A6E3E6. Grayscale: #2D2D2D. Windows color (decimal): -10937319 or 1645657. OLE color: 1645657.
HSL color Cylindrical-coordinate representation of color #591C19: hue angle of 2.81º 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 #591C19 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 25 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.65 |
| HSL | 2.81º | 0.56% | 0.22% | - |
| HSV(B) | 2.81º | 0.72% | 0.35% | - |
| XYZ | 4.71 | 3.02 | 1.26 | - |
| YUV | 45.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 25 | 0 | 0.69 | 0.72 | 0.65 | 2.81 | 0.56 | 0.22 |
| Hex | 59 | 1C | 19 | 0 | 45 | 48 | 41 | 3 | 38 | 16 |
| Octal | 131 | 34 | 31 | 0 | 105 | 110 | 101 | 3 | 70 | 26 |
| Binary | 1011001 | 11100 | 11001 | 0 | 1000101 | 1001000 | 1000001 | 11 | 111000 | 10110 |
Color Harmonies of #591C19
Complementary color
Monochromatic Colors of #591C19
Black with #591C19
Text Example
Text Example
White with #591C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C19; }
p { color: rgb(89,28,25); }
H1.HeaderClassName
{
color: #591C19;
}
.AnyTagClassName
{
color: #591C19;
}
</style>
background-color css
<style>
a { background-color: #591C19; }
a { background-color: rgb(89,28,25); }
div.DivClassName
{
background-color: #591C19;
}
.BgClassName
{
background-color: #591C19;
}
</style>
border-color css
<style>
span { border-color: #591C19; }
span { border-color: rgb(89,28,25); }
td.TdClassName
{
border-color: #591C19;
}
.TagClassName
{
border-color: #591C19;
}
</style>