Shades of Wine Berry #552C34
Tints of Wine Berry #552C34
RGB
CMYK
RGB Variations
Color information
#552C34 (or 0x552C34) is known color: Wine Berry. HEX triplet: 55, 2C and 34. RGB value is (85,44,52). Sum of RGB (Red+Green+Blue) = 85+44+52=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #552C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C34 is #AAD3CB. Grayscale: #393939. Windows color (decimal): -11195340 or 3419221. OLE color: 3419221.
HSL color Cylindrical-coordinate representation of color #552C34: hue angle of 348.29º 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 #552C34 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 52 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.67 |
| HSL | 348.29º | 0.32% | 0.25% | - |
| HSV(B) | 348.29º | 0.48% | 0.33% | - |
| XYZ | 5.27 | 3.98 | 3.74 | - |
| YUV | 57.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 52 | 0 | 0.48 | 0.39 | 0.67 | 348.29 | 0.32 | 0.25 |
| Hex | 55 | 2C | 34 | 0 | 30 | 27 | 43 | 15C | 20 | 19 |
| Octal | 125 | 54 | 64 | 0 | 60 | 47 | 103 | 534 | 40 | 31 |
| Binary | 1010101 | 101100 | 110100 | 0 | 110000 | 100111 | 1000011 | 101011100 | 100000 | 11001 |
Color Harmonies of #552C34
Complementary color
Monochromatic Colors of #552C34
Black with #552C34
Text Example
Text Example
White with #552C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C34; }
p { color: rgb(85,44,52); }
H1.HeaderClassName
{
color: #552C34;
}
.AnyTagClassName
{
color: #552C34;
}
</style>
background-color css
<style>
a { background-color: #552C34; }
a { background-color: rgb(85,44,52); }
div.DivClassName
{
background-color: #552C34;
}
.BgClassName
{
background-color: #552C34;
}
</style>
border-color css
<style>
span { border-color: #552C34; }
span { border-color: rgb(85,44,52); }
td.TdClassName
{
border-color: #552C34;
}
.TagClassName
{
border-color: #552C34;
}
</style>