Shades of Heath #55292C
Tints of Heath #55292C
RGB
CMYK
RGB Variations
Color information
#55292C (or 0x55292C) is known color: Heath. HEX triplet: 55, 29 and 2C. RGB value is (85,41,44). Sum of RGB (Red+Green+Blue) = 85+41+44=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55292C is #AAD6D3. Grayscale: #363636. Windows color (decimal): -11196116 or 2894165. OLE color: 2894165.
HSL color Cylindrical-coordinate representation of color #55292C: hue angle of 355.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55292C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 44 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.67 |
| HSL | 355.91º | 0.35% | 0.25% | - |
| HSV(B) | 355.91º | 0.52% | 0.33% | - |
| XYZ | 4.99 | 3.7 | 2.83 | - |
| YUV | 54.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 44 | 0 | 0.52 | 0.48 | 0.67 | 355.91 | 0.35 | 0.25 |
| Hex | 55 | 29 | 2C | 0 | 34 | 30 | 43 | 164 | 23 | 19 |
| Octal | 125 | 51 | 54 | 0 | 64 | 60 | 103 | 544 | 43 | 31 |
| Binary | 1010101 | 101001 | 101100 | 0 | 110100 | 110000 | 1000011 | 101100100 | 100011 | 11001 |
Color Harmonies of #55292C
Complementary color
Monochromatic Colors of #55292C
Black with #55292C
Text Example
Text Example
White with #55292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55292C; }
p { color: rgb(85,41,44); }
H1.HeaderClassName
{
color: #55292C;
}
.AnyTagClassName
{
color: #55292C;
}
</style>
background-color css
<style>
a { background-color: #55292C; }
a { background-color: rgb(85,41,44); }
div.DivClassName
{
background-color: #55292C;
}
.BgClassName
{
background-color: #55292C;
}
</style>
border-color css
<style>
span { border-color: #55292C; }
span { border-color: rgb(85,41,44); }
td.TdClassName
{
border-color: #55292C;
}
.TagClassName
{
border-color: #55292C;
}
</style>