Shades of Heath #55282B
Tints of Heath #55282B
RGB
CMYK
RGB Variations
Color information
#55282B (or 0x55282B) is known color: Heath. HEX triplet: 55, 28 and 2B. RGB value is (85,40,43). Sum of RGB (Red+Green+Blue) = 85+40+43=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55282B is #AAD7D4. Grayscale: #353535. Windows color (decimal): -11196373 or 2828373. OLE color: 2828373.
HSL color Cylindrical-coordinate representation of color #55282B: hue angle of 356º 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 #55282B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 43 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.67 |
| HSL | 356º | 0.36% | 0.25% | - |
| HSV(B) | 356º | 0.53% | 0.33% | - |
| XYZ | 4.94 | 3.62 | 2.72 | - |
| YUV | 53.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 43 | 0 | 0.53 | 0.49 | 0.67 | 356 | 0.36 | 0.25 |
| Hex | 55 | 28 | 2B | 0 | 35 | 31 | 43 | 164 | 24 | 19 |
| Octal | 125 | 50 | 53 | 0 | 65 | 61 | 103 | 544 | 44 | 31 |
| Binary | 1010101 | 101000 | 101011 | 0 | 110101 | 110001 | 1000011 | 101100100 | 100100 | 11001 |
Color Harmonies of #55282B
Complementary color
Monochromatic Colors of #55282B
Black with #55282B
Text Example
Text Example
White with #55282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55282B; }
p { color: rgb(85,40,43); }
H1.HeaderClassName
{
color: #55282B;
}
.AnyTagClassName
{
color: #55282B;
}
</style>
background-color css
<style>
a { background-color: #55282B; }
a { background-color: rgb(85,40,43); }
div.DivClassName
{
background-color: #55282B;
}
.BgClassName
{
background-color: #55282B;
}
</style>
border-color css
<style>
span { border-color: #55282B; }
span { border-color: rgb(85,40,43); }
td.TdClassName
{
border-color: #55282B;
}
.TagClassName
{
border-color: #55282B;
}
</style>