Shades of Redwood #603531
Tints of Redwood #603531
RGB
CMYK
RGB Variations
Color information
#603531 (or 0x603531) is known color: Redwood. HEX triplet: 60, 35 and 31. RGB value is (96,53,49). Sum of RGB (Red+Green+Blue) = 96+53+49=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603531 is #9FCACE. Grayscale: #414141. Windows color (decimal): -10472143 or 3224928. OLE color: 3224928.
HSL color Cylindrical-coordinate representation of color #603531: hue angle of 5.11º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603531 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 49 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.62 |
| HSL | 5.11º | 0.32% | 0.28% | - |
| HSV(B) | 5.11º | 0.49% | 0.38% | - |
| XYZ | 6.65 | 5.25 | 3.57 | - |
| YUV | 65.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 49 | 0 | 0.45 | 0.49 | 0.62 | 5.11 | 0.32 | 0.28 |
| Hex | 60 | 35 | 31 | 0 | 2D | 31 | 3E | 5 | 20 | 1C |
| Octal | 140 | 65 | 61 | 0 | 55 | 61 | 76 | 5 | 40 | 34 |
| Binary | 1100000 | 110101 | 110001 | 0 | 101101 | 110001 | 111110 | 101 | 100000 | 11100 |
Color Harmonies of #603531
Complementary color
Monochromatic Colors of #603531
Black with #603531
Text Example
Text Example
White with #603531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603531; }
p { color: rgb(96,53,49); }
H1.HeaderClassName
{
color: #603531;
}
.AnyTagClassName
{
color: #603531;
}
</style>
background-color css
<style>
a { background-color: #603531; }
a { background-color: rgb(96,53,49); }
div.DivClassName
{
background-color: #603531;
}
.BgClassName
{
background-color: #603531;
}
</style>
border-color css
<style>
span { border-color: #603531; }
span { border-color: rgb(96,53,49); }
td.TdClassName
{
border-color: #603531;
}
.TagClassName
{
border-color: #603531;
}
</style>