Shades of Redwood #613A33
Tints of Redwood #613A33
RGB
CMYK
RGB Variations
Color information
#613A33 (or 0x613A33) is known color: Redwood. HEX triplet: 61, 3A and 33. RGB value is (97,58,51). Sum of RGB (Red+Green+Blue) = 97+58+51=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A33 is #9EC5CC. Grayscale: #444444. Windows color (decimal): -10405325 or 3357281. OLE color: 3357281.
HSL color Cylindrical-coordinate representation of color #613A33: hue angle of 9.13º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613A33 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 51 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.62 |
| HSL | 9.13º | 0.31% | 0.29% | - |
| HSV(B) | 9.13º | 0.47% | 0.38% | - |
| XYZ | 7.04 | 5.81 | 3.88 | - |
| YUV | 68.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 51 | 0 | 0.40 | 0.47 | 0.62 | 9.13 | 0.31 | 0.29 |
| Hex | 61 | 3A | 33 | 0 | 28 | 2F | 3E | 9 | 1F | 1D |
| Octal | 141 | 72 | 63 | 0 | 50 | 57 | 76 | 11 | 37 | 35 |
| Binary | 1100001 | 111010 | 110011 | 0 | 101000 | 101111 | 111110 | 1001 | 11111 | 11101 |
Color Harmonies of #613A33
Complementary color
Monochromatic Colors of #613A33
Black with #613A33
Text Example
Text Example
White with #613A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A33; }
p { color: rgb(97,58,51); }
H1.HeaderClassName
{
color: #613A33;
}
.AnyTagClassName
{
color: #613A33;
}
</style>
background-color css
<style>
a { background-color: #613A33; }
a { background-color: rgb(97,58,51); }
div.DivClassName
{
background-color: #613A33;
}
.BgClassName
{
background-color: #613A33;
}
</style>
border-color css
<style>
span { border-color: #613A33; }
span { border-color: rgb(97,58,51); }
td.TdClassName
{
border-color: #613A33;
}
.TagClassName
{
border-color: #613A33;
}
</style>