Shades of Wine Berry #552A33
Tints of Wine Berry #552A33
RGB
CMYK
RGB Variations
Color information
#552A33 (or 0x552A33) is known color: Wine Berry. HEX triplet: 55, 2A and 33. RGB value is (85,42,51). Sum of RGB (Red+Green+Blue) = 85+42+51=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A33 is #AAD5CC. Grayscale: #373737. Windows color (decimal): -11195853 or 3353173. OLE color: 3353173.
HSL color Cylindrical-coordinate representation of color #552A33: hue angle of 347.44º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A33 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 51 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.67 |
| HSL | 347.44º | 0.34% | 0.25% | - |
| HSV(B) | 347.44º | 0.51% | 0.33% | - |
| XYZ | 5.17 | 3.83 | 3.6 | - |
| YUV | 55.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 51 | 0 | 0.51 | 0.40 | 0.67 | 347.44 | 0.34 | 0.25 |
| Hex | 55 | 2A | 33 | 0 | 33 | 28 | 43 | 15B | 22 | 19 |
| Octal | 125 | 52 | 63 | 0 | 63 | 50 | 103 | 533 | 42 | 31 |
| Binary | 1010101 | 101010 | 110011 | 0 | 110011 | 101000 | 1000011 | 101011011 | 100010 | 11001 |
Color Harmonies of #552A33
Complementary color
Monochromatic Colors of #552A33
Black with #552A33
Text Example
Text Example
White with #552A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A33; }
p { color: rgb(85,42,51); }
H1.HeaderClassName
{
color: #552A33;
}
.AnyTagClassName
{
color: #552A33;
}
</style>
background-color css
<style>
a { background-color: #552A33; }
a { background-color: rgb(85,42,51); }
div.DivClassName
{
background-color: #552A33;
}
.BgClassName
{
background-color: #552A33;
}
</style>
border-color css
<style>
span { border-color: #552A33; }
span { border-color: rgb(85,42,51); }
td.TdClassName
{
border-color: #552A33;
}
.TagClassName
{
border-color: #552A33;
}
</style>