Shades of Red Oxide #59100B
Tints of Red Oxide #59100B
RGB
CMYK
RGB Variations
Color information
#59100B (or 0x59100B) is known color: Red Oxide. HEX triplet: 59, 10 and 0B. RGB value is (89,16,11). Sum of RGB (Red+Green+Blue) = 89+16+11=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #59100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59100B is #A6EFF4. Grayscale: #252525. Windows color (decimal): -10940405 or 725081. OLE color: 725081.
HSL color Cylindrical-coordinate representation of color #59100B: hue angle of 3.85º 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 #59100B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 11 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.65 |
| HSL | 3.85º | 0.78% | 0.2% | - |
| HSV(B) | 3.85º | 0.88% | 0.35% | - |
| XYZ | 4.37 | 2.52 | 0.57 | - |
| YUV | 37.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 11 | 0 | 0.82 | 0.88 | 0.65 | 3.85 | 0.78 | 0.2 |
| Hex | 59 | 10 | B | 0 | 52 | 58 | 41 | 4 | 4E | 14 |
| Octal | 131 | 20 | 13 | 0 | 122 | 130 | 101 | 4 | 116 | 24 |
| Binary | 1011001 | 10000 | 1011 | 0 | 1010010 | 1011000 | 1000001 | 100 | 1001110 | 10100 |
Color Harmonies of #59100B
Complementary color
Monochromatic Colors of #59100B
Black with #59100B
Text Example
Text Example
White with #59100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59100B; }
p { color: rgb(89,16,11); }
H1.HeaderClassName
{
color: #59100B;
}
.AnyTagClassName
{
color: #59100B;
}
</style>
background-color css
<style>
a { background-color: #59100B; }
a { background-color: rgb(89,16,11); }
div.DivClassName
{
background-color: #59100B;
}
.BgClassName
{
background-color: #59100B;
}
</style>
border-color css
<style>
span { border-color: #59100B; }
span { border-color: rgb(89,16,11); }
td.TdClassName
{
border-color: #59100B;
}
.TagClassName
{
border-color: #59100B;
}
</style>