Shades of Red Oxide #591C17
Tints of Red Oxide #591C17
RGB
CMYK
RGB Variations
Color information
#591C17 (or 0x591C17) is known color: Red Oxide. HEX triplet: 59, 1C and 17. RGB value is (89,28,23). Sum of RGB (Red+Green+Blue) = 89+28+23=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C17 is #A6E3E8. Grayscale: #2D2D2D. Windows color (decimal): -10937321 or 1514585. OLE color: 1514585.
HSL color Cylindrical-coordinate representation of color #591C17: hue angle of 4.55º 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 #591C17 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 23 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.65 |
| HSL | 4.55º | 0.59% | 0.22% | - |
| HSV(B) | 4.55º | 0.74% | 0.35% | - |
| XYZ | 4.69 | 3.02 | 1.15 | - |
| YUV | 45.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 23 | 0 | 0.69 | 0.74 | 0.65 | 4.55 | 0.59 | 0.22 |
| Hex | 59 | 1C | 17 | 0 | 45 | 4A | 41 | 5 | 3B | 16 |
| Octal | 131 | 34 | 27 | 0 | 105 | 112 | 101 | 5 | 73 | 26 |
| Binary | 1011001 | 11100 | 10111 | 0 | 1000101 | 1001010 | 1000001 | 101 | 111011 | 10110 |
Color Harmonies of #591C17
Complementary color
Monochromatic Colors of #591C17
Black with #591C17
Text Example
Text Example
White with #591C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C17; }
p { color: rgb(89,28,23); }
H1.HeaderClassName
{
color: #591C17;
}
.AnyTagClassName
{
color: #591C17;
}
</style>
background-color css
<style>
a { background-color: #591C17; }
a { background-color: rgb(89,28,23); }
div.DivClassName
{
background-color: #591C17;
}
.BgClassName
{
background-color: #591C17;
}
</style>
border-color css
<style>
span { border-color: #591C17; }
span { border-color: rgb(89,28,23); }
td.TdClassName
{
border-color: #591C17;
}
.TagClassName
{
border-color: #591C17;
}
</style>