Shades of Redwood #61312C
Tints of Redwood #61312C
RGB
CMYK
RGB Variations
Color information
#61312C (or 0x61312C) is known color: Redwood. HEX triplet: 61, 31 and 2C. RGB value is (97,49,44). Sum of RGB (Red+Green+Blue) = 97+49+44=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61312C is #9ECED3. Grayscale: #3E3E3E. Windows color (decimal): -10407636 or 2896225. OLE color: 2896225.
HSL color Cylindrical-coordinate representation of color #61312C: hue angle of 5.66º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61312C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 49 | 44 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.62 |
| HSL | 5.66º | 0.38% | 0.28% | - |
| HSV(B) | 5.66º | 0.55% | 0.38% | - |
| XYZ | 6.48 | 4.92 | 2.99 | - |
| YUV | 62.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 44 | 0 | 0.49 | 0.55 | 0.62 | 5.66 | 0.38 | 0.28 |
| Hex | 61 | 31 | 2C | 0 | 31 | 37 | 3E | 6 | 26 | 1C |
| Octal | 141 | 61 | 54 | 0 | 61 | 67 | 76 | 6 | 46 | 34 |
| Binary | 1100001 | 110001 | 101100 | 0 | 110001 | 110111 | 111110 | 110 | 100110 | 11100 |
Color Harmonies of #61312C
Complementary color
Monochromatic Colors of #61312C
Black with #61312C
Text Example
Text Example
White with #61312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61312C; }
p { color: rgb(97,49,44); }
H1.HeaderClassName
{
color: #61312C;
}
.AnyTagClassName
{
color: #61312C;
}
</style>
background-color css
<style>
a { background-color: #61312C; }
a { background-color: rgb(97,49,44); }
div.DivClassName
{
background-color: #61312C;
}
.BgClassName
{
background-color: #61312C;
}
</style>
border-color css
<style>
span { border-color: #61312C; }
span { border-color: rgb(97,49,44); }
td.TdClassName
{
border-color: #61312C;
}
.TagClassName
{
border-color: #61312C;
}
</style>