Shades of Red Oxide #591C15
Tints of Red Oxide #591C15
RGB
CMYK
RGB Variations
Color information
#591C15 (or 0x591C15) is known color: Red Oxide. HEX triplet: 59, 1C and 15. RGB value is (89,28,21). Sum of RGB (Red+Green+Blue) = 89+28+21=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C15 is #A6E3EA. Grayscale: #2D2D2D. Windows color (decimal): -10937323 or 1383513. OLE color: 1383513.
HSL color Cylindrical-coordinate representation of color #591C15: hue angle of 6.18º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591C15 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 21 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.65 |
| HSL | 6.18º | 0.62% | 0.22% | - |
| HSV(B) | 6.18º | 0.76% | 0.35% | - |
| XYZ | 4.67 | 3.01 | 1.04 | - |
| YUV | 45.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 21 | 0 | 0.69 | 0.76 | 0.65 | 6.18 | 0.62 | 0.22 |
| Hex | 59 | 1C | 15 | 0 | 45 | 4C | 41 | 6 | 3E | 16 |
| Octal | 131 | 34 | 25 | 0 | 105 | 114 | 101 | 6 | 76 | 26 |
| Binary | 1011001 | 11100 | 10101 | 0 | 1000101 | 1001100 | 1000001 | 110 | 111110 | 10110 |
Color Harmonies of #591C15
Complementary color
Monochromatic Colors of #591C15
Black with #591C15
Text Example
Text Example
White with #591C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C15; }
p { color: rgb(89,28,21); }
H1.HeaderClassName
{
color: #591C15;
}
.AnyTagClassName
{
color: #591C15;
}
</style>
background-color css
<style>
a { background-color: #591C15; }
a { background-color: rgb(89,28,21); }
div.DivClassName
{
background-color: #591C15;
}
.BgClassName
{
background-color: #591C15;
}
</style>
border-color css
<style>
span { border-color: #591C15; }
span { border-color: rgb(89,28,21); }
td.TdClassName
{
border-color: #591C15;
}
.TagClassName
{
border-color: #591C15;
}
</style>