Shades of Redwood #603029
Tints of Redwood #603029
RGB
CMYK
RGB Variations
Color information
#603029 (or 0x603029) is known color: Redwood. HEX triplet: 60, 30 and 29. RGB value is (96,48,41). Sum of RGB (Red+Green+Blue) = 96+48+41=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603029 is #9FCFD6. Grayscale: #3D3D3D. Windows color (decimal): -10473431 or 2699360. OLE color: 2699360.
HSL color Cylindrical-coordinate representation of color #603029: hue angle of 7.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603029 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 41 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.62 |
| HSL | 7.64º | 0.4% | 0.27% | - |
| HSV(B) | 7.64º | 0.57% | 0.38% | - |
| XYZ | 6.28 | 4.76 | 2.69 | - |
| YUV | 61.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 41 | 0 | 0.50 | 0.57 | 0.62 | 7.64 | 0.4 | 0.27 |
| Hex | 60 | 30 | 29 | 0 | 32 | 39 | 3E | 8 | 28 | 1B |
| Octal | 140 | 60 | 51 | 0 | 62 | 71 | 76 | 10 | 50 | 33 |
| Binary | 1100000 | 110000 | 101001 | 0 | 110010 | 111001 | 111110 | 1000 | 101000 | 11011 |
Color Harmonies of #603029
Complementary color
Monochromatic Colors of #603029
Black with #603029
Text Example
Text Example
White with #603029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603029; }
p { color: rgb(96,48,41); }
H1.HeaderClassName
{
color: #603029;
}
.AnyTagClassName
{
color: #603029;
}
</style>
background-color css
<style>
a { background-color: #603029; }
a { background-color: rgb(96,48,41); }
div.DivClassName
{
background-color: #603029;
}
.BgClassName
{
background-color: #603029;
}
</style>
border-color css
<style>
span { border-color: #603029; }
span { border-color: rgb(96,48,41); }
td.TdClassName
{
border-color: #603029;
}
.TagClassName
{
border-color: #603029;
}
</style>