Shades of Wine Berry #55323C
Tints of Wine Berry #55323C
RGB
CMYK
RGB Variations
Color information
#55323C (or 0x55323C) is known color: Wine Berry. HEX triplet: 55, 32 and 3C. RGB value is (85,50,60). Sum of RGB (Red+Green+Blue) = 85+50+60=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55323C is #AACDC3. Grayscale: #3D3D3D. Windows color (decimal): -11193796 or 3945045. OLE color: 3945045.
HSL color Cylindrical-coordinate representation of color #55323C: hue angle of 342.86º 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 #55323C is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 60 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.67 |
| HSL | 342.86º | 0.26% | 0.26% | - |
| HSV(B) | 342.86º | 0.41% | 0.33% | - |
| XYZ | 5.7 | 4.54 | 4.85 | - |
| YUV | 61.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 60 | 0 | 0.41 | 0.29 | 0.67 | 342.86 | 0.26 | 0.26 |
| Hex | 55 | 32 | 3C | 0 | 29 | 1D | 43 | 157 | 1A | 1A |
| Octal | 125 | 62 | 74 | 0 | 51 | 35 | 103 | 527 | 32 | 32 |
| Binary | 1010101 | 110010 | 111100 | 0 | 101001 | 11101 | 1000011 | 101010111 | 11010 | 11010 |
Color Harmonies of #55323C
Complementary color
Monochromatic Colors of #55323C
Black with #55323C
Text Example
Text Example
White with #55323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55323C; }
p { color: rgb(85,50,60); }
H1.HeaderClassName
{
color: #55323C;
}
.AnyTagClassName
{
color: #55323C;
}
</style>
background-color css
<style>
a { background-color: #55323C; }
a { background-color: rgb(85,50,60); }
div.DivClassName
{
background-color: #55323C;
}
.BgClassName
{
background-color: #55323C;
}
</style>
border-color css
<style>
span { border-color: #55323C; }
span { border-color: rgb(85,50,60); }
td.TdClassName
{
border-color: #55323C;
}
.TagClassName
{
border-color: #55323C;
}
</style>