Shades of Wine Berry #552C37
Tints of Wine Berry #552C37
RGB
CMYK
RGB Variations
Color information
#552C37 (or 0x552C37) is known color: Wine Berry. HEX triplet: 55, 2C and 37. RGB value is (85,44,55). Sum of RGB (Red+Green+Blue) = 85+44+55=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #552C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C37 is #AAD3C8. Grayscale: #393939. Windows color (decimal): -11195337 or 3615829. OLE color: 3615829.
HSL color Cylindrical-coordinate representation of color #552C37: hue angle of 343.9º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C37 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 55 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.67 |
| HSL | 343.9º | 0.32% | 0.25% | - |
| HSV(B) | 343.9º | 0.48% | 0.33% | - |
| XYZ | 5.34 | 4.01 | 4.11 | - |
| YUV | 57.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 55 | 0 | 0.48 | 0.35 | 0.67 | 343.9 | 0.32 | 0.25 |
| Hex | 55 | 2C | 37 | 0 | 30 | 23 | 43 | 158 | 20 | 19 |
| Octal | 125 | 54 | 67 | 0 | 60 | 43 | 103 | 530 | 40 | 31 |
| Binary | 1010101 | 101100 | 110111 | 0 | 110000 | 100011 | 1000011 | 101011000 | 100000 | 11001 |
Color Harmonies of #552C37
Complementary color
Monochromatic Colors of #552C37
Black with #552C37
Text Example
Text Example
White with #552C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C37; }
p { color: rgb(85,44,55); }
H1.HeaderClassName
{
color: #552C37;
}
.AnyTagClassName
{
color: #552C37;
}
</style>
background-color css
<style>
a { background-color: #552C37; }
a { background-color: rgb(85,44,55); }
div.DivClassName
{
background-color: #552C37;
}
.BgClassName
{
background-color: #552C37;
}
</style>
border-color css
<style>
span { border-color: #552C37; }
span { border-color: rgb(85,44,55); }
td.TdClassName
{
border-color: #552C37;
}
.TagClassName
{
border-color: #552C37;
}
</style>