Shades of Redwood #593129
Tints of Redwood #593129
RGB
CMYK
RGB Variations
Color information
#593129 (or 0x593129) is known color: Redwood. HEX triplet: 59, 31 and 29. RGB value is (89,49,41). Sum of RGB (Red+Green+Blue) = 89+49+41=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #593129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593129 is #A6CED6. Grayscale: #3C3C3C. Windows color (decimal): -10931927 or 2699609. OLE color: 2699609.
HSL color Cylindrical-coordinate representation of color #593129: hue angle of 10º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #593129 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 49 | 41 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.65 |
| HSL | 10º | 0.37% | 0.25% | - |
| HSV(B) | 10º | 0.54% | 0.35% | - |
| XYZ | 5.62 | 4.48 | 2.67 | - |
| YUV | 60.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 41 | 0 | 0.45 | 0.54 | 0.65 | 10 | 0.37 | 0.25 |
| Hex | 59 | 31 | 29 | 0 | 2D | 36 | 41 | A | 25 | 19 |
| Octal | 131 | 61 | 51 | 0 | 55 | 66 | 101 | 12 | 45 | 31 |
| Binary | 1011001 | 110001 | 101001 | 0 | 101101 | 110110 | 1000001 | 1010 | 100101 | 11001 |
Color Harmonies of #593129
Complementary color
Monochromatic Colors of #593129
Black with #593129
Text Example
Text Example
White with #593129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593129; }
p { color: rgb(89,49,41); }
H1.HeaderClassName
{
color: #593129;
}
.AnyTagClassName
{
color: #593129;
}
</style>
background-color css
<style>
a { background-color: #593129; }
a { background-color: rgb(89,49,41); }
div.DivClassName
{
background-color: #593129;
}
.BgClassName
{
background-color: #593129;
}
</style>
border-color css
<style>
span { border-color: #593129; }
span { border-color: rgb(89,49,41); }
td.TdClassName
{
border-color: #593129;
}
.TagClassName
{
border-color: #593129;
}
</style>