Shades of Wine Berry #552E36
Tints of Wine Berry #552E36
RGB
CMYK
RGB Variations
Color information
#552E36 (or 0x552E36) is known color: Wine Berry. HEX triplet: 55, 2E and 36. RGB value is (85,46,54). Sum of RGB (Red+Green+Blue) = 85+46+54=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E36 is #AAD1C9. Grayscale: #3A3A3A. Windows color (decimal): -11194826 or 3550805. OLE color: 3550805.
HSL color Cylindrical-coordinate representation of color #552E36: hue angle of 347.69º 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 #552E36 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 54 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.67 |
| HSL | 347.69º | 0.3% | 0.26% | - |
| HSV(B) | 347.69º | 0.46% | 0.33% | - |
| XYZ | 5.39 | 4.15 | 4.01 | - |
| YUV | 58.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 54 | 0 | 0.46 | 0.36 | 0.67 | 347.69 | 0.3 | 0.26 |
| Hex | 55 | 2E | 36 | 0 | 2E | 24 | 43 | 15C | 1E | 1A |
| Octal | 125 | 56 | 66 | 0 | 56 | 44 | 103 | 534 | 36 | 32 |
| Binary | 1010101 | 101110 | 110110 | 0 | 101110 | 100100 | 1000011 | 101011100 | 11110 | 11010 |
Color Harmonies of #552E36
Complementary color
Monochromatic Colors of #552E36
Black with #552E36
Text Example
Text Example
White with #552E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E36; }
p { color: rgb(85,46,54); }
H1.HeaderClassName
{
color: #552E36;
}
.AnyTagClassName
{
color: #552E36;
}
</style>
background-color css
<style>
a { background-color: #552E36; }
a { background-color: rgb(85,46,54); }
div.DivClassName
{
background-color: #552E36;
}
.BgClassName
{
background-color: #552E36;
}
</style>
border-color css
<style>
span { border-color: #552E36; }
span { border-color: rgb(85,46,54); }
td.TdClassName
{
border-color: #552E36;
}
.TagClassName
{
border-color: #552E36;
}
</style>