Shades of Wine Berry #552B34
Tints of Wine Berry #552B34
RGB
CMYK
RGB Variations
Color information
#552B34 (or 0x552B34) is known color: Wine Berry. HEX triplet: 55, 2B and 34. RGB value is (85,43,52). Sum of RGB (Red+Green+Blue) = 85+43+52=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B34 is #AAD4CB. Grayscale: #383838. Windows color (decimal): -11195596 or 3418965. OLE color: 3418965.
HSL color Cylindrical-coordinate representation of color #552B34: hue angle of 347.14º 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 #552B34 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 52 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.67 |
| HSL | 347.14º | 0.33% | 0.25% | - |
| HSV(B) | 347.14º | 0.49% | 0.33% | - |
| XYZ | 5.23 | 3.91 | 3.73 | - |
| YUV | 56.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 52 | 0 | 0.49 | 0.39 | 0.67 | 347.14 | 0.33 | 0.25 |
| Hex | 55 | 2B | 34 | 0 | 31 | 27 | 43 | 15B | 21 | 19 |
| Octal | 125 | 53 | 64 | 0 | 61 | 47 | 103 | 533 | 41 | 31 |
| Binary | 1010101 | 101011 | 110100 | 0 | 110001 | 100111 | 1000011 | 101011011 | 100001 | 11001 |
Color Harmonies of #552B34
Complementary color
Monochromatic Colors of #552B34
Black with #552B34
Text Example
Text Example
White with #552B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B34; }
p { color: rgb(85,43,52); }
H1.HeaderClassName
{
color: #552B34;
}
.AnyTagClassName
{
color: #552B34;
}
</style>
background-color css
<style>
a { background-color: #552B34; }
a { background-color: rgb(85,43,52); }
div.DivClassName
{
background-color: #552B34;
}
.BgClassName
{
background-color: #552B34;
}
</style>
border-color css
<style>
span { border-color: #552B34; }
span { border-color: rgb(85,43,52); }
td.TdClassName
{
border-color: #552B34;
}
.TagClassName
{
border-color: #552B34;
}
</style>