Shades of Wine Berry #552E34
Tints of Wine Berry #552E34
RGB
CMYK
RGB Variations
Color information
#552E34 (or 0x552E34) is known color: Wine Berry. HEX triplet: 55, 2E and 34. RGB value is (85,46,52). Sum of RGB (Red+Green+Blue) = 85+46+52=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E34 is #AAD1CB. Grayscale: #3A3A3A. Windows color (decimal): -11194828 or 3419733. OLE color: 3419733.
HSL color Cylindrical-coordinate representation of color #552E34: hue angle of 350.77º 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 #552E34 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 52 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.67 |
| HSL | 350.77º | 0.3% | 0.26% | - |
| HSV(B) | 350.77º | 0.46% | 0.33% | - |
| XYZ | 5.34 | 4.13 | 3.76 | - |
| YUV | 58.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 52 | 0 | 0.46 | 0.39 | 0.67 | 350.77 | 0.3 | 0.26 |
| Hex | 55 | 2E | 34 | 0 | 2E | 27 | 43 | 15F | 1E | 1A |
| Octal | 125 | 56 | 64 | 0 | 56 | 47 | 103 | 537 | 36 | 32 |
| Binary | 1010101 | 101110 | 110100 | 0 | 101110 | 100111 | 1000011 | 101011111 | 11110 | 11010 |
Color Harmonies of #552E34
Complementary color
Monochromatic Colors of #552E34
Black with #552E34
Text Example
Text Example
White with #552E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E34; }
p { color: rgb(85,46,52); }
H1.HeaderClassName
{
color: #552E34;
}
.AnyTagClassName
{
color: #552E34;
}
</style>
background-color css
<style>
a { background-color: #552E34; }
a { background-color: rgb(85,46,52); }
div.DivClassName
{
background-color: #552E34;
}
.BgClassName
{
background-color: #552E34;
}
</style>
border-color css
<style>
span { border-color: #552E34; }
span { border-color: rgb(85,46,52); }
td.TdClassName
{
border-color: #552E34;
}
.TagClassName
{
border-color: #552E34;
}
</style>