#57323D

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

Shades of Wine Berry #57323D

Tints of Wine Berry #57323D

Color information

#57323D (or 0x57323D) is unknown color: approx Wine Berry. HEX triplet: 57, 32 and 3D. RGB value is (87,50,61). Sum of RGB (Red+Green+Blue) = 87+50+61=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57323D is #A8CDC2. Grayscale: #3E3E3E. Windows color (decimal): -11062723 or 4010583. OLE color: 4010583.

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

Color convert

RGB875061-
CMYK00.430.300.66
HSL342.16º27.01%26.86%-
HSV(B)342.16º42.53%34.12%-
XYZ5.914.645-
YUV62.32127.26145.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=43.94%
G=25.25%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87506100.430.300.66342.1627.0126.86
Hex57323D02B1E421561b1b
Octal1276275053361025263333
Binary101011111001011110101010111111010000101010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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