Shades of Heath #532B30
Tints of Heath #532B30
RGB
CMYK
RGB Variations
Color information
#532B30 (or 0x532B30) is known color: Heath. HEX triplet: 53, 2B and 30. RGB value is (83,43,48). Sum of RGB (Red+Green+Blue) = 83+43+48=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B30 is #ACD4CF. Grayscale: #373737. Windows color (decimal): -11326672 or 3156819. OLE color: 3156819.
HSL color Cylindrical-coordinate representation of color #532B30: hue angle of 352.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B30 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 48 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.67 |
| HSL | 352.5º | 0.32% | 0.25% | - |
| HSV(B) | 352.5º | 0.48% | 0.33% | - |
| XYZ | 4.96 | 3.78 | 3.26 | - |
| YUV | 55.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 48 | 0 | 0.48 | 0.42 | 0.67 | 352.5 | 0.32 | 0.25 |
| Hex | 53 | 2B | 30 | 0 | 30 | 2A | 43 | 160 | 20 | 19 |
| Octal | 123 | 53 | 60 | 0 | 60 | 52 | 103 | 540 | 40 | 31 |
| Binary | 1010011 | 101011 | 110000 | 0 | 110000 | 101010 | 1000011 | 101100000 | 100000 | 11001 |
Color Harmonies of #532B30
Complementary color
Monochromatic Colors of #532B30
Black with #532B30
Text Example
Text Example
White with #532B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B30; }
p { color: rgb(83,43,48); }
H1.HeaderClassName
{
color: #532B30;
}
.AnyTagClassName
{
color: #532B30;
}
</style>
background-color css
<style>
a { background-color: #532B30; }
a { background-color: rgb(83,43,48); }
div.DivClassName
{
background-color: #532B30;
}
.BgClassName
{
background-color: #532B30;
}
</style>
border-color css
<style>
span { border-color: #532B30; }
span { border-color: rgb(83,43,48); }
td.TdClassName
{
border-color: #532B30;
}
.TagClassName
{
border-color: #532B30;
}
</style>