Shades of Heath #572A2B
Tints of Heath #572A2B
RGB
CMYK
RGB Variations
Color information
#572A2B (or 0x572A2B) is known color: Heath. HEX triplet: 57, 2A and 2B. RGB value is (87,42,43). Sum of RGB (Red+Green+Blue) = 87+42+43=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #572A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A2B is #A8D5D4. Grayscale: #373737. Windows color (decimal): -11064789 or 2828887. OLE color: 2828887.
HSL color Cylindrical-coordinate representation of color #572A2B: hue angle of 358.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A2B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 43 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.66 |
| HSL | 358.67º | 0.35% | 0.25% | - |
| HSV(B) | 358.67º | 0.52% | 0.34% | - |
| XYZ | 5.19 | 3.86 | 2.76 | - |
| YUV | 55.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 43 | 0 | 0.52 | 0.51 | 0.66 | 358.67 | 0.35 | 0.25 |
| Hex | 57 | 2A | 2B | 0 | 34 | 33 | 42 | 167 | 23 | 19 |
| Octal | 127 | 52 | 53 | 0 | 64 | 63 | 102 | 547 | 43 | 31 |
| Binary | 1010111 | 101010 | 101011 | 0 | 110100 | 110011 | 1000010 | 101100111 | 100011 | 11001 |
Color Harmonies of #572A2B
Complementary color
Monochromatic Colors of #572A2B
Black with #572A2B
Text Example
Text Example
White with #572A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A2B; }
p { color: rgb(87,42,43); }
H1.HeaderClassName
{
color: #572A2B;
}
.AnyTagClassName
{
color: #572A2B;
}
</style>
background-color css
<style>
a { background-color: #572A2B; }
a { background-color: rgb(87,42,43); }
div.DivClassName
{
background-color: #572A2B;
}
.BgClassName
{
background-color: #572A2B;
}
</style>
border-color css
<style>
span { border-color: #572A2B; }
span { border-color: rgb(87,42,43); }
td.TdClassName
{
border-color: #572A2B;
}
.TagClassName
{
border-color: #572A2B;
}
</style>