#59343F

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

Shades of Wine Berry #59343F

Tints of Wine Berry #59343F

Color information

#59343F (or 0x59343F) is unknown color: approx Wine Berry. HEX triplet: 59, 34 and 3F. RGB value is (89,52,63). Sum of RGB (Red+Green+Blue) = 89+52+63=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59343F is #A6CBC0. Grayscale: #404040. Windows color (decimal): -10931137 or 4142169. OLE color: 4142169.

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

Color convert

RGB895263-
CMYK00.420.290.65
HSL342.16º26.24%27.65%-
HSV(B)342.16º41.57%34.9%-
XYZ6.254.945.33-
YUV64.32127.26145.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 63 (25% from 255) = 30.88%
R=43.63%
G=25.49%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89526300.420.290.65342.1626.2427.65
Hex59343F02A1D411561a1c
Octal1316477052351015263234
Binary101100111010011111101010101110110000011010101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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