Shades of Red Oxide #591313
Tints of Red Oxide #591313
RGB
CMYK
RGB Variations
Color information
#591313 (or 0x591313) is known color: Red Oxide. HEX triplet: 59, 13 and 13. RGB value is (89,19,19). Sum of RGB (Red+Green+Blue) = 89+19+19=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #591313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591313 is #A6ECEC. Grayscale: #282828. Windows color (decimal): -10939629 or 1250137. OLE color: 1250137.
HSL color Cylindrical-coordinate representation of color #591313: hue angle of 0º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591313 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 19 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.65 |
| HSL | 0º | 0.65% | 0.21% | - |
| HSV(B) | 0º | 0.79% | 0.35% | - |
| XYZ | 4.47 | 2.64 | 0.89 | - |
| YUV | 39.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 19 | 0 | 0.79 | 0.79 | 0.65 | 0 | 0.65 | 0.21 |
| Hex | 59 | 13 | 13 | 0 | 4F | 4F | 41 | 0 | 41 | 15 |
| Octal | 131 | 23 | 23 | 0 | 117 | 117 | 101 | 0 | 101 | 25 |
| Binary | 1011001 | 10011 | 10011 | 0 | 1001111 | 1001111 | 1000001 | 0 | 1000001 | 10101 |
Color Harmonies of #591313
Complementary color
Monochromatic Colors of #591313
Black with #591313
Text Example
Text Example
White with #591313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591313; }
p { color: rgb(89,19,19); }
H1.HeaderClassName
{
color: #591313;
}
.AnyTagClassName
{
color: #591313;
}
</style>
background-color css
<style>
a { background-color: #591313; }
a { background-color: rgb(89,19,19); }
div.DivClassName
{
background-color: #591313;
}
.BgClassName
{
background-color: #591313;
}
</style>
border-color css
<style>
span { border-color: #591313; }
span { border-color: rgb(89,19,19); }
td.TdClassName
{
border-color: #591313;
}
.TagClassName
{
border-color: #591313;
}
</style>