Shades of Heath #57292C
Tints of Heath #57292C
RGB
CMYK
RGB Variations
Color information
#57292C (or 0x57292C) is known color: Heath. HEX triplet: 57, 29 and 2C. RGB value is (87,41,44). Sum of RGB (Red+Green+Blue) = 87+41+44=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57292C is #A8D6D3. Grayscale: #373737. Windows color (decimal): -11065044 or 2894167. OLE color: 2894167.
HSL color Cylindrical-coordinate representation of color #57292C: hue angle of 356.09º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57292C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 44 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.66 |
| HSL | 356.09º | 0.36% | 0.25% | - |
| HSV(B) | 356.09º | 0.53% | 0.34% | - |
| XYZ | 5.18 | 3.79 | 2.84 | - |
| YUV | 55.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 44 | 0 | 0.53 | 0.49 | 0.66 | 356.09 | 0.36 | 0.25 |
| Hex | 57 | 29 | 2C | 0 | 35 | 31 | 42 | 164 | 24 | 19 |
| Octal | 127 | 51 | 54 | 0 | 65 | 61 | 102 | 544 | 44 | 31 |
| Binary | 1010111 | 101001 | 101100 | 0 | 110101 | 110001 | 1000010 | 101100100 | 100100 | 11001 |
Color Harmonies of #57292C
Complementary color
Monochromatic Colors of #57292C
Black with #57292C
Text Example
Text Example
White with #57292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57292C; }
p { color: rgb(87,41,44); }
H1.HeaderClassName
{
color: #57292C;
}
.AnyTagClassName
{
color: #57292C;
}
</style>
background-color css
<style>
a { background-color: #57292C; }
a { background-color: rgb(87,41,44); }
div.DivClassName
{
background-color: #57292C;
}
.BgClassName
{
background-color: #57292C;
}
</style>
border-color css
<style>
span { border-color: #57292C; }
span { border-color: rgb(87,41,44); }
td.TdClassName
{
border-color: #57292C;
}
.TagClassName
{
border-color: #57292C;
}
</style>