Shades of Redwood #58322B
Tints of Redwood #58322B
RGB
CMYK
RGB Variations
Color information
#58322B (or 0x58322B) is known color: Redwood. HEX triplet: 58, 32 and 2B. RGB value is (88,50,43). Sum of RGB (Red+Green+Blue) = 88+50+43=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58322B is #A7CDD4. Grayscale: #3C3C3C. Windows color (decimal): -10997205 or 2830936. OLE color: 2830936.
HSL color Cylindrical-coordinate representation of color #58322B: hue angle of 9.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58322B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 50 | 43 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.65 |
| HSL | 9.33º | 0.34% | 0.26% | - |
| HSV(B) | 9.33º | 0.51% | 0.35% | - |
| XYZ | 5.6 | 4.53 | 2.86 | - |
| YUV | 60.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 43 | 0 | 0.43 | 0.51 | 0.65 | 9.33 | 0.34 | 0.26 |
| Hex | 58 | 32 | 2B | 0 | 2B | 33 | 41 | 9 | 22 | 1A |
| Octal | 130 | 62 | 53 | 0 | 53 | 63 | 101 | 11 | 42 | 32 |
| Binary | 1011000 | 110010 | 101011 | 0 | 101011 | 110011 | 1000001 | 1001 | 100010 | 11010 |
Color Harmonies of #58322B
Complementary color
Monochromatic Colors of #58322B
Black with #58322B
Text Example
Text Example
White with #58322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58322B; }
p { color: rgb(88,50,43); }
H1.HeaderClassName
{
color: #58322B;
}
.AnyTagClassName
{
color: #58322B;
}
</style>
background-color css
<style>
a { background-color: #58322B; }
a { background-color: rgb(88,50,43); }
div.DivClassName
{
background-color: #58322B;
}
.BgClassName
{
background-color: #58322B;
}
</style>
border-color css
<style>
span { border-color: #58322B; }
span { border-color: rgb(88,50,43); }
td.TdClassName
{
border-color: #58322B;
}
.TagClassName
{
border-color: #58322B;
}
</style>