Shades of Wine Berry #55313A
Tints of Wine Berry #55313A
RGB
CMYK
RGB Variations
Color information
#55313A (or 0x55313A) is known color: Wine Berry. HEX triplet: 55, 31 and 3A. RGB value is (85,49,58). Sum of RGB (Red+Green+Blue) = 85+49+58=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #55313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55313A is #AACEC5. Grayscale: #3C3C3C. Windows color (decimal): -11194054 or 3813717. OLE color: 3813717.
HSL color Cylindrical-coordinate representation of color #55313A: hue angle of 345º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55313A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 58 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.67 |
| HSL | 345º | 0.27% | 0.26% | - |
| HSV(B) | 345º | 0.42% | 0.33% | - |
| XYZ | 5.61 | 4.43 | 4.56 | - |
| YUV | 60.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 58 | 0 | 0.42 | 0.32 | 0.67 | 345 | 0.27 | 0.26 |
| Hex | 55 | 31 | 3A | 0 | 2A | 20 | 43 | 159 | 1B | 1A |
| Octal | 125 | 61 | 72 | 0 | 52 | 40 | 103 | 531 | 33 | 32 |
| Binary | 1010101 | 110001 | 111010 | 0 | 101010 | 100000 | 1000011 | 101011001 | 11011 | 11010 |
Color Harmonies of #55313A
Complementary color
Monochromatic Colors of #55313A
Black with #55313A
Text Example
Text Example
White with #55313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55313A; }
p { color: rgb(85,49,58); }
H1.HeaderClassName
{
color: #55313A;
}
.AnyTagClassName
{
color: #55313A;
}
</style>
background-color css
<style>
a { background-color: #55313A; }
a { background-color: rgb(85,49,58); }
div.DivClassName
{
background-color: #55313A;
}
.BgClassName
{
background-color: #55313A;
}
</style>
border-color css
<style>
span { border-color: #55313A; }
span { border-color: rgb(85,49,58); }
td.TdClassName
{
border-color: #55313A;
}
.TagClassName
{
border-color: #55313A;
}
</style>