#57383D

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

Shades of Wine Berry #57383D

Tints of Wine Berry #57383D

Color information

#57383D (or 0x57383D) is unknown color: approx Wine Berry. HEX triplet: 57, 38 and 3D. RGB value is (87,56,61). Sum of RGB (Red+Green+Blue) = 87+56+61=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #57383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57383D is #A8C7C2. Grayscale: #414141. Windows color (decimal): -11061187 or 4012119. OLE color: 4012119.

HSL color Cylindrical-coordinate representation of color #57383D: hue angle of 350.32º 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 #57383D is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB875661-
CMYK00.360.300.66
HSL350.32º21.68%28.04%-
HSV(B)350.32º35.63%34.12%-
XYZ6.195.195.09-
YUV65.84125.27143.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=42.65%
G=27.45%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87566100.360.300.66350.3221.6828.04
Hex57383D0241E4215e161c
Octal1277075044361025362634
Binary101011111100011110101001001111010000101010111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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