#59323A

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

Shades of Wine Berry #59323A

Tints of Wine Berry #59323A

Color information

#59323A (or 0x59323A) is unknown color: approx Wine Berry. HEX triplet: 59, 32 and 3A. RGB value is (89,50,58). Sum of RGB (Red+Green+Blue) = 89+50+58=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59323A is #A6CDC5. Grayscale: #3E3E3E. Windows color (decimal): -10931654 or 3813977. OLE color: 3813977.

HSL color Cylindrical-coordinate representation of color #59323A: hue angle of 347.69º 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 #59323A is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB895058-
CMYK00.440.350.65
HSL347.69º28.06%27.25%-
HSV(B)347.69º43.82%34.9%-
XYZ6.024.714.59-
YUV62.57125.42146.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=45.18%
G=25.38%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89505800.440.350.65347.6928.0627.25
Hex59323A02C234115c1c1b
Octal1316272054431015343433
Binary1011001110010111010010110010001110000011010111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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