Shades of Red Oxide #59150B
Tints of Red Oxide #59150B
RGB
CMYK
RGB Variations
Color information
#59150B (or 0x59150B) is known color: Red Oxide. HEX triplet: 59, 15 and 0B. RGB value is (89,21,11). Sum of RGB (Red+Green+Blue) = 89+21+11=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59150B is #A6EAF4. Grayscale: #282828. Windows color (decimal): -10939125 or 726361. OLE color: 726361.
HSL color Cylindrical-coordinate representation of color #59150B: hue angle of 7.69º 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 #59150B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 11 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.65 |
| HSL | 7.69º | 0.78% | 0.2% | - |
| HSV(B) | 7.69º | 0.88% | 0.35% | - |
| XYZ | 4.45 | 2.68 | 0.6 | - |
| YUV | 40.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 11 | 0 | 0.76 | 0.88 | 0.65 | 7.69 | 0.78 | 0.2 |
| Hex | 59 | 15 | B | 0 | 4C | 58 | 41 | 8 | 4E | 14 |
| Octal | 131 | 25 | 13 | 0 | 114 | 130 | 101 | 10 | 116 | 24 |
| Binary | 1011001 | 10101 | 1011 | 0 | 1001100 | 1011000 | 1000001 | 1000 | 1001110 | 10100 |
Color Harmonies of #59150B
Complementary color
Monochromatic Colors of #59150B
Black with #59150B
Text Example
Text Example
White with #59150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59150B; }
p { color: rgb(89,21,11); }
H1.HeaderClassName
{
color: #59150B;
}
.AnyTagClassName
{
color: #59150B;
}
</style>
background-color css
<style>
a { background-color: #59150B; }
a { background-color: rgb(89,21,11); }
div.DivClassName
{
background-color: #59150B;
}
.BgClassName
{
background-color: #59150B;
}
</style>
border-color css
<style>
span { border-color: #59150B; }
span { border-color: rgb(89,21,11); }
td.TdClassName
{
border-color: #59150B;
}
.TagClassName
{
border-color: #59150B;
}
</style>