Shades of Heath #532F32
Tints of Heath #532F32
RGB
CMYK
RGB Variations
Color information
#532F32 (or 0x532F32) is known color: Heath. HEX triplet: 53, 2F and 32. RGB value is (83,47,50). Sum of RGB (Red+Green+Blue) = 83+47+50=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F32 is #ACD0CD. Grayscale: #3A3A3A. Windows color (decimal): -11325646 or 3288915. OLE color: 3288915.
HSL color Cylindrical-coordinate representation of color #532F32: hue angle of 355º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #532F32 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 50 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.67 |
| HSL | 355º | 0.28% | 0.25% | - |
| HSV(B) | 355º | 0.43% | 0.33% | - |
| XYZ | 5.16 | 4.1 | 3.54 | - |
| YUV | 58.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 50 | 0 | 0.43 | 0.40 | 0.67 | 355 | 0.28 | 0.25 |
| Hex | 53 | 2F | 32 | 0 | 2B | 28 | 43 | 163 | 1C | 19 |
| Octal | 123 | 57 | 62 | 0 | 53 | 50 | 103 | 543 | 34 | 31 |
| Binary | 1010011 | 101111 | 110010 | 0 | 101011 | 101000 | 1000011 | 101100011 | 11100 | 11001 |
Color Harmonies of #532F32
Complementary color
Monochromatic Colors of #532F32
Black with #532F32
Text Example
Text Example
White with #532F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F32; }
p { color: rgb(83,47,50); }
H1.HeaderClassName
{
color: #532F32;
}
.AnyTagClassName
{
color: #532F32;
}
</style>
background-color css
<style>
a { background-color: #532F32; }
a { background-color: rgb(83,47,50); }
div.DivClassName
{
background-color: #532F32;
}
.BgClassName
{
background-color: #532F32;
}
</style>
border-color css
<style>
span { border-color: #532F32; }
span { border-color: rgb(83,47,50); }
td.TdClassName
{
border-color: #532F32;
}
.TagClassName
{
border-color: #532F32;
}
</style>