Shades of Heath #522D31
Tints of Heath #522D31
RGB
CMYK
RGB Variations
Color information
#522D31 (or 0x522D31) is known color: Heath. HEX triplet: 52, 2D and 31. RGB value is (82,45,49). Sum of RGB (Red+Green+Blue) = 82+45+49=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #522D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D31 is #ADD2CE. Grayscale: #383838. Windows color (decimal): -11391695 or 3222866. OLE color: 3222866.
HSL color Cylindrical-coordinate representation of color #522D31: hue angle of 353.51º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #522D31 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 49 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.68 |
| HSL | 353.51º | 0.29% | 0.25% | - |
| HSV(B) | 353.51º | 0.45% | 0.32% | - |
| XYZ | 4.97 | 3.89 | 3.39 | - |
| YUV | 56.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 49 | 0 | 0.45 | 0.40 | 0.68 | 353.51 | 0.29 | 0.25 |
| Hex | 52 | 2D | 31 | 0 | 2D | 28 | 44 | 162 | 1D | 19 |
| Octal | 122 | 55 | 61 | 0 | 55 | 50 | 104 | 542 | 35 | 31 |
| Binary | 1010010 | 101101 | 110001 | 0 | 101101 | 101000 | 1000100 | 101100010 | 11101 | 11001 |
Color Harmonies of #522D31
Complementary color
Monochromatic Colors of #522D31
Black with #522D31
Text Example
Text Example
White with #522D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D31; }
p { color: rgb(82,45,49); }
H1.HeaderClassName
{
color: #522D31;
}
.AnyTagClassName
{
color: #522D31;
}
</style>
background-color css
<style>
a { background-color: #522D31; }
a { background-color: rgb(82,45,49); }
div.DivClassName
{
background-color: #522D31;
}
.BgClassName
{
background-color: #522D31;
}
</style>
border-color css
<style>
span { border-color: #522D31; }
span { border-color: rgb(82,45,49); }
td.TdClassName
{
border-color: #522D31;
}
.TagClassName
{
border-color: #522D31;
}
</style>