Shades of Redwood #60322B
Tints of Redwood #60322B
RGB
CMYK
RGB Variations
Color information
#60322B (or 0x60322B) is known color: Redwood. HEX triplet: 60, 32 and 2B. RGB value is (96,50,43). Sum of RGB (Red+Green+Blue) = 96+50+43=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60322B is #9FCDD4. Grayscale: #3F3F3F. Windows color (decimal): -10472917 or 2830944. OLE color: 2830944.
HSL color Cylindrical-coordinate representation of color #60322B: hue angle of 7.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60322B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 43 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.62 |
| HSL | 7.92º | 0.38% | 0.27% | - |
| HSV(B) | 7.92º | 0.55% | 0.38% | - |
| XYZ | 6.4 | 4.94 | 2.9 | - |
| YUV | 62.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 43 | 0 | 0.48 | 0.55 | 0.62 | 7.92 | 0.38 | 0.27 |
| Hex | 60 | 32 | 2B | 0 | 30 | 37 | 3E | 8 | 26 | 1B |
| Octal | 140 | 62 | 53 | 0 | 60 | 67 | 76 | 10 | 46 | 33 |
| Binary | 1100000 | 110010 | 101011 | 0 | 110000 | 110111 | 111110 | 1000 | 100110 | 11011 |
Color Harmonies of #60322B
Complementary color
Monochromatic Colors of #60322B
Black with #60322B
Text Example
Text Example
White with #60322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60322B; }
p { color: rgb(96,50,43); }
H1.HeaderClassName
{
color: #60322B;
}
.AnyTagClassName
{
color: #60322B;
}
</style>
background-color css
<style>
a { background-color: #60322B; }
a { background-color: rgb(96,50,43); }
div.DivClassName
{
background-color: #60322B;
}
.BgClassName
{
background-color: #60322B;
}
</style>
border-color css
<style>
span { border-color: #60322B; }
span { border-color: rgb(96,50,43); }
td.TdClassName
{
border-color: #60322B;
}
.TagClassName
{
border-color: #60322B;
}
</style>