Shades of Redwood #632F29
Tints of Redwood #632F29
RGB
CMYK
RGB Variations
Color information
#632F29 (or 0x632F29) is known color: Redwood. HEX triplet: 63, 2F and 29. RGB value is (99,47,41). Sum of RGB (Red+Green+Blue) = 99+47+41=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #632F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F29 is #9CD0D6. Grayscale: #3D3D3D. Windows color (decimal): -10277079 or 2699107. OLE color: 2699107.
HSL color Cylindrical-coordinate representation of color #632F29: hue angle of 6.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632F29 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 41 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.61 |
| HSL | 6.21º | 0.41% | 0.27% | - |
| HSV(B) | 6.21º | 0.59% | 0.39% | - |
| XYZ | 6.56 | 4.85 | 2.69 | - |
| YUV | 61.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 41 | 0 | 0.53 | 0.59 | 0.61 | 6.21 | 0.41 | 0.27 |
| Hex | 63 | 2F | 29 | 0 | 35 | 3B | 3D | 6 | 29 | 1B |
| Octal | 143 | 57 | 51 | 0 | 65 | 73 | 75 | 6 | 51 | 33 |
| Binary | 1100011 | 101111 | 101001 | 0 | 110101 | 111011 | 111101 | 110 | 101001 | 11011 |
Color Harmonies of #632F29
Complementary color
Monochromatic Colors of #632F29
Black with #632F29
Text Example
Text Example
White with #632F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F29; }
p { color: rgb(99,47,41); }
H1.HeaderClassName
{
color: #632F29;
}
.AnyTagClassName
{
color: #632F29;
}
</style>
background-color css
<style>
a { background-color: #632F29; }
a { background-color: rgb(99,47,41); }
div.DivClassName
{
background-color: #632F29;
}
.BgClassName
{
background-color: #632F29;
}
</style>
border-color css
<style>
span { border-color: #632F29; }
span { border-color: rgb(99,47,41); }
td.TdClassName
{
border-color: #632F29;
}
.TagClassName
{
border-color: #632F29;
}
</style>