Shades of Red Oxide #591D18
Tints of Red Oxide #591D18
RGB
CMYK
RGB Variations
Color information
#591D18 (or 0x591D18) is known color: Red Oxide. HEX triplet: 59, 1D and 18. RGB value is (89,29,24). Sum of RGB (Red+Green+Blue) = 89+29+24=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D18 is #A6E2E7. Grayscale: #2E2E2E. Windows color (decimal): -10937064 or 1580377. OLE color: 1580377.
HSL color Cylindrical-coordinate representation of color #591D18: hue angle of 4.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591D18 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 24 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.65 |
| HSL | 4.62º | 0.58% | 0.22% | - |
| HSV(B) | 4.62º | 0.73% | 0.35% | - |
| XYZ | 4.72 | 3.07 | 1.21 | - |
| YUV | 46.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 24 | 0 | 0.67 | 0.73 | 0.65 | 4.62 | 0.58 | 0.22 |
| Hex | 59 | 1D | 18 | 0 | 43 | 49 | 41 | 5 | 3A | 16 |
| Octal | 131 | 35 | 30 | 0 | 103 | 111 | 101 | 5 | 72 | 26 |
| Binary | 1011001 | 11101 | 11000 | 0 | 1000011 | 1001001 | 1000001 | 101 | 111010 | 10110 |
Color Harmonies of #591D18
Complementary color
Monochromatic Colors of #591D18
Black with #591D18
Text Example
Text Example
White with #591D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D18; }
p { color: rgb(89,29,24); }
H1.HeaderClassName
{
color: #591D18;
}
.AnyTagClassName
{
color: #591D18;
}
</style>
background-color css
<style>
a { background-color: #591D18; }
a { background-color: rgb(89,29,24); }
div.DivClassName
{
background-color: #591D18;
}
.BgClassName
{
background-color: #591D18;
}
</style>
border-color css
<style>
span { border-color: #591D18; }
span { border-color: rgb(89,29,24); }
td.TdClassName
{
border-color: #591D18;
}
.TagClassName
{
border-color: #591D18;
}
</style>