Shades of Wine Berry #552F3C
Tints of Wine Berry #552F3C
RGB
CMYK
RGB Variations
Color information
#552F3C (or 0x552F3C) is known color: Wine Berry. HEX triplet: 55, 2F and 3C. RGB value is (85,47,60). Sum of RGB (Red+Green+Blue) = 85+47+60=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F3C is #AAD0C3. Grayscale: #3B3B3B. Windows color (decimal): -11194564 or 3944277. OLE color: 3944277.
HSL color Cylindrical-coordinate representation of color #552F3C: hue angle of 339.47º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F3C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 60 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.67 |
| HSL | 339.47º | 0.29% | 0.26% | - |
| HSV(B) | 339.47º | 0.45% | 0.33% | - |
| XYZ | 5.58 | 4.29 | 4.81 | - |
| YUV | 59.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 60 | 0 | 0.45 | 0.29 | 0.67 | 339.47 | 0.29 | 0.26 |
| Hex | 55 | 2F | 3C | 0 | 2D | 1D | 43 | 153 | 1D | 1A |
| Octal | 125 | 57 | 74 | 0 | 55 | 35 | 103 | 523 | 35 | 32 |
| Binary | 1010101 | 101111 | 111100 | 0 | 101101 | 11101 | 1000011 | 101010011 | 11101 | 11010 |
Color Harmonies of #552F3C
Complementary color
Monochromatic Colors of #552F3C
Black with #552F3C
Text Example
Text Example
White with #552F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F3C; }
p { color: rgb(85,47,60); }
H1.HeaderClassName
{
color: #552F3C;
}
.AnyTagClassName
{
color: #552F3C;
}
</style>
background-color css
<style>
a { background-color: #552F3C; }
a { background-color: rgb(85,47,60); }
div.DivClassName
{
background-color: #552F3C;
}
.BgClassName
{
background-color: #552F3C;
}
</style>
border-color css
<style>
span { border-color: #552F3C; }
span { border-color: rgb(85,47,60); }
td.TdClassName
{
border-color: #552F3C;
}
.TagClassName
{
border-color: #552F3C;
}
</style>