Shades of Heath #52282D
Tints of Heath #52282D
RGB
CMYK
RGB Variations
Color information
#52282D (or 0x52282D) is known color: Heath. HEX triplet: 52, 28 and 2D. RGB value is (82,40,45). Sum of RGB (Red+Green+Blue) = 82+40+45=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52282D is #ADD7D2. Grayscale: #353535. Windows color (decimal): -11392979 or 2959442. OLE color: 2959442.
HSL color Cylindrical-coordinate representation of color #52282D: hue angle of 352.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52282D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 45 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.68 |
| HSL | 352.86º | 0.34% | 0.24% | - |
| HSV(B) | 352.86º | 0.51% | 0.32% | - |
| XYZ | 4.71 | 3.5 | 2.91 | - |
| YUV | 53.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 45 | 0 | 0.51 | 0.45 | 0.68 | 352.86 | 0.34 | 0.24 |
| Hex | 52 | 28 | 2D | 0 | 33 | 2D | 44 | 161 | 22 | 18 |
| Octal | 122 | 50 | 55 | 0 | 63 | 55 | 104 | 541 | 42 | 30 |
| Binary | 1010010 | 101000 | 101101 | 0 | 110011 | 101101 | 1000100 | 101100001 | 100010 | 11000 |
Color Harmonies of #52282D
Complementary color
Monochromatic Colors of #52282D
Black with #52282D
Text Example
Text Example
White with #52282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52282D; }
p { color: rgb(82,40,45); }
H1.HeaderClassName
{
color: #52282D;
}
.AnyTagClassName
{
color: #52282D;
}
</style>
background-color css
<style>
a { background-color: #52282D; }
a { background-color: rgb(82,40,45); }
div.DivClassName
{
background-color: #52282D;
}
.BgClassName
{
background-color: #52282D;
}
</style>
border-color css
<style>
span { border-color: #52282D; }
span { border-color: rgb(82,40,45); }
td.TdClassName
{
border-color: #52282D;
}
.TagClassName
{
border-color: #52282D;
}
</style>