#59323F

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

Shades of Wine Berry #59323F

Tints of Wine Berry #59323F

Color information

#59323F (or 0x59323F) is unknown color: approx Wine Berry. HEX triplet: 59, 32 and 3F. RGB value is (89,50,63). Sum of RGB (Red+Green+Blue) = 89+50+63=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59323F is #A6CDC0. Grayscale: #3F3F3F. Windows color (decimal): -10931649 or 4141657. OLE color: 4141657.

HSL color Cylindrical-coordinate representation of color #59323F: hue angle of 340º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59323F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB895063-
CMYK00.440.290.65
HSL340º28.06%27.25%-
HSV(B)340º43.82%34.9%-
XYZ6.164.765.3-
YUV63.14127.92146.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 63 (25% from 255) = 31.19%
R=44.06%
G=24.75%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89506300.440.290.6534028.0627.25
Hex59323F02C1D411541c1b
Octal1316277054351015243433
Binary101100111001011111101011001110110000011010101001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59323F; }

 p { color: rgb(89,50,63); }

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

<style>
 a { background-color: #59323F; }

 a { background-color: rgb(89,50,63); }

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

<style>
 span { border-color: #59323F; }

 span { border-color: rgb(89,50,63); }

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