Shades of Wine Berry #55353A
Tints of Wine Berry #55353A
RGB
CMYK
RGB Variations
Color information
#55353A (or 0x55353A) is known color: Wine Berry. HEX triplet: 55, 35 and 3A. RGB value is (85,53,58). Sum of RGB (Red+Green+Blue) = 85+53+58=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55353A is #AACAC5. Grayscale: #3F3F3F. Windows color (decimal): -11193030 or 3814741. OLE color: 3814741.
HSL color Cylindrical-coordinate representation of color #55353A: hue angle of 350.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55353A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 58 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.67 |
| HSL | 350.63º | 0.23% | 0.27% | - |
| HSV(B) | 350.63º | 0.38% | 0.33% | - |
| XYZ | 5.78 | 4.78 | 4.62 | - |
| YUV | 63.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 58 | 0 | 0.38 | 0.32 | 0.67 | 350.63 | 0.23 | 0.27 |
| Hex | 55 | 35 | 3A | 0 | 26 | 20 | 43 | 15F | 17 | 1B |
| Octal | 125 | 65 | 72 | 0 | 46 | 40 | 103 | 537 | 27 | 33 |
| Binary | 1010101 | 110101 | 111010 | 0 | 100110 | 100000 | 1000011 | 101011111 | 10111 | 11011 |
Color Harmonies of #55353A
Complementary color
Monochromatic Colors of #55353A
Black with #55353A
Text Example
Text Example
White with #55353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55353A; }
p { color: rgb(85,53,58); }
H1.HeaderClassName
{
color: #55353A;
}
.AnyTagClassName
{
color: #55353A;
}
</style>
background-color css
<style>
a { background-color: #55353A; }
a { background-color: rgb(85,53,58); }
div.DivClassName
{
background-color: #55353A;
}
.BgClassName
{
background-color: #55353A;
}
</style>
border-color css
<style>
span { border-color: #55353A; }
span { border-color: rgb(85,53,58); }
td.TdClassName
{
border-color: #55353A;
}
.TagClassName
{
border-color: #55353A;
}
</style>