Shades of Heath #552A2D
Tints of Heath #552A2D
RGB
CMYK
RGB Variations
Color information
#552A2D (or 0x552A2D) is known color: Heath. HEX triplet: 55, 2A and 2D. RGB value is (85,42,45). Sum of RGB (Red+Green+Blue) = 85+42+45=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A2D is #AAD5D2. Grayscale: #373737. Windows color (decimal): -11195859 or 2959957. OLE color: 2959957.
HSL color Cylindrical-coordinate representation of color #552A2D: hue angle of 355.81º 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 #552A2D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 45 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.67 |
| HSL | 355.81º | 0.34% | 0.25% | - |
| HSV(B) | 355.81º | 0.51% | 0.33% | - |
| XYZ | 5.05 | 3.78 | 2.95 | - |
| YUV | 55.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 45 | 0 | 0.51 | 0.47 | 0.67 | 355.81 | 0.34 | 0.25 |
| Hex | 55 | 2A | 2D | 0 | 33 | 2F | 43 | 164 | 22 | 19 |
| Octal | 125 | 52 | 55 | 0 | 63 | 57 | 103 | 544 | 42 | 31 |
| Binary | 1010101 | 101010 | 101101 | 0 | 110011 | 101111 | 1000011 | 101100100 | 100010 | 11001 |
Color Harmonies of #552A2D
Complementary color
Monochromatic Colors of #552A2D
Black with #552A2D
Text Example
Text Example
White with #552A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A2D; }
p { color: rgb(85,42,45); }
H1.HeaderClassName
{
color: #552A2D;
}
.AnyTagClassName
{
color: #552A2D;
}
</style>
background-color css
<style>
a { background-color: #552A2D; }
a { background-color: rgb(85,42,45); }
div.DivClassName
{
background-color: #552A2D;
}
.BgClassName
{
background-color: #552A2D;
}
</style>
border-color css
<style>
span { border-color: #552A2D; }
span { border-color: rgb(85,42,45); }
td.TdClassName
{
border-color: #552A2D;
}
.TagClassName
{
border-color: #552A2D;
}
</style>