Shades of Wine Berry #57323B
Tints of Wine Berry #57323B
RGB
CMYK
RGB Variations
Color information
#57323B (or 0x57323B) is known color: Wine Berry. HEX triplet: 57, 32 and 3B. RGB value is (87,50,59). Sum of RGB (Red+Green+Blue) = 87+50+59=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57323B is #A8CDC4. Grayscale: #3E3E3E. Windows color (decimal): -11062725 or 3879511. OLE color: 3879511.
HSL color Cylindrical-coordinate representation of color #57323B: hue angle of 345.41º 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 #57323B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 50 | 59 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.66 |
| HSL | 345.41º | 0.27% | 0.27% | - |
| HSV(B) | 345.41º | 0.43% | 0.34% | - |
| XYZ | 5.86 | 4.62 | 4.72 | - |
| YUV | 62.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 59 | 0 | 0.43 | 0.32 | 0.66 | 345.41 | 0.27 | 0.27 |
| Hex | 57 | 32 | 3B | 0 | 2B | 20 | 42 | 159 | 1B | 1B |
| Octal | 127 | 62 | 73 | 0 | 53 | 40 | 102 | 531 | 33 | 33 |
| Binary | 1010111 | 110010 | 111011 | 0 | 101011 | 100000 | 1000010 | 101011001 | 11011 | 11011 |
Color Harmonies of #57323B
Complementary color
Monochromatic Colors of #57323B
Black with #57323B
Text Example
Text Example
White with #57323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57323B; }
p { color: rgb(87,50,59); }
H1.HeaderClassName
{
color: #57323B;
}
.AnyTagClassName
{
color: #57323B;
}
</style>
background-color css
<style>
a { background-color: #57323B; }
a { background-color: rgb(87,50,59); }
div.DivClassName
{
background-color: #57323B;
}
.BgClassName
{
background-color: #57323B;
}
</style>
border-color css
<style>
span { border-color: #57323B; }
span { border-color: rgb(87,50,59); }
td.TdClassName
{
border-color: #57323B;
}
.TagClassName
{
border-color: #57323B;
}
</style>