Shades of Wine Berry #55303C
Tints of Wine Berry #55303C
RGB
CMYK
RGB Variations
Color information
#55303C (or 0x55303C) is known color: Wine Berry. HEX triplet: 55, 30 and 3C. RGB value is (85,48,60). Sum of RGB (Red+Green+Blue) = 85+48+60=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55303C is #AACFC3. Grayscale: #3C3C3C. Windows color (decimal): -11194308 or 3944533. OLE color: 3944533.
HSL color Cylindrical-coordinate representation of color #55303C: hue angle of 340.54º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55303C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 60 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.67 |
| HSL | 340.54º | 0.28% | 0.26% | - |
| HSV(B) | 340.54º | 0.44% | 0.33% | - |
| XYZ | 5.62 | 4.37 | 4.82 | - |
| YUV | 60.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 60 | 0 | 0.44 | 0.29 | 0.67 | 340.54 | 0.28 | 0.26 |
| Hex | 55 | 30 | 3C | 0 | 2C | 1D | 43 | 155 | 1C | 1A |
| Octal | 125 | 60 | 74 | 0 | 54 | 35 | 103 | 525 | 34 | 32 |
| Binary | 1010101 | 110000 | 111100 | 0 | 101100 | 11101 | 1000011 | 101010101 | 11100 | 11010 |
Color Harmonies of #55303C
Complementary color
Monochromatic Colors of #55303C
Black with #55303C
Text Example
Text Example
White with #55303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55303C; }
p { color: rgb(85,48,60); }
H1.HeaderClassName
{
color: #55303C;
}
.AnyTagClassName
{
color: #55303C;
}
</style>
background-color css
<style>
a { background-color: #55303C; }
a { background-color: rgb(85,48,60); }
div.DivClassName
{
background-color: #55303C;
}
.BgClassName
{
background-color: #55303C;
}
</style>
border-color css
<style>
span { border-color: #55303C; }
span { border-color: rgb(85,48,60); }
td.TdClassName
{
border-color: #55303C;
}
.TagClassName
{
border-color: #55303C;
}
</style>