Shades of Wine Berry #552B32
Tints of Wine Berry #552B32
RGB
CMYK
RGB Variations
Color information
#552B32 (or 0x552B32) is known color: Wine Berry. HEX triplet: 55, 2B and 32. RGB value is (85,43,50). Sum of RGB (Red+Green+Blue) = 85+43+50=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B32 is #AAD4CD. Grayscale: #383838. Windows color (decimal): -11195598 or 3287893. OLE color: 3287893.
HSL color Cylindrical-coordinate representation of color #552B32: hue angle of 350º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552B32 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 50 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.67 |
| HSL | 350º | 0.33% | 0.25% | - |
| HSV(B) | 350º | 0.49% | 0.33% | - |
| XYZ | 5.19 | 3.89 | 3.5 | - |
| YUV | 56.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 50 | 0 | 0.49 | 0.41 | 0.67 | 350 | 0.33 | 0.25 |
| Hex | 55 | 2B | 32 | 0 | 31 | 29 | 43 | 15E | 21 | 19 |
| Octal | 125 | 53 | 62 | 0 | 61 | 51 | 103 | 536 | 41 | 31 |
| Binary | 1010101 | 101011 | 110010 | 0 | 110001 | 101001 | 1000011 | 101011110 | 100001 | 11001 |
Color Harmonies of #552B32
Complementary color
Monochromatic Colors of #552B32
Black with #552B32
Text Example
Text Example
White with #552B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B32; }
p { color: rgb(85,43,50); }
H1.HeaderClassName
{
color: #552B32;
}
.AnyTagClassName
{
color: #552B32;
}
</style>
background-color css
<style>
a { background-color: #552B32; }
a { background-color: rgb(85,43,50); }
div.DivClassName
{
background-color: #552B32;
}
.BgClassName
{
background-color: #552B32;
}
</style>
border-color css
<style>
span { border-color: #552B32; }
span { border-color: rgb(85,43,50); }
td.TdClassName
{
border-color: #552B32;
}
.TagClassName
{
border-color: #552B32;
}
</style>