#59313D

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

Shades of Wine Berry #59313D

Tints of Wine Berry #59313D

Color information

#59313D (or 0x59313D) is unknown color: approx Wine Berry. HEX triplet: 59, 31 and 3D. RGB value is (89,49,61). Sum of RGB (Red+Green+Blue) = 89+49+61=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59313D is #A6CEC2. Grayscale: #3E3E3E. Windows color (decimal): -10931907 or 4010329. OLE color: 4010329.

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

Color convert

RGB894961-
CMYK00.450.310.65
HSL342º28.99%27.06%-
HSV(B)342º44.94%34.9%-
XYZ6.064.664.99-
YUV62.33127.25147.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=44.72%
G=24.62%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89496100.450.310.6534228.9927.06
Hex59313D02D1F411561d1b
Octal1316175055371015263533
Binary101100111000111110101011011111110000011010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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