Shades of Redwood #603A33
Tints of Redwood #603A33
RGB
CMYK
RGB Variations
Color information
#603A33 (or 0x603A33) is known color: Redwood. HEX triplet: 60, 3A and 33. RGB value is (96,58,51). Sum of RGB (Red+Green+Blue) = 96+58+51=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A33 is #9FC5CC. Grayscale: #444444. Windows color (decimal): -10470861 or 3357280. OLE color: 3357280.
HSL color Cylindrical-coordinate representation of color #603A33: hue angle of 9.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603A33 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 51 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.62 |
| HSL | 9.33º | 0.31% | 0.29% | - |
| HSV(B) | 9.33º | 0.47% | 0.38% | - |
| XYZ | 6.93 | 5.75 | 3.88 | - |
| YUV | 68.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 51 | 0 | 0.40 | 0.47 | 0.62 | 9.33 | 0.31 | 0.29 |
| Hex | 60 | 3A | 33 | 0 | 28 | 2F | 3E | 9 | 1F | 1D |
| Octal | 140 | 72 | 63 | 0 | 50 | 57 | 76 | 11 | 37 | 35 |
| Binary | 1100000 | 111010 | 110011 | 0 | 101000 | 101111 | 111110 | 1001 | 11111 | 11101 |
Color Harmonies of #603A33
Complementary color
Monochromatic Colors of #603A33
Black with #603A33
Text Example
Text Example
White with #603A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A33; }
p { color: rgb(96,58,51); }
H1.HeaderClassName
{
color: #603A33;
}
.AnyTagClassName
{
color: #603A33;
}
</style>
background-color css
<style>
a { background-color: #603A33; }
a { background-color: rgb(96,58,51); }
div.DivClassName
{
background-color: #603A33;
}
.BgClassName
{
background-color: #603A33;
}
</style>
border-color css
<style>
span { border-color: #603A33; }
span { border-color: rgb(96,58,51); }
td.TdClassName
{
border-color: #603A33;
}
.TagClassName
{
border-color: #603A33;
}
</style>