Shades of Red Oxide #591B16
Tints of Red Oxide #591B16
RGB
CMYK
RGB Variations
Color information
#591B16 (or 0x591B16) is known color: Red Oxide. HEX triplet: 59, 1B and 16. RGB value is (89,27,22). Sum of RGB (Red+Green+Blue) = 89+27+22=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B16 is #A6E4E9. Grayscale: #2D2D2D. Windows color (decimal): -10937578 or 1448793. OLE color: 1448793.
HSL color Cylindrical-coordinate representation of color #591B16: hue angle of 4.48º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591B16 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 22 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.65 |
| HSL | 4.48º | 0.6% | 0.22% | - |
| HSV(B) | 4.48º | 0.75% | 0.35% | - |
| XYZ | 4.66 | 2.97 | 1.09 | - |
| YUV | 44.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 22 | 0 | 0.70 | 0.75 | 0.65 | 4.48 | 0.6 | 0.22 |
| Hex | 59 | 1B | 16 | 0 | 46 | 4B | 41 | 4 | 3C | 16 |
| Octal | 131 | 33 | 26 | 0 | 106 | 113 | 101 | 4 | 74 | 26 |
| Binary | 1011001 | 11011 | 10110 | 0 | 1000110 | 1001011 | 1000001 | 100 | 111100 | 10110 |
Color Harmonies of #591B16
Complementary color
Monochromatic Colors of #591B16
Black with #591B16
Text Example
Text Example
White with #591B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B16; }
p { color: rgb(89,27,22); }
H1.HeaderClassName
{
color: #591B16;
}
.AnyTagClassName
{
color: #591B16;
}
</style>
background-color css
<style>
a { background-color: #591B16; }
a { background-color: rgb(89,27,22); }
div.DivClassName
{
background-color: #591B16;
}
.BgClassName
{
background-color: #591B16;
}
</style>
border-color css
<style>
span { border-color: #591B16; }
span { border-color: rgb(89,27,22); }
td.TdClassName
{
border-color: #591B16;
}
.TagClassName
{
border-color: #591B16;
}
</style>