#59313B

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

Shades of Wine Berry #59313B

Tints of Wine Berry #59313B

Color information

#59313B (or 0x59313B) is unknown color: approx Wine Berry. HEX triplet: 59, 31 and 3B. RGB value is (89,49,59). Sum of RGB (Red+Green+Blue) = 89+49+59=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59313B is #A6CEC4. Grayscale: #3E3E3E. Windows color (decimal): -10931909 or 3879257. OLE color: 3879257.

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

Color convert

RGB894959-
CMYK00.450.340.65
HSL345º28.99%27.06%-
HSV(B)345º44.94%34.9%-
XYZ6.014.644.72-
YUV62.1126.25147.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=45.18%
G=24.87%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89495900.450.340.6534528.9927.06
Hex59313B02D22411591d1b
Octal1316173055421015313533
Binary1011001110001111011010110110001010000011010110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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