Shades of Wine Berry #57343B
Tints of Wine Berry #57343B
RGB
CMYK
RGB Variations
Color information
#57343B (or 0x57343B) is known color: Wine Berry. HEX triplet: 57, 34 and 3B. RGB value is (87,52,59). Sum of RGB (Red+Green+Blue) = 87+52+59=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57343B is #A8CBC4. Grayscale: #3F3F3F. Windows color (decimal): -11062213 or 3880023. OLE color: 3880023.
HSL color Cylindrical-coordinate representation of color #57343B: hue angle of 348º 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 #57343B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 52 | 59 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.66 |
| HSL | 348º | 0.25% | 0.27% | - |
| HSV(B) | 348º | 0.4% | 0.34% | - |
| XYZ | 5.95 | 4.8 | 4.75 | - |
| YUV | 63.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 59 | 0 | 0.40 | 0.32 | 0.66 | 348 | 0.25 | 0.27 |
| Hex | 57 | 34 | 3B | 0 | 28 | 20 | 42 | 15C | 19 | 1B |
| Octal | 127 | 64 | 73 | 0 | 50 | 40 | 102 | 534 | 31 | 33 |
| Binary | 1010111 | 110100 | 111011 | 0 | 101000 | 100000 | 1000010 | 101011100 | 11001 | 11011 |
Color Harmonies of #57343B
Complementary color
Monochromatic Colors of #57343B
Black with #57343B
Text Example
Text Example
White with #57343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57343B; }
p { color: rgb(87,52,59); }
H1.HeaderClassName
{
color: #57343B;
}
.AnyTagClassName
{
color: #57343B;
}
</style>
background-color css
<style>
a { background-color: #57343B; }
a { background-color: rgb(87,52,59); }
div.DivClassName
{
background-color: #57343B;
}
.BgClassName
{
background-color: #57343B;
}
</style>
border-color css
<style>
span { border-color: #57343B; }
span { border-color: rgb(87,52,59); }
td.TdClassName
{
border-color: #57343B;
}
.TagClassName
{
border-color: #57343B;
}
</style>