#59323E

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

Shades of Wine Berry #59323E

Tints of Wine Berry #59323E

Color information

#59323E (or 0x59323E) is unknown color: approx Wine Berry. HEX triplet: 59, 32 and 3E. RGB value is (89,50,62). Sum of RGB (Red+Green+Blue) = 89+50+62=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59323E is #A6CDC1. Grayscale: #3F3F3F. Windows color (decimal): -10931650 or 4076121. OLE color: 4076121.

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

Color convert

RGB895062-
CMYK00.440.300.65
HSL341.54º28.06%27.25%-
HSV(B)341.54º43.82%34.9%-
XYZ6.134.755.15-
YUV63.03127.42146.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=44.28%
G=24.88%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89506200.440.300.65341.5428.0627.25
Hex59323E02C1E411561c1b
Octal1316276054361015263433
Binary101100111001011111001011001111010000011010101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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