Shades of Heath #52292C
Tints of Heath #52292C
RGB
CMYK
RGB Variations
Color information
#52292C (or 0x52292C) is known color: Heath. HEX triplet: 52, 29 and 2C. RGB value is (82,41,44). Sum of RGB (Red+Green+Blue) = 82+41+44=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52292C is #ADD6D3. Grayscale: #353535. Windows color (decimal): -11392724 or 2894162. OLE color: 2894162.
HSL color Cylindrical-coordinate representation of color #52292C: hue angle of 355.61º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52292C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 41 | 44 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.68 |
| HSL | 355.61º | 0.33% | 0.24% | - |
| HSV(B) | 355.61º | 0.5% | 0.32% | - |
| XYZ | 4.73 | 3.56 | 2.82 | - |
| YUV | 53.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 44 | 0 | 0.50 | 0.46 | 0.68 | 355.61 | 0.33 | 0.24 |
| Hex | 52 | 29 | 2C | 0 | 32 | 2E | 44 | 164 | 21 | 18 |
| Octal | 122 | 51 | 54 | 0 | 62 | 56 | 104 | 544 | 41 | 30 |
| Binary | 1010010 | 101001 | 101100 | 0 | 110010 | 101110 | 1000100 | 101100100 | 100001 | 11000 |
Color Harmonies of #52292C
Complementary color
Monochromatic Colors of #52292C
Black with #52292C
Text Example
Text Example
White with #52292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52292C; }
p { color: rgb(82,41,44); }
H1.HeaderClassName
{
color: #52292C;
}
.AnyTagClassName
{
color: #52292C;
}
</style>
background-color css
<style>
a { background-color: #52292C; }
a { background-color: rgb(82,41,44); }
div.DivClassName
{
background-color: #52292C;
}
.BgClassName
{
background-color: #52292C;
}
</style>
border-color css
<style>
span { border-color: #52292C; }
span { border-color: rgb(82,41,44); }
td.TdClassName
{
border-color: #52292C;
}
.TagClassName
{
border-color: #52292C;
}
</style>