Shades of Redwood #593128
Tints of Redwood #593128
RGB
CMYK
RGB Variations
Color information
#593128 (or 0x593128) is known color: Redwood. HEX triplet: 59, 31 and 28. RGB value is (89,49,40). Sum of RGB (Red+Green+Blue) = 89+49+40=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #593128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593128 is #A6CED7. Grayscale: #3C3C3C. Windows color (decimal): -10931928 or 2634073. OLE color: 2634073.
HSL color Cylindrical-coordinate representation of color #593128: hue angle of 11.02º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #593128 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 49 | 40 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.65 |
| HSL | 11.02º | 0.38% | 0.25% | - |
| HSV(B) | 11.02º | 0.55% | 0.35% | - |
| XYZ | 5.6 | 4.47 | 2.58 | - |
| YUV | 59.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 40 | 0 | 0.45 | 0.55 | 0.65 | 11.02 | 0.38 | 0.25 |
| Hex | 59 | 31 | 28 | 0 | 2D | 37 | 41 | B | 26 | 19 |
| Octal | 131 | 61 | 50 | 0 | 55 | 67 | 101 | 13 | 46 | 31 |
| Binary | 1011001 | 110001 | 101000 | 0 | 101101 | 110111 | 1000001 | 1011 | 100110 | 11001 |
Color Harmonies of #593128
Complementary color
Monochromatic Colors of #593128
Black with #593128
Text Example
Text Example
White with #593128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593128; }
p { color: rgb(89,49,40); }
H1.HeaderClassName
{
color: #593128;
}
.AnyTagClassName
{
color: #593128;
}
</style>
background-color css
<style>
a { background-color: #593128; }
a { background-color: rgb(89,49,40); }
div.DivClassName
{
background-color: #593128;
}
.BgClassName
{
background-color: #593128;
}
</style>
border-color css
<style>
span { border-color: #593128; }
span { border-color: rgb(89,49,40); }
td.TdClassName
{
border-color: #593128;
}
.TagClassName
{
border-color: #593128;
}
</style>