Shades of Wine Berry #552C33
Tints of Wine Berry #552C33
RGB
CMYK
RGB Variations
Color information
#552C33 (or 0x552C33) is known color: Wine Berry. HEX triplet: 55, 2C and 33. RGB value is (85,44,51). Sum of RGB (Red+Green+Blue) = 85+44+51=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C33 is #AAD3CC. Grayscale: #393939. Windows color (decimal): -11195341 or 3353685. OLE color: 3353685.
HSL color Cylindrical-coordinate representation of color #552C33: hue angle of 349.76º 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 #552C33 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 51 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.67 |
| HSL | 349.76º | 0.32% | 0.25% | - |
| HSV(B) | 349.76º | 0.48% | 0.33% | - |
| XYZ | 5.24 | 3.97 | 3.62 | - |
| YUV | 57.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 51 | 0 | 0.48 | 0.40 | 0.67 | 349.76 | 0.32 | 0.25 |
| Hex | 55 | 2C | 33 | 0 | 30 | 28 | 43 | 15E | 20 | 19 |
| Octal | 125 | 54 | 63 | 0 | 60 | 50 | 103 | 536 | 40 | 31 |
| Binary | 1010101 | 101100 | 110011 | 0 | 110000 | 101000 | 1000011 | 101011110 | 100000 | 11001 |
Color Harmonies of #552C33
Complementary color
Monochromatic Colors of #552C33
Black with #552C33
Text Example
Text Example
White with #552C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C33; }
p { color: rgb(85,44,51); }
H1.HeaderClassName
{
color: #552C33;
}
.AnyTagClassName
{
color: #552C33;
}
</style>
background-color css
<style>
a { background-color: #552C33; }
a { background-color: rgb(85,44,51); }
div.DivClassName
{
background-color: #552C33;
}
.BgClassName
{
background-color: #552C33;
}
</style>
border-color css
<style>
span { border-color: #552C33; }
span { border-color: rgb(85,44,51); }
td.TdClassName
{
border-color: #552C33;
}
.TagClassName
{
border-color: #552C33;
}
</style>