Shades of Heath #55282E
Tints of Heath #55282E
RGB
CMYK
RGB Variations
Color information
#55282E (or 0x55282E) is known color: Heath. HEX triplet: 55, 28 and 2E. RGB value is (85,40,46). Sum of RGB (Red+Green+Blue) = 85+40+46=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55282E is #AAD7D1. Grayscale: #363636. Windows color (decimal): -11196370 or 3024981. OLE color: 3024981.
HSL color Cylindrical-coordinate representation of color #55282E: hue angle of 352º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55282E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 46 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.67 |
| HSL | 352º | 0.36% | 0.25% | - |
| HSV(B) | 352º | 0.53% | 0.33% | - |
| XYZ | 5 | 3.65 | 3.03 | - |
| YUV | 54.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 46 | 0 | 0.53 | 0.46 | 0.67 | 352 | 0.36 | 0.25 |
| Hex | 55 | 28 | 2E | 0 | 35 | 2E | 43 | 160 | 24 | 19 |
| Octal | 125 | 50 | 56 | 0 | 65 | 56 | 103 | 540 | 44 | 31 |
| Binary | 1010101 | 101000 | 101110 | 0 | 110101 | 101110 | 1000011 | 101100000 | 100100 | 11001 |
Color Harmonies of #55282E
Complementary color
Monochromatic Colors of #55282E
Black with #55282E
Text Example
Text Example
White with #55282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55282E; }
p { color: rgb(85,40,46); }
H1.HeaderClassName
{
color: #55282E;
}
.AnyTagClassName
{
color: #55282E;
}
</style>
background-color css
<style>
a { background-color: #55282E; }
a { background-color: rgb(85,40,46); }
div.DivClassName
{
background-color: #55282E;
}
.BgClassName
{
background-color: #55282E;
}
</style>
border-color css
<style>
span { border-color: #55282E; }
span { border-color: rgb(85,40,46); }
td.TdClassName
{
border-color: #55282E;
}
.TagClassName
{
border-color: #55282E;
}
</style>