Shades of Wine Berry #553240
Tints of Wine Berry #553240
RGB
CMYK
RGB Variations
Color information
#553240 (or 0x553240) is known color: Wine Berry. HEX triplet: 55, 32 and 40. RGB value is (85,50,64). Sum of RGB (Red+Green+Blue) = 85+50+64=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553240 is #AACDBF. Grayscale: #3E3E3E. Windows color (decimal): -11193792 or 4207189. OLE color: 4207189.
HSL color Cylindrical-coordinate representation of color #553240: hue angle of 336º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553240 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 64 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.67 |
| HSL | 336º | 0.26% | 0.26% | - |
| HSV(B) | 336º | 0.41% | 0.33% | - |
| XYZ | 5.81 | 4.58 | 5.43 | - |
| YUV | 62.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 64 | 0 | 0.41 | 0.25 | 0.67 | 336 | 0.26 | 0.26 |
| Hex | 55 | 32 | 40 | 0 | 29 | 19 | 43 | 150 | 1A | 1A |
| Octal | 125 | 62 | 100 | 0 | 51 | 31 | 103 | 520 | 32 | 32 |
| Binary | 1010101 | 110010 | 1000000 | 0 | 101001 | 11001 | 1000011 | 101010000 | 11010 | 11010 |
Color Harmonies of #553240
Complementary color
Monochromatic Colors of #553240
Black with #553240
Text Example
Text Example
White with #553240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553240; }
p { color: rgb(85,50,64); }
H1.HeaderClassName
{
color: #553240;
}
.AnyTagClassName
{
color: #553240;
}
</style>
background-color css
<style>
a { background-color: #553240; }
a { background-color: rgb(85,50,64); }
div.DivClassName
{
background-color: #553240;
}
.BgClassName
{
background-color: #553240;
}
</style>
border-color css
<style>
span { border-color: #553240; }
span { border-color: rgb(85,50,64); }
td.TdClassName
{
border-color: #553240;
}
.TagClassName
{
border-color: #553240;
}
</style>