Shades of Wine Berry #552E37
Tints of Wine Berry #552E37
RGB
CMYK
RGB Variations
Color information
#552E37 (or 0x552E37) is known color: Wine Berry. HEX triplet: 55, 2E and 37. RGB value is (85,46,55). Sum of RGB (Red+Green+Blue) = 85+46+55=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E37 is #AAD1C8. Grayscale: #3A3A3A. Windows color (decimal): -11194825 or 3616341. OLE color: 3616341.
HSL color Cylindrical-coordinate representation of color #552E37: hue angle of 346.15º 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 #552E37 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 55 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.67 |
| HSL | 346.15º | 0.3% | 0.26% | - |
| HSV(B) | 346.15º | 0.46% | 0.33% | - |
| XYZ | 5.41 | 4.16 | 4.13 | - |
| YUV | 58.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 55 | 0 | 0.46 | 0.35 | 0.67 | 346.15 | 0.3 | 0.26 |
| Hex | 55 | 2E | 37 | 0 | 2E | 23 | 43 | 15A | 1E | 1A |
| Octal | 125 | 56 | 67 | 0 | 56 | 43 | 103 | 532 | 36 | 32 |
| Binary | 1010101 | 101110 | 110111 | 0 | 101110 | 100011 | 1000011 | 101011010 | 11110 | 11010 |
Color Harmonies of #552E37
Complementary color
Monochromatic Colors of #552E37
Black with #552E37
Text Example
Text Example
White with #552E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E37; }
p { color: rgb(85,46,55); }
H1.HeaderClassName
{
color: #552E37;
}
.AnyTagClassName
{
color: #552E37;
}
</style>
background-color css
<style>
a { background-color: #552E37; }
a { background-color: rgb(85,46,55); }
div.DivClassName
{
background-color: #552E37;
}
.BgClassName
{
background-color: #552E37;
}
</style>
border-color css
<style>
span { border-color: #552E37; }
span { border-color: rgb(85,46,55); }
td.TdClassName
{
border-color: #552E37;
}
.TagClassName
{
border-color: #552E37;
}
</style>