Shades of Redwood #583229
Tints of Redwood #583229
RGB
CMYK
RGB Variations
Color information
#583229 (or 0x583229) is known color: Redwood. HEX triplet: 58, 32 and 29. RGB value is (88,50,41). Sum of RGB (Red+Green+Blue) = 88+50+41=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #583229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583229 is #A7CDD6. Grayscale: #3C3C3C. Windows color (decimal): -10997207 or 2699864. OLE color: 2699864.
HSL color Cylindrical-coordinate representation of color #583229: hue angle of 11.49º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #583229 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 50 | 41 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.65 |
| HSL | 11.49º | 0.36% | 0.25% | - |
| HSV(B) | 11.49º | 0.53% | 0.35% | - |
| XYZ | 5.57 | 4.52 | 2.68 | - |
| YUV | 60.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 41 | 0 | 0.43 | 0.53 | 0.65 | 11.49 | 0.36 | 0.25 |
| Hex | 58 | 32 | 29 | 0 | 2B | 35 | 41 | B | 24 | 19 |
| Octal | 130 | 62 | 51 | 0 | 53 | 65 | 101 | 13 | 44 | 31 |
| Binary | 1011000 | 110010 | 101001 | 0 | 101011 | 110101 | 1000001 | 1011 | 100100 | 11001 |
Color Harmonies of #583229
Complementary color
Monochromatic Colors of #583229
Black with #583229
Text Example
Text Example
White with #583229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583229; }
p { color: rgb(88,50,41); }
H1.HeaderClassName
{
color: #583229;
}
.AnyTagClassName
{
color: #583229;
}
</style>
background-color css
<style>
a { background-color: #583229; }
a { background-color: rgb(88,50,41); }
div.DivClassName
{
background-color: #583229;
}
.BgClassName
{
background-color: #583229;
}
</style>
border-color css
<style>
span { border-color: #583229; }
span { border-color: rgb(88,50,41); }
td.TdClassName
{
border-color: #583229;
}
.TagClassName
{
border-color: #583229;
}
</style>