Shades of Heath #552A2B
Tints of Heath #552A2B
RGB
CMYK
RGB Variations
Color information
#552A2B (or 0x552A2B) is known color: Heath. HEX triplet: 55, 2A and 2B. RGB value is (85,42,43). Sum of RGB (Red+Green+Blue) = 85+42+43=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A2B is #AAD5D4. Grayscale: #373737. Windows color (decimal): -11195861 or 2828885. OLE color: 2828885.
HSL color Cylindrical-coordinate representation of color #552A2B: hue angle of 358.6º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A2B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 43 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.67 |
| HSL | 358.6º | 0.34% | 0.25% | - |
| HSV(B) | 358.6º | 0.51% | 0.33% | - |
| XYZ | 5.01 | 3.76 | 2.75 | - |
| YUV | 54.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 43 | 0 | 0.51 | 0.49 | 0.67 | 358.6 | 0.34 | 0.25 |
| Hex | 55 | 2A | 2B | 0 | 33 | 31 | 43 | 167 | 22 | 19 |
| Octal | 125 | 52 | 53 | 0 | 63 | 61 | 103 | 547 | 42 | 31 |
| Binary | 1010101 | 101010 | 101011 | 0 | 110011 | 110001 | 1000011 | 101100111 | 100010 | 11001 |
Color Harmonies of #552A2B
Complementary color
Monochromatic Colors of #552A2B
Black with #552A2B
Text Example
Text Example
White with #552A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A2B; }
p { color: rgb(85,42,43); }
H1.HeaderClassName
{
color: #552A2B;
}
.AnyTagClassName
{
color: #552A2B;
}
</style>
background-color css
<style>
a { background-color: #552A2B; }
a { background-color: rgb(85,42,43); }
div.DivClassName
{
background-color: #552A2B;
}
.BgClassName
{
background-color: #552A2B;
}
</style>
border-color css
<style>
span { border-color: #552A2B; }
span { border-color: rgb(85,42,43); }
td.TdClassName
{
border-color: #552A2B;
}
.TagClassName
{
border-color: #552A2B;
}
</style>