Shades of Redwood #61322A
Tints of Redwood #61322A
RGB
CMYK
RGB Variations
Color information
#61322A (or 0x61322A) is known color: Redwood. HEX triplet: 61, 32 and 2A. RGB value is (97,50,42). Sum of RGB (Red+Green+Blue) = 97+50+42=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61322A is #9ECDD5. Grayscale: #3F3F3F. Windows color (decimal): -10407382 or 2765409. OLE color: 2765409.
HSL color Cylindrical-coordinate representation of color #61322A: hue angle of 8.73º 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 #61322A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 42 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.62 |
| HSL | 8.73º | 0.4% | 0.27% | - |
| HSV(B) | 8.73º | 0.57% | 0.38% | - |
| XYZ | 6.49 | 4.99 | 2.81 | - |
| YUV | 63.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 42 | 0 | 0.48 | 0.57 | 0.62 | 8.73 | 0.4 | 0.27 |
| Hex | 61 | 32 | 2A | 0 | 30 | 39 | 3E | 9 | 28 | 1B |
| Octal | 141 | 62 | 52 | 0 | 60 | 71 | 76 | 11 | 50 | 33 |
| Binary | 1100001 | 110010 | 101010 | 0 | 110000 | 111001 | 111110 | 1001 | 101000 | 11011 |
Color Harmonies of #61322A
Complementary color
Monochromatic Colors of #61322A
Black with #61322A
Text Example
Text Example
White with #61322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61322A; }
p { color: rgb(97,50,42); }
H1.HeaderClassName
{
color: #61322A;
}
.AnyTagClassName
{
color: #61322A;
}
</style>
background-color css
<style>
a { background-color: #61322A; }
a { background-color: rgb(97,50,42); }
div.DivClassName
{
background-color: #61322A;
}
.BgClassName
{
background-color: #61322A;
}
</style>
border-color css
<style>
span { border-color: #61322A; }
span { border-color: rgb(97,50,42); }
td.TdClassName
{
border-color: #61322A;
}
.TagClassName
{
border-color: #61322A;
}
</style>