Shades of Redwood #63352E
Tints of Redwood #63352E
RGB
CMYK
RGB Variations
Color information
#63352E (or 0x63352E) is known color: Redwood. HEX triplet: 63, 35 and 2E. RGB value is (99,53,46). Sum of RGB (Red+Green+Blue) = 99+53+46=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63352E is #9CCAD1. Grayscale: #424242. Windows color (decimal): -10275538 or 3028323. OLE color: 3028323.
HSL color Cylindrical-coordinate representation of color #63352E: hue angle of 7.92º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63352E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 46 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.61 |
| HSL | 7.92º | 0.37% | 0.28% | - |
| HSV(B) | 7.92º | 0.54% | 0.39% | - |
| XYZ | 6.91 | 5.4 | 3.26 | - |
| YUV | 65.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 46 | 0 | 0.46 | 0.54 | 0.61 | 7.92 | 0.37 | 0.28 |
| Hex | 63 | 35 | 2E | 0 | 2E | 36 | 3D | 8 | 25 | 1C |
| Octal | 143 | 65 | 56 | 0 | 56 | 66 | 75 | 10 | 45 | 34 |
| Binary | 1100011 | 110101 | 101110 | 0 | 101110 | 110110 | 111101 | 1000 | 100101 | 11100 |
Color Harmonies of #63352E
Complementary color
Monochromatic Colors of #63352E
Black with #63352E
Text Example
Text Example
White with #63352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63352E; }
p { color: rgb(99,53,46); }
H1.HeaderClassName
{
color: #63352E;
}
.AnyTagClassName
{
color: #63352E;
}
</style>
background-color css
<style>
a { background-color: #63352E; }
a { background-color: rgb(99,53,46); }
div.DivClassName
{
background-color: #63352E;
}
.BgClassName
{
background-color: #63352E;
}
</style>
border-color css
<style>
span { border-color: #63352E; }
span { border-color: rgb(99,53,46); }
td.TdClassName
{
border-color: #63352E;
}
.TagClassName
{
border-color: #63352E;
}
</style>