#57353C

Color #57353C Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #57353C

Tints of Wine Berry #57353C

Color information

#57353C (or 0x57353C) is unknown color: approx Wine Berry. HEX triplet: 57, 35 and 3C. RGB value is (87,53,60). Sum of RGB (Red+Green+Blue) = 87+53+60=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57353C is #A8CAC3. Grayscale: #3F3F3F. Windows color (decimal): -11061956 or 3945815. OLE color: 3945815.

HSL color Cylindrical-coordinate representation of color #57353C: hue angle of 347.65º 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 #57353C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB875360-
CMYK00.390.310.66
HSL347.65º24.29%27.45%-
HSV(B)347.65º39.08%34.12%-
XYZ6.024.94.9-
YUV63.96125.76144.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=43.5%
G=26.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87536000.390.310.66347.6524.2927.45
Hex57353C0271F4215c181b
Octal1276574047371025343033
Binary101011111010111110001001111111110000101010111001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57353C; }

 p { color: rgb(87,53,60); }

 H1.HeaderClassName
 {
   color: #57353C;
 }
 .AnyTagClassName
 {
   color: #57353C;
 }
</style>
background-color css

<style>
 a { background-color: #57353C; }

 a { background-color: rgb(87,53,60); }

 div.DivClassName
 {
   background-color: #57353C;
 }
 .BgClassName
 {
   background-color: #57353C;
 }
</style>
border-color css

<style>
 span { border-color: #57353C; }

 span { border-color: rgb(87,53,60); }

 td.TdClassName
 {
   border-color: #57353C;
 }
 .TagClassName
 {
   border-color: #57353C;
 }
</style>