Shades of Heath #52292F
Tints of Heath #52292F
RGB
CMYK
RGB Variations
Color information
#52292F (or 0x52292F) is known color: Heath. HEX triplet: 52, 29 and 2F. RGB value is (82,41,47). Sum of RGB (Red+Green+Blue) = 82+41+47=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #52292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52292F is #ADD6D0. Grayscale: #353535. Windows color (decimal): -11392721 or 3090770. OLE color: 3090770.
HSL color Cylindrical-coordinate representation of color #52292F: hue angle of 351.22º 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 #52292F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 41 | 47 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.68 |
| HSL | 351.22º | 0.33% | 0.24% | - |
| HSV(B) | 351.22º | 0.5% | 0.32% | - |
| XYZ | 4.79 | 3.58 | 3.13 | - |
| YUV | 53.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 47 | 0 | 0.50 | 0.43 | 0.68 | 351.22 | 0.33 | 0.24 |
| Hex | 52 | 29 | 2F | 0 | 32 | 2B | 44 | 15F | 21 | 18 |
| Octal | 122 | 51 | 57 | 0 | 62 | 53 | 104 | 537 | 41 | 30 |
| Binary | 1010010 | 101001 | 101111 | 0 | 110010 | 101011 | 1000100 | 101011111 | 100001 | 11000 |
Color Harmonies of #52292F
Complementary color
Monochromatic Colors of #52292F
Black with #52292F
Text Example
Text Example
White with #52292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52292F; }
p { color: rgb(82,41,47); }
H1.HeaderClassName
{
color: #52292F;
}
.AnyTagClassName
{
color: #52292F;
}
</style>
background-color css
<style>
a { background-color: #52292F; }
a { background-color: rgb(82,41,47); }
div.DivClassName
{
background-color: #52292F;
}
.BgClassName
{
background-color: #52292F;
}
</style>
border-color css
<style>
span { border-color: #52292F; }
span { border-color: rgb(82,41,47); }
td.TdClassName
{
border-color: #52292F;
}
.TagClassName
{
border-color: #52292F;
}
</style>