#59313A

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

Shades of Wine Berry #59313A

Tints of Wine Berry #59313A

Color information

#59313A (or 0x59313A) is unknown color: approx Wine Berry. HEX triplet: 59, 31 and 3A. RGB value is (89,49,58). Sum of RGB (Red+Green+Blue) = 89+49+58=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #59313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59313A is #A6CEC5. Grayscale: #3D3D3D. Windows color (decimal): -10931910 or 3813721. OLE color: 3813721.

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

Color convert

RGB894958-
CMYK00.450.350.65
HSL346.5º28.99%27.06%-
HSV(B)346.5º44.94%34.9%-
XYZ5.984.634.58-
YUV61.99125.75147.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=45.41%
G=25%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89495800.450.350.65346.528.9927.06
Hex59313A02D234115a1d1b
Octal1316172055431015323533
Binary1011001110001111010010110110001110000011010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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