Shades of Redwood #63332E
Tints of Redwood #63332E
RGB
CMYK
RGB Variations
Color information
#63332E (or 0x63332E) is known color: Redwood. HEX triplet: 63, 33 and 2E. RGB value is (99,51,46). Sum of RGB (Red+Green+Blue) = 99+51+46=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63332E is #9CCCD1. Grayscale: #404040. Windows color (decimal): -10276050 or 3027811. OLE color: 3027811.
HSL color Cylindrical-coordinate representation of color #63332E: hue angle of 5.66º 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 #63332E is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 46 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.61 |
| HSL | 5.66º | 0.37% | 0.28% | - |
| HSV(B) | 5.66º | 0.54% | 0.39% | - |
| XYZ | 6.82 | 5.22 | 3.23 | - |
| YUV | 64.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 46 | 0 | 0.48 | 0.54 | 0.61 | 5.66 | 0.37 | 0.28 |
| Hex | 63 | 33 | 2E | 0 | 30 | 36 | 3D | 6 | 25 | 1C |
| Octal | 143 | 63 | 56 | 0 | 60 | 66 | 75 | 6 | 45 | 34 |
| Binary | 1100011 | 110011 | 101110 | 0 | 110000 | 110110 | 111101 | 110 | 100101 | 11100 |
Color Harmonies of #63332E
Complementary color
Monochromatic Colors of #63332E
Black with #63332E
Text Example
Text Example
White with #63332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63332E; }
p { color: rgb(99,51,46); }
H1.HeaderClassName
{
color: #63332E;
}
.AnyTagClassName
{
color: #63332E;
}
</style>
background-color css
<style>
a { background-color: #63332E; }
a { background-color: rgb(99,51,46); }
div.DivClassName
{
background-color: #63332E;
}
.BgClassName
{
background-color: #63332E;
}
</style>
border-color css
<style>
span { border-color: #63332E; }
span { border-color: rgb(99,51,46); }
td.TdClassName
{
border-color: #63332E;
}
.TagClassName
{
border-color: #63332E;
}
</style>