#59323D

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

Shades of Wine Berry #59323D

Tints of Wine Berry #59323D

Color information

#59323D (or 0x59323D) is unknown color: approx Wine Berry. HEX triplet: 59, 32 and 3D. RGB value is (89,50,61). Sum of RGB (Red+Green+Blue) = 89+50+61=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59323D is #A6CDC2. Grayscale: #3E3E3E. Windows color (decimal): -10931651 or 4010585. OLE color: 4010585.

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

Color convert

RGB895061-
CMYK00.440.310.65
HSL343.08º28.06%27.25%-
HSV(B)343.08º43.82%34.9%-
XYZ6.14.745.01-
YUV62.92126.92146.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=44.5%
G=25%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89506100.440.310.65343.0828.0627.25
Hex59323D02C1F411571c1b
Octal1316275054371015273433
Binary101100111001011110101011001111110000011010101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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