Shades of Redwood #61302B
Tints of Redwood #61302B
RGB
CMYK
RGB Variations
Color information
#61302B (or 0x61302B) is known color: Redwood. HEX triplet: 61, 30 and 2B. RGB value is (97,48,43). Sum of RGB (Red+Green+Blue) = 97+48+43=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61302B is #9ECFD4. Grayscale: #3E3E3E. Windows color (decimal): -10407893 or 2830433. OLE color: 2830433.
HSL color Cylindrical-coordinate representation of color #61302B: hue angle of 5.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61302B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 43 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.62 |
| HSL | 5.56º | 0.39% | 0.27% | - |
| HSV(B) | 5.56º | 0.56% | 0.38% | - |
| XYZ | 6.42 | 4.83 | 2.88 | - |
| YUV | 62.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 43 | 0 | 0.51 | 0.56 | 0.62 | 5.56 | 0.39 | 0.27 |
| Hex | 61 | 30 | 2B | 0 | 33 | 38 | 3E | 6 | 27 | 1B |
| Octal | 141 | 60 | 53 | 0 | 63 | 70 | 76 | 6 | 47 | 33 |
| Binary | 1100001 | 110000 | 101011 | 0 | 110011 | 111000 | 111110 | 110 | 100111 | 11011 |
Color Harmonies of #61302B
Complementary color
Monochromatic Colors of #61302B
Black with #61302B
Text Example
Text Example
White with #61302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61302B; }
p { color: rgb(97,48,43); }
H1.HeaderClassName
{
color: #61302B;
}
.AnyTagClassName
{
color: #61302B;
}
</style>
background-color css
<style>
a { background-color: #61302B; }
a { background-color: rgb(97,48,43); }
div.DivClassName
{
background-color: #61302B;
}
.BgClassName
{
background-color: #61302B;
}
</style>
border-color css
<style>
span { border-color: #61302B; }
span { border-color: rgb(97,48,43); }
td.TdClassName
{
border-color: #61302B;
}
.TagClassName
{
border-color: #61302B;
}
</style>