#59393E

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

Shades of Wine Berry #59393E

Tints of Wine Berry #59393E

Color information

#59393E (or 0x59393E) is unknown color: approx Wine Berry. HEX triplet: 59, 39 and 3E. RGB value is (89,57,62). Sum of RGB (Red+Green+Blue) = 89+57+62=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59393E is #A6C6C1. Grayscale: #434343. Windows color (decimal): -10929858 or 4077913. OLE color: 4077913.

HSL color Cylindrical-coordinate representation of color #59393E: hue angle of 350.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59393E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB895762-
CMYK00.360.300.65
HSL350.62º21.92%28.63%-
HSV(B)350.62º35.96%34.9%-
XYZ6.455.45.26-
YUV67.14125.1143.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=42.79%
G=27.40%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89576200.360.300.65350.6221.9228.63
Hex59393E0241E4115f161d
Octal1317176044361015372635
Binary101100111100111111001001001111010000011010111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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