Shades of Heath #52282C
Tints of Heath #52282C
RGB
CMYK
RGB Variations
Color information
#52282C (or 0x52282C) is known color: Heath. HEX triplet: 52, 28 and 2C. RGB value is (82,40,44). Sum of RGB (Red+Green+Blue) = 82+40+44=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52282C is #ADD7D3. Grayscale: #353535. Windows color (decimal): -11392980 or 2893906. OLE color: 2893906.
HSL color Cylindrical-coordinate representation of color #52282C: hue angle of 354.29º 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 #52282C is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 44 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.68 |
| HSL | 354.29º | 0.34% | 0.24% | - |
| HSV(B) | 354.29º | 0.51% | 0.32% | - |
| XYZ | 4.69 | 3.49 | 2.81 | - |
| YUV | 53.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 44 | 0 | 0.51 | 0.46 | 0.68 | 354.29 | 0.34 | 0.24 |
| Hex | 52 | 28 | 2C | 0 | 33 | 2E | 44 | 162 | 22 | 18 |
| Octal | 122 | 50 | 54 | 0 | 63 | 56 | 104 | 542 | 42 | 30 |
| Binary | 1010010 | 101000 | 101100 | 0 | 110011 | 101110 | 1000100 | 101100010 | 100010 | 11000 |
Color Harmonies of #52282C
Complementary color
Monochromatic Colors of #52282C
Black with #52282C
Text Example
Text Example
White with #52282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52282C; }
p { color: rgb(82,40,44); }
H1.HeaderClassName
{
color: #52282C;
}
.AnyTagClassName
{
color: #52282C;
}
</style>
background-color css
<style>
a { background-color: #52282C; }
a { background-color: rgb(82,40,44); }
div.DivClassName
{
background-color: #52282C;
}
.BgClassName
{
background-color: #52282C;
}
</style>
border-color css
<style>
span { border-color: #52282C; }
span { border-color: rgb(82,40,44); }
td.TdClassName
{
border-color: #52282C;
}
.TagClassName
{
border-color: #52282C;
}
</style>