#57353E

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

Shades of Wine Berry #57353E

Tints of Wine Berry #57353E

Color information

#57353E (or 0x57353E) is unknown color: approx Wine Berry. HEX triplet: 57, 35 and 3E. RGB value is (87,53,62). Sum of RGB (Red+Green+Blue) = 87+53+62=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57353E is #A8CAC1. Grayscale: #404040. Windows color (decimal): -11061954 or 4076887. OLE color: 4076887.

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

Color convert

RGB875362-
CMYK00.390.290.66
HSL344.12º24.29%27.45%-
HSV(B)344.12º39.08%34.12%-
XYZ6.074.925.19-
YUV64.19126.76144.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=43.07%
G=26.24%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87536200.390.290.66344.1224.2927.45
Hex57353E0271D42158181b
Octal1276576047351025303033
Binary101011111010111111001001111110110000101010110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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