Shades of Heath #55292B
Tints of Heath #55292B
RGB
CMYK
RGB Variations
Color information
#55292B (or 0x55292B) is known color: Heath. HEX triplet: 55, 29 and 2B. RGB value is (85,41,43). Sum of RGB (Red+Green+Blue) = 85+41+43=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55292B is #AAD6D4. Grayscale: #363636. Windows color (decimal): -11196117 or 2828629. OLE color: 2828629.
HSL color Cylindrical-coordinate representation of color #55292B: hue angle of 357.27º 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 #55292B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 43 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.67 |
| HSL | 357.27º | 0.35% | 0.25% | - |
| HSV(B) | 357.27º | 0.52% | 0.33% | - |
| XYZ | 4.98 | 3.69 | 2.74 | - |
| YUV | 54.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 43 | 0 | 0.52 | 0.49 | 0.67 | 357.27 | 0.35 | 0.25 |
| Hex | 55 | 29 | 2B | 0 | 34 | 31 | 43 | 165 | 23 | 19 |
| Octal | 125 | 51 | 53 | 0 | 64 | 61 | 103 | 545 | 43 | 31 |
| Binary | 1010101 | 101001 | 101011 | 0 | 110100 | 110001 | 1000011 | 101100101 | 100011 | 11001 |
Color Harmonies of #55292B
Complementary color
Monochromatic Colors of #55292B
Black with #55292B
Text Example
Text Example
White with #55292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55292B; }
p { color: rgb(85,41,43); }
H1.HeaderClassName
{
color: #55292B;
}
.AnyTagClassName
{
color: #55292B;
}
</style>
background-color css
<style>
a { background-color: #55292B; }
a { background-color: rgb(85,41,43); }
div.DivClassName
{
background-color: #55292B;
}
.BgClassName
{
background-color: #55292B;
}
</style>
border-color css
<style>
span { border-color: #55292B; }
span { border-color: rgb(85,41,43); }
td.TdClassName
{
border-color: #55292B;
}
.TagClassName
{
border-color: #55292B;
}
</style>