Shades of Red Oxide #591B17
Tints of Red Oxide #591B17
RGB
CMYK
RGB Variations
Color information
#591B17 (or 0x591B17) is known color: Red Oxide. HEX triplet: 59, 1B and 17. RGB value is (89,27,23). Sum of RGB (Red+Green+Blue) = 89+27+23=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #591B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B17 is #A6E4E8. Grayscale: #2D2D2D. Windows color (decimal): -10937577 or 1514329. OLE color: 1514329.
HSL color Cylindrical-coordinate representation of color #591B17: hue angle of 3.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #591B17 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 23 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.65 |
| HSL | 3.64º | 0.59% | 0.22% | - |
| HSV(B) | 3.64º | 0.74% | 0.35% | - |
| XYZ | 4.67 | 2.97 | 1.14 | - |
| YUV | 45.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 23 | 0 | 0.70 | 0.74 | 0.65 | 3.64 | 0.59 | 0.22 |
| Hex | 59 | 1B | 17 | 0 | 46 | 4A | 41 | 4 | 3B | 16 |
| Octal | 131 | 33 | 27 | 0 | 106 | 112 | 101 | 4 | 73 | 26 |
| Binary | 1011001 | 11011 | 10111 | 0 | 1000110 | 1001010 | 1000001 | 100 | 111011 | 10110 |
Color Harmonies of #591B17
Complementary color
Monochromatic Colors of #591B17
Black with #591B17
Text Example
Text Example
White with #591B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B17; }
p { color: rgb(89,27,23); }
H1.HeaderClassName
{
color: #591B17;
}
.AnyTagClassName
{
color: #591B17;
}
</style>
background-color css
<style>
a { background-color: #591B17; }
a { background-color: rgb(89,27,23); }
div.DivClassName
{
background-color: #591B17;
}
.BgClassName
{
background-color: #591B17;
}
</style>
border-color css
<style>
span { border-color: #591B17; }
span { border-color: rgb(89,27,23); }
td.TdClassName
{
border-color: #591B17;
}
.TagClassName
{
border-color: #591B17;
}
</style>