Shades of Redwood #583128
Tints of Redwood #583128
RGB
CMYK
RGB Variations
Color information
#583128 (or 0x583128) is known color: Redwood. HEX triplet: 58, 31 and 28. RGB value is (88,49,40). Sum of RGB (Red+Green+Blue) = 88+49+40=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #583128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583128 is #A7CED7. Grayscale: #3B3B3B. Windows color (decimal): -10997464 or 2634072. OLE color: 2634072.
HSL color Cylindrical-coordinate representation of color #583128: hue angle of 11.25º 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 #583128 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 49 | 40 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.65 |
| HSL | 11.25º | 0.38% | 0.25% | - |
| HSV(B) | 11.25º | 0.55% | 0.35% | - |
| XYZ | 5.51 | 4.42 | 2.57 | - |
| YUV | 59.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 40 | 0 | 0.44 | 0.55 | 0.65 | 11.25 | 0.38 | 0.25 |
| Hex | 58 | 31 | 28 | 0 | 2C | 37 | 41 | B | 26 | 19 |
| Octal | 130 | 61 | 50 | 0 | 54 | 67 | 101 | 13 | 46 | 31 |
| Binary | 1011000 | 110001 | 101000 | 0 | 101100 | 110111 | 1000001 | 1011 | 100110 | 11001 |
Color Harmonies of #583128
Complementary color
Monochromatic Colors of #583128
Black with #583128
Text Example
Text Example
White with #583128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583128; }
p { color: rgb(88,49,40); }
H1.HeaderClassName
{
color: #583128;
}
.AnyTagClassName
{
color: #583128;
}
</style>
background-color css
<style>
a { background-color: #583128; }
a { background-color: rgb(88,49,40); }
div.DivClassName
{
background-color: #583128;
}
.BgClassName
{
background-color: #583128;
}
</style>
border-color css
<style>
span { border-color: #583128; }
span { border-color: rgb(88,49,40); }
td.TdClassName
{
border-color: #583128;
}
.TagClassName
{
border-color: #583128;
}
</style>