#57343E

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

Shades of Wine Berry #57343E

Tints of Wine Berry #57343E

Color information

#57343E (or 0x57343E) is unknown color: approx Wine Berry. HEX triplet: 57, 34 and 3E. RGB value is (87,52,62). Sum of RGB (Red+Green+Blue) = 87+52+62=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57343E is #A8CBC1. Grayscale: #3F3F3F. Windows color (decimal): -11062210 or 4076631. OLE color: 4076631.

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

Color convert

RGB875262-
CMYK00.400.290.66
HSL342.86º25.18%27.25%-
HSV(B)342.86º40.23%34.12%-
XYZ6.034.835.17-
YUV63.6127.1144.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=43.28%
G=25.87%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87526200.400.290.66342.8625.1827.25
Hex57343E0281D42157191b
Octal1276476050351025273133
Binary101011111010011111001010001110110000101010101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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