Shades of Wine Berry #552D33
Tints of Wine Berry #552D33
RGB
CMYK
RGB Variations
Color information
#552D33 (or 0x552D33) is known color: Wine Berry. HEX triplet: 55, 2D and 33. RGB value is (85,45,51). Sum of RGB (Red+Green+Blue) = 85+45+51=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #552D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D33 is #AAD2CC. Grayscale: #393939. Windows color (decimal): -11195085 or 3353941. OLE color: 3353941.
HSL color Cylindrical-coordinate representation of color #552D33: hue angle of 351º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D33 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 51 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.67 |
| HSL | 351º | 0.31% | 0.25% | - |
| HSV(B) | 351º | 0.47% | 0.33% | - |
| XYZ | 5.28 | 4.05 | 3.63 | - |
| YUV | 57.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 51 | 0 | 0.47 | 0.40 | 0.67 | 351 | 0.31 | 0.25 |
| Hex | 55 | 2D | 33 | 0 | 2F | 28 | 43 | 15F | 1F | 19 |
| Octal | 125 | 55 | 63 | 0 | 57 | 50 | 103 | 537 | 37 | 31 |
| Binary | 1010101 | 101101 | 110011 | 0 | 101111 | 101000 | 1000011 | 101011111 | 11111 | 11001 |
Color Harmonies of #552D33
Complementary color
Monochromatic Colors of #552D33
Black with #552D33
Text Example
Text Example
White with #552D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D33; }
p { color: rgb(85,45,51); }
H1.HeaderClassName
{
color: #552D33;
}
.AnyTagClassName
{
color: #552D33;
}
</style>
background-color css
<style>
a { background-color: #552D33; }
a { background-color: rgb(85,45,51); }
div.DivClassName
{
background-color: #552D33;
}
.BgClassName
{
background-color: #552D33;
}
</style>
border-color css
<style>
span { border-color: #552D33; }
span { border-color: rgb(85,45,51); }
td.TdClassName
{
border-color: #552D33;
}
.TagClassName
{
border-color: #552D33;
}
</style>