#59343B

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

Shades of Wine Berry #59343B

Tints of Wine Berry #59343B

Color information

#59343B (or 0x59343B) is unknown color: approx Wine Berry. HEX triplet: 59, 34 and 3B. RGB value is (89,52,59). Sum of RGB (Red+Green+Blue) = 89+52+59=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59343B is #A6CBC4. Grayscale: #3F3F3F. Windows color (decimal): -10931141 or 3880025. OLE color: 3880025.

HSL color Cylindrical-coordinate representation of color #59343B: hue angle of 348.65º 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 #59343B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB895259-
CMYK00.420.340.65
HSL348.65º26.24%27.65%-
HSV(B)348.65º41.57%34.9%-
XYZ6.144.94.76-
YUV63.86125.26145.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=44.5%
G=26%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89525900.420.340.65348.6526.2427.65
Hex59343B02A224115d1a1c
Octal1316473052421015353234
Binary1011001110100111011010101010001010000011010111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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