Shades of Red Oxide #591102
Tints of Red Oxide #591102
RGB
CMYK
RGB Variations
Color information
#591102 (or 0x591102) is known color: Red Oxide. HEX triplet: 59, 11 and 02. RGB value is (89,17,2). Sum of RGB (Red+Green+Blue) = 89+17+2=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #591102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591102 is #A6EEFD. Grayscale: #242424. Windows color (decimal): -10940158 or 135513. OLE color: 135513.
HSL color Cylindrical-coordinate representation of color #591102: hue angle of 10.34º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #591102 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 2 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.65 |
| HSL | 10.34º | 0.96% | 0.18% | - |
| HSV(B) | 10.34º | 0.98% | 0.35% | - |
| XYZ | 4.33 | 2.53 | 0.32 | - |
| YUV | 36.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 2 | 0 | 0.81 | 0.98 | 0.65 | 10.34 | 0.96 | 0.18 |
| Hex | 59 | 11 | 2 | 0 | 51 | 62 | 41 | A | 60 | 12 |
| Octal | 131 | 21 | 2 | 0 | 121 | 142 | 101 | 12 | 140 | 22 |
| Binary | 1011001 | 10001 | 10 | 0 | 1010001 | 1100010 | 1000001 | 1010 | 1100000 | 10010 |
Color Harmonies of #591102
Complementary color
Monochromatic Colors of #591102
Black with #591102
Text Example
Text Example
White with #591102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591102; }
p { color: rgb(89,17,2); }
H1.HeaderClassName
{
color: #591102;
}
.AnyTagClassName
{
color: #591102;
}
</style>
background-color css
<style>
a { background-color: #591102; }
a { background-color: rgb(89,17,2); }
div.DivClassName
{
background-color: #591102;
}
.BgClassName
{
background-color: #591102;
}
</style>
border-color css
<style>
span { border-color: #591102; }
span { border-color: rgb(89,17,2); }
td.TdClassName
{
border-color: #591102;
}
.TagClassName
{
border-color: #591102;
}
</style>