Shades of Wine Berry #57343C
Tints of Wine Berry #57343C
RGB
CMYK
RGB Variations
Color information
#57343C (or 0x57343C) is known color: Wine Berry. HEX triplet: 57, 34 and 3C. RGB value is (87,52,60). Sum of RGB (Red+Green+Blue) = 87+52+60=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57343C is #A8CBC3. Grayscale: #3F3F3F. Windows color (decimal): -11062212 or 3945559. OLE color: 3945559.
HSL color Cylindrical-coordinate representation of color #57343C: hue angle of 346.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57343C is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 52 | 60 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.66 |
| HSL | 346.29º | 0.25% | 0.27% | - |
| HSV(B) | 346.29º | 0.4% | 0.34% | - |
| XYZ | 5.97 | 4.81 | 4.89 | - |
| YUV | 63.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 60 | 0 | 0.40 | 0.31 | 0.66 | 346.29 | 0.25 | 0.27 |
| Hex | 57 | 34 | 3C | 0 | 28 | 1F | 42 | 15A | 19 | 1B |
| Octal | 127 | 64 | 74 | 0 | 50 | 37 | 102 | 532 | 31 | 33 |
| Binary | 1010111 | 110100 | 111100 | 0 | 101000 | 11111 | 1000010 | 101011010 | 11001 | 11011 |
Color Harmonies of #57343C
Complementary color
Monochromatic Colors of #57343C
Black with #57343C
Text Example
Text Example
White with #57343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57343C; }
p { color: rgb(87,52,60); }
H1.HeaderClassName
{
color: #57343C;
}
.AnyTagClassName
{
color: #57343C;
}
</style>
background-color css
<style>
a { background-color: #57343C; }
a { background-color: rgb(87,52,60); }
div.DivClassName
{
background-color: #57343C;
}
.BgClassName
{
background-color: #57343C;
}
</style>
border-color css
<style>
span { border-color: #57343C; }
span { border-color: rgb(87,52,60); }
td.TdClassName
{
border-color: #57343C;
}
.TagClassName
{
border-color: #57343C;
}
</style>