#57323F

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

Shades of Wine Berry #57323F

Tints of Wine Berry #57323F

Color information

#57323F (or 0x57323F) is unknown color: approx Wine Berry. HEX triplet: 57, 32 and 3F. RGB value is (87,50,63). Sum of RGB (Red+Green+Blue) = 87+50+63=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57323F is #A8CDC0. Grayscale: #3E3E3E. Windows color (decimal): -11062721 or 4141655. OLE color: 4141655.

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

Color convert

RGB875063-
CMYK00.430.280.66
HSL338.92º27.01%26.86%-
HSV(B)338.92º42.53%34.12%-
XYZ5.974.675.29-
YUV62.54128.26145.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 63 (25% from 255) = 31.5%
R=43.5%
G=25%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87506300.430.280.66338.9227.0126.86
Hex57323F02B1C421531b1b
Octal1276277053341025233333
Binary101011111001011111101010111110010000101010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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