Shades of Heath #552E31
Tints of Heath #552E31
RGB
CMYK
RGB Variations
Color information
#552E31 (or 0x552E31) is known color: Heath. HEX triplet: 55, 2E and 31. RGB value is (85,46,49). Sum of RGB (Red+Green+Blue) = 85+46+49=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E31 is #AAD1CE. Grayscale: #3A3A3A. Windows color (decimal): -11194831 or 3223125. OLE color: 3223125.
HSL color Cylindrical-coordinate representation of color #552E31: hue angle of 355.38º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E31 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 49 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.67 |
| HSL | 355.38º | 0.3% | 0.26% | - |
| HSV(B) | 355.38º | 0.46% | 0.33% | - |
| XYZ | 5.28 | 4.11 | 3.42 | - |
| YUV | 58 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 49 | 0 | 0.46 | 0.42 | 0.67 | 355.38 | 0.3 | 0.26 |
| Hex | 55 | 2E | 31 | 0 | 2E | 2A | 43 | 163 | 1E | 1A |
| Octal | 125 | 56 | 61 | 0 | 56 | 52 | 103 | 543 | 36 | 32 |
| Binary | 1010101 | 101110 | 110001 | 0 | 101110 | 101010 | 1000011 | 101100011 | 11110 | 11010 |
Color Harmonies of #552E31
Complementary color
Monochromatic Colors of #552E31
Black with #552E31
Text Example
Text Example
White with #552E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E31; }
p { color: rgb(85,46,49); }
H1.HeaderClassName
{
color: #552E31;
}
.AnyTagClassName
{
color: #552E31;
}
</style>
background-color css
<style>
a { background-color: #552E31; }
a { background-color: rgb(85,46,49); }
div.DivClassName
{
background-color: #552E31;
}
.BgClassName
{
background-color: #552E31;
}
</style>
border-color css
<style>
span { border-color: #552E31; }
span { border-color: rgb(85,46,49); }
td.TdClassName
{
border-color: #552E31;
}
.TagClassName
{
border-color: #552E31;
}
</style>