Shades of Wine Berry #55323E
Tints of Wine Berry #55323E
RGB
CMYK
RGB Variations
Color information
#55323E (or 0x55323E) is known color: Wine Berry. HEX triplet: 55, 32 and 3E. RGB value is (85,50,62). Sum of RGB (Red+Green+Blue) = 85+50+62=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55323E is #AACDC1. Grayscale: #3D3D3D. Windows color (decimal): -11193794 or 4076117. OLE color: 4076117.
HSL color Cylindrical-coordinate representation of color #55323E: hue angle of 339.43º 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 #55323E is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 62 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.67 |
| HSL | 339.43º | 0.26% | 0.26% | - |
| HSV(B) | 339.43º | 0.41% | 0.33% | - |
| XYZ | 5.76 | 4.56 | 5.13 | - |
| YUV | 61.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 62 | 0 | 0.41 | 0.27 | 0.67 | 339.43 | 0.26 | 0.26 |
| Hex | 55 | 32 | 3E | 0 | 29 | 1B | 43 | 153 | 1A | 1A |
| Octal | 125 | 62 | 76 | 0 | 51 | 33 | 103 | 523 | 32 | 32 |
| Binary | 1010101 | 110010 | 111110 | 0 | 101001 | 11011 | 1000011 | 101010011 | 11010 | 11010 |
Color Harmonies of #55323E
Complementary color
Monochromatic Colors of #55323E
Black with #55323E
Text Example
Text Example
White with #55323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55323E; }
p { color: rgb(85,50,62); }
H1.HeaderClassName
{
color: #55323E;
}
.AnyTagClassName
{
color: #55323E;
}
</style>
background-color css
<style>
a { background-color: #55323E; }
a { background-color: rgb(85,50,62); }
div.DivClassName
{
background-color: #55323E;
}
.BgClassName
{
background-color: #55323E;
}
</style>
border-color css
<style>
span { border-color: #55323E; }
span { border-color: rgb(85,50,62); }
td.TdClassName
{
border-color: #55323E;
}
.TagClassName
{
border-color: #55323E;
}
</style>