Shades of Hairy Heath #63332B
Tints of Hairy Heath #63332B
RGB
CMYK
RGB Variations
Color information
#63332B (or 0x63332B) is known color: Hairy Heath. HEX triplet: 63, 33 and 2B. RGB value is (99,51,43). Sum of RGB (Red+Green+Blue) = 99+51+43=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63332B is #9CCCD4. Grayscale: #404040. Windows color (decimal): -10276053 or 2831203. OLE color: 2831203.
HSL color Cylindrical-coordinate representation of color #63332B: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63332B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 43 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.61 |
| HSL | 8.57º | 0.39% | 0.28% | - |
| HSV(B) | 8.57º | 0.57% | 0.39% | - |
| XYZ | 6.77 | 5.19 | 2.93 | - |
| YUV | 64.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 43 | 0 | 0.48 | 0.57 | 0.61 | 8.57 | 0.39 | 0.28 |
| Hex | 63 | 33 | 2B | 0 | 30 | 39 | 3D | 9 | 27 | 1C |
| Octal | 143 | 63 | 53 | 0 | 60 | 71 | 75 | 11 | 47 | 34 |
| Binary | 1100011 | 110011 | 101011 | 0 | 110000 | 111001 | 111101 | 1001 | 100111 | 11100 |
Color Harmonies of #63332B
Complementary color
Monochromatic Colors of #63332B
Black with #63332B
Text Example
Text Example
White with #63332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63332B; }
p { color: rgb(99,51,43); }
H1.HeaderClassName
{
color: #63332B;
}
.AnyTagClassName
{
color: #63332B;
}
</style>
background-color css
<style>
a { background-color: #63332B; }
a { background-color: rgb(99,51,43); }
div.DivClassName
{
background-color: #63332B;
}
.BgClassName
{
background-color: #63332B;
}
</style>
border-color css
<style>
span { border-color: #63332B; }
span { border-color: rgb(99,51,43); }
td.TdClassName
{
border-color: #63332B;
}
.TagClassName
{
border-color: #63332B;
}
</style>