Shades of Red Oxide #59180F
Tints of Red Oxide #59180F
RGB
CMYK
RGB Variations
Color information
#59180F (or 0x59180F) is known color: Red Oxide. HEX triplet: 59, 18 and 0F. RGB value is (89,24,15). Sum of RGB (Red+Green+Blue) = 89+24+15=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #59180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59180F is #A6E7F0. Grayscale: #2A2A2A. Windows color (decimal): -10938353 or 989273. OLE color: 989273.
HSL color Cylindrical-coordinate representation of color #59180F: hue angle of 7.3º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59180F is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 15 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.65 |
| HSL | 7.3º | 0.71% | 0.2% | - |
| HSV(B) | 7.3º | 0.83% | 0.35% | - |
| XYZ | 4.53 | 2.81 | 0.76 | - |
| YUV | 42.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 15 | 0 | 0.73 | 0.83 | 0.65 | 7.3 | 0.71 | 0.2 |
| Hex | 59 | 18 | F | 0 | 49 | 53 | 41 | 7 | 47 | 14 |
| Octal | 131 | 30 | 17 | 0 | 111 | 123 | 101 | 7 | 107 | 24 |
| Binary | 1011001 | 11000 | 1111 | 0 | 1001001 | 1010011 | 1000001 | 111 | 1000111 | 10100 |
Color Harmonies of #59180F
Complementary color
Monochromatic Colors of #59180F
Black with #59180F
Text Example
Text Example
White with #59180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59180F; }
p { color: rgb(89,24,15); }
H1.HeaderClassName
{
color: #59180F;
}
.AnyTagClassName
{
color: #59180F;
}
</style>
background-color css
<style>
a { background-color: #59180F; }
a { background-color: rgb(89,24,15); }
div.DivClassName
{
background-color: #59180F;
}
.BgClassName
{
background-color: #59180F;
}
</style>
border-color css
<style>
span { border-color: #59180F; }
span { border-color: rgb(89,24,15); }
td.TdClassName
{
border-color: #59180F;
}
.TagClassName
{
border-color: #59180F;
}
</style>