#57323A

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

Shades of Wine Berry #57323A

Tints of Wine Berry #57323A

Color information

#57323A (or 0x57323A) is unknown color: approx Wine Berry. HEX triplet: 57, 32 and 3A. RGB value is (87,50,58). Sum of RGB (Red+Green+Blue) = 87+50+58=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57323A is #A8CDC5. Grayscale: #3D3D3D. Windows color (decimal): -11062726 or 3813975. OLE color: 3813975.

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

Color convert

RGB875058-
CMYK00.430.330.66
HSL347.03º27.01%26.86%-
HSV(B)347.03º42.53%34.12%-
XYZ5.834.614.59-
YUV61.98125.76145.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=44.62%
G=25.64%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87505800.430.330.66347.0327.0126.86
Hex57323A02B214215b1b1b
Octal1276272053411025333333
Binary1010111110010111010010101110000110000101010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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