#59343C

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

Shades of Wine Berry #59343C

Tints of Wine Berry #59343C

Color information

#59343C (or 0x59343C) is unknown color: approx Wine Berry. HEX triplet: 59, 34 and 3C. RGB value is (89,52,60). Sum of RGB (Red+Green+Blue) = 89+52+60=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59343C is #A6CBC3. Grayscale: #3F3F3F. Windows color (decimal): -10931140 or 3945561. OLE color: 3945561.

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

Color convert

RGB895260-
CMYK00.420.330.65
HSL347.03º26.24%27.65%-
HSV(B)347.03º41.57%34.9%-
XYZ6.164.914.9-
YUV63.97125.76145.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=44.28%
G=25.87%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89526000.420.330.65347.0326.2427.65
Hex59343C02A214115b1a1c
Octal1316474052411015333234
Binary1011001110100111100010101010000110000011010110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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