Shades of Heath #532C30
Tints of Heath #532C30
RGB
CMYK
RGB Variations
Color information
#532C30 (or 0x532C30) is known color: Heath. HEX triplet: 53, 2C and 30. RGB value is (83,44,48). Sum of RGB (Red+Green+Blue) = 83+44+48=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C30 is #ACD3CF. Grayscale: #383838. Windows color (decimal): -11326416 or 3157075. OLE color: 3157075.
HSL color Cylindrical-coordinate representation of color #532C30: hue angle of 353.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C30 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 48 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.67 |
| HSL | 353.85º | 0.31% | 0.25% | - |
| HSV(B) | 353.85º | 0.47% | 0.33% | - |
| XYZ | 5 | 3.85 | 3.28 | - |
| YUV | 56.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 48 | 0 | 0.47 | 0.42 | 0.67 | 353.85 | 0.31 | 0.25 |
| Hex | 53 | 2C | 30 | 0 | 2F | 2A | 43 | 162 | 1F | 19 |
| Octal | 123 | 54 | 60 | 0 | 57 | 52 | 103 | 542 | 37 | 31 |
| Binary | 1010011 | 101100 | 110000 | 0 | 101111 | 101010 | 1000011 | 101100010 | 11111 | 11001 |
Color Harmonies of #532C30
Complementary color
Monochromatic Colors of #532C30
Black with #532C30
Text Example
Text Example
White with #532C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C30; }
p { color: rgb(83,44,48); }
H1.HeaderClassName
{
color: #532C30;
}
.AnyTagClassName
{
color: #532C30;
}
</style>
background-color css
<style>
a { background-color: #532C30; }
a { background-color: rgb(83,44,48); }
div.DivClassName
{
background-color: #532C30;
}
.BgClassName
{
background-color: #532C30;
}
</style>
border-color css
<style>
span { border-color: #532C30; }
span { border-color: rgb(83,44,48); }
td.TdClassName
{
border-color: #532C30;
}
.TagClassName
{
border-color: #532C30;
}
</style>