#57383E

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

Shades of Wine Berry #57383E

Tints of Wine Berry #57383E

Color information

#57383E (or 0x57383E) is unknown color: approx Wine Berry. HEX triplet: 57, 38 and 3E. RGB value is (87,56,62). Sum of RGB (Red+Green+Blue) = 87+56+62=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #57383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57383E is #A8C7C1. Grayscale: #414141. Windows color (decimal): -11061186 or 4077655. OLE color: 4077655.

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

Color convert

RGB875662-
CMYK00.360.290.66
HSL348.39º21.68%28.04%-
HSV(B)348.39º35.63%34.12%-
XYZ6.215.25.23-
YUV65.95125.77143.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=42.44%
G=27.32%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87566200.360.290.66348.3921.6828.04
Hex57383E0241D4215c161c
Octal1277076044351025342634
Binary101011111100011111001001001110110000101010111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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