#57353A

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

Shades of Wine Berry #57353A

Tints of Wine Berry #57353A

Color information

#57353A (or 0x57353A) is unknown color: approx Wine Berry. HEX triplet: 57, 35 and 3A. RGB value is (87,53,58). Sum of RGB (Red+Green+Blue) = 87+53+58=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57353A is #A8CAC5. Grayscale: #3F3F3F. Windows color (decimal): -11061958 or 3814743. OLE color: 3814743.

HSL color Cylindrical-coordinate representation of color #57353A: hue angle of 351.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57353A is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB875358-
CMYK00.390.330.66
HSL351.18º24.29%27.45%-
HSV(B)351.18º39.08%34.12%-
XYZ5.974.884.63-
YUV63.74124.76144.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=43.94%
G=26.77%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87535800.390.330.66351.1824.2927.45
Hex57353A027214215f181b
Octal1276572047411025373033
Binary1010111110101111010010011110000110000101010111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57353A; }

 p { color: rgb(87,53,58); }

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

<style>
 a { background-color: #57353A; }

 a { background-color: rgb(87,53,58); }

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

<style>
 span { border-color: #57353A; }

 span { border-color: rgb(87,53,58); }

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