#57393F

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

Shades of Wine Berry #57393F

Tints of Wine Berry #57393F

Color information

#57393F (or 0x57393F) is unknown color: approx Wine Berry. HEX triplet: 57, 39 and 3F. RGB value is (87,57,63). Sum of RGB (Red+Green+Blue) = 87+57+63=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #57393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57393F is #A8C6C0. Grayscale: #424242. Windows color (decimal): -11060929 or 4143447. OLE color: 4143447.

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

Color convert

RGB875763-
CMYK00.340.280.66
HSL348º20.83%28.24%-
HSV(B)348º34.48%34.12%-
XYZ6.295.315.4-
YUV66.65125.94142.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 63 (25% from 255) = 30.43%
R=42.03%
G=27.54%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87576300.340.280.6634820.8328.24
Hex57393F0221C4215c151c
Octal1277177042341025342534
Binary101011111100111111101000101110010000101010111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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