Shades of Red Oxide #591D1C
Tints of Red Oxide #591D1C
RGB
CMYK
RGB Variations
Color information
#591D1C (or 0x591D1C) is known color: Red Oxide. HEX triplet: 59, 1D and 1C. RGB value is (89,29,28). Sum of RGB (Red+Green+Blue) = 89+29+28=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D1C is #A6E2E3. Grayscale: #2E2E2E. Windows color (decimal): -10937060 or 1842521. OLE color: 1842521.
HSL color Cylindrical-coordinate representation of color #591D1C: hue angle of 0.98º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591D1C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 28 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.65 |
| HSL | 0.98º | 0.52% | 0.23% | - |
| HSV(B) | 0.98º | 0.69% | 0.35% | - |
| XYZ | 4.77 | 3.09 | 1.44 | - |
| YUV | 46.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 28 | 0 | 0.67 | 0.69 | 0.65 | 0.98 | 0.52 | 0.23 |
| Hex | 59 | 1D | 1C | 0 | 43 | 45 | 41 | 1 | 34 | 17 |
| Octal | 131 | 35 | 34 | 0 | 103 | 105 | 101 | 1 | 64 | 27 |
| Binary | 1011001 | 11101 | 11100 | 0 | 1000011 | 1000101 | 1000001 | 1 | 110100 | 10111 |
Color Harmonies of #591D1C
Complementary color
Monochromatic Colors of #591D1C
Black with #591D1C
Text Example
Text Example
White with #591D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D1C; }
p { color: rgb(89,29,28); }
H1.HeaderClassName
{
color: #591D1C;
}
.AnyTagClassName
{
color: #591D1C;
}
</style>
background-color css
<style>
a { background-color: #591D1C; }
a { background-color: rgb(89,29,28); }
div.DivClassName
{
background-color: #591D1C;
}
.BgClassName
{
background-color: #591D1C;
}
</style>
border-color css
<style>
span { border-color: #591D1C; }
span { border-color: rgb(89,29,28); }
td.TdClassName
{
border-color: #591D1C;
}
.TagClassName
{
border-color: #591D1C;
}
</style>