Shades of Wine Berry #552B31
Tints of Wine Berry #552B31
RGB
CMYK
RGB Variations
Color information
#552B31 (or 0x552B31) is known color: Wine Berry. HEX triplet: 55, 2B and 31. RGB value is (85,43,49). Sum of RGB (Red+Green+Blue) = 85+43+49=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #552B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B31 is #AAD4CE. Grayscale: #383838. Windows color (decimal): -11195599 or 3222357. OLE color: 3222357.
HSL color Cylindrical-coordinate representation of color #552B31: hue angle of 351.43º 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 #552B31 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 49 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.67 |
| HSL | 351.43º | 0.33% | 0.25% | - |
| HSV(B) | 351.43º | 0.49% | 0.33% | - |
| XYZ | 5.16 | 3.88 | 3.38 | - |
| YUV | 56.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 49 | 0 | 0.49 | 0.42 | 0.67 | 351.43 | 0.33 | 0.25 |
| Hex | 55 | 2B | 31 | 0 | 31 | 2A | 43 | 15F | 21 | 19 |
| Octal | 125 | 53 | 61 | 0 | 61 | 52 | 103 | 537 | 41 | 31 |
| Binary | 1010101 | 101011 | 110001 | 0 | 110001 | 101010 | 1000011 | 101011111 | 100001 | 11001 |
Color Harmonies of #552B31
Complementary color
Monochromatic Colors of #552B31
Black with #552B31
Text Example
Text Example
White with #552B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B31; }
p { color: rgb(85,43,49); }
H1.HeaderClassName
{
color: #552B31;
}
.AnyTagClassName
{
color: #552B31;
}
</style>
background-color css
<style>
a { background-color: #552B31; }
a { background-color: rgb(85,43,49); }
div.DivClassName
{
background-color: #552B31;
}
.BgClassName
{
background-color: #552B31;
}
</style>
border-color css
<style>
span { border-color: #552B31; }
span { border-color: rgb(85,43,49); }
td.TdClassName
{
border-color: #552B31;
}
.TagClassName
{
border-color: #552B31;
}
</style>