Shades of Wine Berry #57353B
Tints of Wine Berry #57353B
RGB
CMYK
RGB Variations
Color information
#57353B (or 0x57353B) is known color: Wine Berry. HEX triplet: 57, 35 and 3B. RGB value is (87,53,59). Sum of RGB (Red+Green+Blue) = 87+53+59=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57353B is #A8CAC4. Grayscale: #3F3F3F. Windows color (decimal): -11061957 or 3880279. OLE color: 3880279.
HSL color Cylindrical-coordinate representation of color #57353B: hue angle of 349.41º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57353B is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 53 | 59 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.66 |
| HSL | 349.41º | 0.24% | 0.27% | - |
| HSV(B) | 349.41º | 0.39% | 0.34% | - |
| XYZ | 5.99 | 4.89 | 4.77 | - |
| YUV | 63.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 59 | 0 | 0.39 | 0.32 | 0.66 | 349.41 | 0.24 | 0.27 |
| Hex | 57 | 35 | 3B | 0 | 27 | 20 | 42 | 15D | 18 | 1B |
| Octal | 127 | 65 | 73 | 0 | 47 | 40 | 102 | 535 | 30 | 33 |
| Binary | 1010111 | 110101 | 111011 | 0 | 100111 | 100000 | 1000010 | 101011101 | 11000 | 11011 |
Color Harmonies of #57353B
Complementary color
Monochromatic Colors of #57353B
Black with #57353B
Text Example
Text Example
White with #57353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57353B; }
p { color: rgb(87,53,59); }
H1.HeaderClassName
{
color: #57353B;
}
.AnyTagClassName
{
color: #57353B;
}
</style>
background-color css
<style>
a { background-color: #57353B; }
a { background-color: rgb(87,53,59); }
div.DivClassName
{
background-color: #57353B;
}
.BgClassName
{
background-color: #57353B;
}
</style>
border-color css
<style>
span { border-color: #57353B; }
span { border-color: rgb(87,53,59); }
td.TdClassName
{
border-color: #57353B;
}
.TagClassName
{
border-color: #57353B;
}
</style>