Shades of Redwood #62322B
Tints of Redwood #62322B
RGB
CMYK
RGB Variations
Color information
#62322B (or 0x62322B) is known color: Redwood. HEX triplet: 62, 32 and 2B. RGB value is (98,50,43). Sum of RGB (Red+Green+Blue) = 98+50+43=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62322B is #9DCDD4. Grayscale: #3F3F3F. Windows color (decimal): -10341845 or 2830946. OLE color: 2830946.
HSL color Cylindrical-coordinate representation of color #62322B: hue angle of 7.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62322B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 43 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.62 |
| HSL | 7.64º | 0.39% | 0.28% | - |
| HSV(B) | 7.64º | 0.56% | 0.38% | - |
| XYZ | 6.61 | 5.05 | 2.91 | - |
| YUV | 63.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 43 | 0 | 0.49 | 0.56 | 0.62 | 7.64 | 0.39 | 0.28 |
| Hex | 62 | 32 | 2B | 0 | 31 | 38 | 3E | 8 | 27 | 1C |
| Octal | 142 | 62 | 53 | 0 | 61 | 70 | 76 | 10 | 47 | 34 |
| Binary | 1100010 | 110010 | 101011 | 0 | 110001 | 111000 | 111110 | 1000 | 100111 | 11100 |
Color Harmonies of #62322B
Complementary color
Monochromatic Colors of #62322B
Black with #62322B
Text Example
Text Example
White with #62322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62322B; }
p { color: rgb(98,50,43); }
H1.HeaderClassName
{
color: #62322B;
}
.AnyTagClassName
{
color: #62322B;
}
</style>
background-color css
<style>
a { background-color: #62322B; }
a { background-color: rgb(98,50,43); }
div.DivClassName
{
background-color: #62322B;
}
.BgClassName
{
background-color: #62322B;
}
</style>
border-color css
<style>
span { border-color: #62322B; }
span { border-color: rgb(98,50,43); }
td.TdClassName
{
border-color: #62322B;
}
.TagClassName
{
border-color: #62322B;
}
</style>