#57313E

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

Shades of Wine Berry #57313E

Tints of Wine Berry #57313E

Color information

#57313E (or 0x57313E) is unknown color: approx Wine Berry. HEX triplet: 57, 31 and 3E. RGB value is (87,49,62). Sum of RGB (Red+Green+Blue) = 87+49+62=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57313E is #A8CEC1. Grayscale: #3D3D3D. Windows color (decimal): -11062978 or 4075863. OLE color: 4075863.

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

Color convert

RGB874962-
CMYK00.440.290.66
HSL339.47º27.94%26.67%-
HSV(B)339.47º43.68%34.12%-
XYZ5.94.575.13-
YUV61.84128.09145.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=43.94%
G=24.75%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87496200.440.290.66339.4727.9426.67
Hex57313E02C1D421531c1b
Octal1276176054351025233433
Binary101011111000111111001011001110110000101010100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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