Shades of Red Oxide #591919
Tints of Red Oxide #591919
RGB
CMYK
RGB Variations
Color information
#591919 (or 0x591919) is known color: Red Oxide. HEX triplet: 59, 19 and 19. RGB value is (89,25,25). Sum of RGB (Red+Green+Blue) = 89+25+25=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #591919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591919 is #A6E6E6. Grayscale: #2C2C2C. Windows color (decimal): -10938087 or 1644889. OLE color: 1644889.
HSL color Cylindrical-coordinate representation of color #591919: hue angle of 0º 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 #591919 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 25 | 25 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.65 |
| HSL | 0º | 0.56% | 0.22% | - |
| HSV(B) | 0º | 0.72% | 0.35% | - |
| XYZ | 4.64 | 2.89 | 1.23 | - |
| YUV | 44.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 25 | 0 | 0.72 | 0.72 | 0.65 | 0 | 0.56 | 0.22 |
| Hex | 59 | 19 | 19 | 0 | 48 | 48 | 41 | 0 | 38 | 16 |
| Octal | 131 | 31 | 31 | 0 | 110 | 110 | 101 | 0 | 70 | 26 |
| Binary | 1011001 | 11001 | 11001 | 0 | 1001000 | 1001000 | 1000001 | 0 | 111000 | 10110 |
Color Harmonies of #591919
Complementary color
Monochromatic Colors of #591919
Black with #591919
Text Example
Text Example
White with #591919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591919; }
p { color: rgb(89,25,25); }
H1.HeaderClassName
{
color: #591919;
}
.AnyTagClassName
{
color: #591919;
}
</style>
background-color css
<style>
a { background-color: #591919; }
a { background-color: rgb(89,25,25); }
div.DivClassName
{
background-color: #591919;
}
.BgClassName
{
background-color: #591919;
}
</style>
border-color css
<style>
span { border-color: #591919; }
span { border-color: rgb(89,25,25); }
td.TdClassName
{
border-color: #591919;
}
.TagClassName
{
border-color: #591919;
}
</style>