Shades of Redwood #583328
Tints of Redwood #583328
RGB
CMYK
RGB Variations
Color information
#583328 (or 0x583328) is known color: Redwood. HEX triplet: 58, 33 and 28. RGB value is (88,51,40). Sum of RGB (Red+Green+Blue) = 88+51+40=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #583328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583328 is #A7CCD7. Grayscale: #3C3C3C. Windows color (decimal): -10996952 or 2634584. OLE color: 2634584.
HSL color Cylindrical-coordinate representation of color #583328: hue angle of 13.75º 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 #583328 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 51 | 40 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.65 |
| HSL | 13.75º | 0.38% | 0.25% | - |
| HSV(B) | 13.75º | 0.55% | 0.35% | - |
| XYZ | 5.59 | 4.6 | 2.6 | - |
| YUV | 60.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 40 | 0 | 0.42 | 0.55 | 0.65 | 13.75 | 0.38 | 0.25 |
| Hex | 58 | 33 | 28 | 0 | 2A | 37 | 41 | E | 26 | 19 |
| Octal | 130 | 63 | 50 | 0 | 52 | 67 | 101 | 16 | 46 | 31 |
| Binary | 1011000 | 110011 | 101000 | 0 | 101010 | 110111 | 1000001 | 1110 | 100110 | 11001 |
Color Harmonies of #583328
Complementary color
Monochromatic Colors of #583328
Black with #583328
Text Example
Text Example
White with #583328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583328; }
p { color: rgb(88,51,40); }
H1.HeaderClassName
{
color: #583328;
}
.AnyTagClassName
{
color: #583328;
}
</style>
background-color css
<style>
a { background-color: #583328; }
a { background-color: rgb(88,51,40); }
div.DivClassName
{
background-color: #583328;
}
.BgClassName
{
background-color: #583328;
}
</style>
border-color css
<style>
span { border-color: #583328; }
span { border-color: rgb(88,51,40); }
td.TdClassName
{
border-color: #583328;
}
.TagClassName
{
border-color: #583328;
}
</style>