Shades of Hairy Heath #633129
Tints of Hairy Heath #633129
RGB
CMYK
RGB Variations
Color information
#633129 (or 0x633129) is known color: Hairy Heath. HEX triplet: 63, 31 and 29. RGB value is (99,49,41). Sum of RGB (Red+Green+Blue) = 99+49+41=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #633129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633129 is #9CCED6. Grayscale: #3F3F3F. Windows color (decimal): -10276567 or 2699619. OLE color: 2699619.
HSL color Cylindrical-coordinate representation of color #633129: hue angle of 8.28º 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 #633129 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 41 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.61 |
| HSL | 8.28º | 0.41% | 0.27% | - |
| HSV(B) | 8.28º | 0.59% | 0.39% | - |
| XYZ | 6.64 | 5.01 | 2.71 | - |
| YUV | 63.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 41 | 0 | 0.51 | 0.59 | 0.61 | 8.28 | 0.41 | 0.27 |
| Hex | 63 | 31 | 29 | 0 | 33 | 3B | 3D | 8 | 29 | 1B |
| Octal | 143 | 61 | 51 | 0 | 63 | 73 | 75 | 10 | 51 | 33 |
| Binary | 1100011 | 110001 | 101001 | 0 | 110011 | 111011 | 111101 | 1000 | 101001 | 11011 |
Color Harmonies of #633129
Complementary color
Monochromatic Colors of #633129
Black with #633129
Text Example
Text Example
White with #633129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633129; }
p { color: rgb(99,49,41); }
H1.HeaderClassName
{
color: #633129;
}
.AnyTagClassName
{
color: #633129;
}
</style>
background-color css
<style>
a { background-color: #633129; }
a { background-color: rgb(99,49,41); }
div.DivClassName
{
background-color: #633129;
}
.BgClassName
{
background-color: #633129;
}
</style>
border-color css
<style>
span { border-color: #633129; }
span { border-color: rgb(99,49,41); }
td.TdClassName
{
border-color: #633129;
}
.TagClassName
{
border-color: #633129;
}
</style>