#57343F

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

Shades of Wine Berry #57343F

Tints of Wine Berry #57343F

Color information

#57343F (or 0x57343F) is unknown color: approx Wine Berry. HEX triplet: 57, 34 and 3F. RGB value is (87,52,63). Sum of RGB (Red+Green+Blue) = 87+52+63=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57343F is #A8CBC0. Grayscale: #3F3F3F. Windows color (decimal): -11062209 or 4142167. OLE color: 4142167.

HSL color Cylindrical-coordinate representation of color #57343F: hue angle of 341.14º 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 #57343F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB875263-
CMYK00.400.280.66
HSL341.14º25.18%27.25%-
HSV(B)341.14º40.23%34.12%-
XYZ6.064.845.32-
YUV63.72127.6144.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 63 (25% from 255) = 31.19%
R=43.07%
G=25.74%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87526300.400.280.66341.1425.1827.25
Hex57343F0281C42155191b
Octal1276477050341025253133
Binary101011111010011111101010001110010000101010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57343F; }

 p { color: rgb(87,52,63); }

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

<style>
 a { background-color: #57343F; }

 a { background-color: rgb(87,52,63); }

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

<style>
 span { border-color: #57343F; }

 span { border-color: rgb(87,52,63); }

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