#57343B

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

Shades of Wine Berry #57343B

Tints of Wine Berry #57343B

Color information

#57343B (or 0x57343B) is unknown color: approx Wine Berry. HEX triplet: 57, 34 and 3B. RGB value is (87,52,59). Sum of RGB (Red+Green+Blue) = 87+52+59=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57343B is #A8CBC4. Grayscale: #3F3F3F. Windows color (decimal): -11062213 or 3880023. OLE color: 3880023.

HSL color Cylindrical-coordinate representation of color #57343B: hue angle of 348º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57343B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB875259-
CMYK00.400.320.66
HSL348º25.18%27.25%-
HSV(B)348º40.23%34.12%-
XYZ5.954.84.75-
YUV63.26125.6144.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=43.94%
G=26.26%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87525900.400.320.6634825.1827.25
Hex57343B028204215c191b
Octal1276473050401025343133
Binary1010111110100111011010100010000010000101010111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57343B; }

 p { color: rgb(87,52,59); }

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

<style>
 a { background-color: #57343B; }

 a { background-color: rgb(87,52,59); }

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

<style>
 span { border-color: #57343B; }

 span { border-color: rgb(87,52,59); }

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