Shades of Red Oxide #59170B
Tints of Red Oxide #59170B
RGB
CMYK
RGB Variations
Color information
#59170B (or 0x59170B) is known color: Red Oxide. HEX triplet: 59, 17 and 0B. RGB value is (89,23,11). Sum of RGB (Red+Green+Blue) = 89+23+11=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #59170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59170B is #A6E8F4. Grayscale: #292929. Windows color (decimal): -10938613 or 726873. OLE color: 726873.
HSL color Cylindrical-coordinate representation of color #59170B: hue angle of 9.23º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59170B is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 11 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.65 |
| HSL | 9.23º | 0.78% | 0.2% | - |
| HSV(B) | 9.23º | 0.88% | 0.35% | - |
| XYZ | 4.49 | 2.76 | 0.61 | - |
| YUV | 41.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 11 | 0 | 0.74 | 0.88 | 0.65 | 9.23 | 0.78 | 0.2 |
| Hex | 59 | 17 | B | 0 | 4A | 58 | 41 | 9 | 4E | 14 |
| Octal | 131 | 27 | 13 | 0 | 112 | 130 | 101 | 11 | 116 | 24 |
| Binary | 1011001 | 10111 | 1011 | 0 | 1001010 | 1011000 | 1000001 | 1001 | 1001110 | 10100 |
Color Harmonies of #59170B
Complementary color
Monochromatic Colors of #59170B
Black with #59170B
Text Example
Text Example
White with #59170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59170B; }
p { color: rgb(89,23,11); }
H1.HeaderClassName
{
color: #59170B;
}
.AnyTagClassName
{
color: #59170B;
}
</style>
background-color css
<style>
a { background-color: #59170B; }
a { background-color: rgb(89,23,11); }
div.DivClassName
{
background-color: #59170B;
}
.BgClassName
{
background-color: #59170B;
}
</style>
border-color css
<style>
span { border-color: #59170B; }
span { border-color: rgb(89,23,11); }
td.TdClassName
{
border-color: #59170B;
}
.TagClassName
{
border-color: #59170B;
}
</style>