#57313F

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

Shades of Wine Berry #57313F

Tints of Wine Berry #57313F

Color information

#57313F (or 0x57313F) is unknown color: approx Wine Berry. HEX triplet: 57, 31 and 3F. RGB value is (87,49,63). Sum of RGB (Red+Green+Blue) = 87+49+63=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57313F is #A8CEC0. Grayscale: #3D3D3D. Windows color (decimal): -11062977 or 4141399. OLE color: 4141399.

HSL color Cylindrical-coordinate representation of color #57313F: hue angle of 337.89º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57313F is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB874963-
CMYK00.440.280.66
HSL337.89º27.94%26.67%-
HSV(B)337.89º43.68%34.12%-
XYZ5.934.585.27-
YUV61.96128.59145.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 63 (25% from 255) = 31.66%
R=43.72%
G=24.62%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87496300.440.280.66337.8927.9426.67
Hex57313F02C1C421521c1b
Octal1276177054341025223433
Binary101011111000111111101011001110010000101010100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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