#59373D

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

Shades of Wine Berry #59373D

Tints of Wine Berry #59373D

Color information

#59373D (or 0x59373D) is unknown color: approx Wine Berry. HEX triplet: 59, 37 and 3D. RGB value is (89,55,61). Sum of RGB (Red+Green+Blue) = 89+55+61=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59373D is #A6C8C2. Grayscale: #414141. Windows color (decimal): -10930371 or 4011865. OLE color: 4011865.

HSL color Cylindrical-coordinate representation of color #59373D: hue angle of 349.41º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59373D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB895561-
CMYK00.380.310.65
HSL349.41º23.61%28.24%-
HSV(B)349.41º38.2%34.9%-
XYZ6.335.195.08-
YUV65.85125.26144.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=43.41%
G=26.83%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89556100.380.310.65349.4123.6128.24
Hex59373D0261F4115d181c
Octal1316775046371015353034
Binary101100111011111110101001101111110000011010111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59373D; }

 p { color: rgb(89,55,61); }

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

<style>
 a { background-color: #59373D; }

 a { background-color: rgb(89,55,61); }

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

<style>
 span { border-color: #59373D; }

 span { border-color: rgb(89,55,61); }

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