Shades of Wine Berry #57323C
Tints of Wine Berry #57323C
RGB
CMYK
RGB Variations
Color information
#57323C (or 0x57323C) is known color: Wine Berry. HEX triplet: 57, 32 and 3C. RGB value is (87,50,60). Sum of RGB (Red+Green+Blue) = 87+50+60=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57323C is #A8CDC3. Grayscale: #3E3E3E. Windows color (decimal): -11062724 or 3945047. OLE color: 3945047.
HSL color Cylindrical-coordinate representation of color #57323C: hue angle of 343.78º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57323C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 50 | 60 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.66 |
| HSL | 343.78º | 0.27% | 0.27% | - |
| HSV(B) | 343.78º | 0.43% | 0.34% | - |
| XYZ | 5.89 | 4.63 | 4.86 | - |
| YUV | 62.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 60 | 0 | 0.43 | 0.31 | 0.66 | 343.78 | 0.27 | 0.27 |
| Hex | 57 | 32 | 3C | 0 | 2B | 1F | 42 | 158 | 1B | 1B |
| Octal | 127 | 62 | 74 | 0 | 53 | 37 | 102 | 530 | 33 | 33 |
| Binary | 1010111 | 110010 | 111100 | 0 | 101011 | 11111 | 1000010 | 101011000 | 11011 | 11011 |
Color Harmonies of #57323C
Complementary color
Monochromatic Colors of #57323C
Black with #57323C
Text Example
Text Example
White with #57323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57323C; }
p { color: rgb(87,50,60); }
H1.HeaderClassName
{
color: #57323C;
}
.AnyTagClassName
{
color: #57323C;
}
</style>
background-color css
<style>
a { background-color: #57323C; }
a { background-color: rgb(87,50,60); }
div.DivClassName
{
background-color: #57323C;
}
.BgClassName
{
background-color: #57323C;
}
</style>
border-color css
<style>
span { border-color: #57323C; }
span { border-color: rgb(87,50,60); }
td.TdClassName
{
border-color: #57323C;
}
.TagClassName
{
border-color: #57323C;
}
</style>