#59363F

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

Shades of Wine Berry #59363F

Tints of Wine Berry #59363F

Color information

#59363F (or 0x59363F) is unknown color: approx Wine Berry. HEX triplet: 59, 36 and 3F. RGB value is (89,54,63). Sum of RGB (Red+Green+Blue) = 89+54+63=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59363F is #A6C9C0. Grayscale: #414141. Windows color (decimal): -10930625 or 4142681. OLE color: 4142681.

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

Color convert

RGB895463-
CMYK00.390.290.65
HSL344.57º24.48%28.04%-
HSV(B)344.57º39.33%34.9%-
XYZ6.345.125.36-
YUV65.49126.6144.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 63 (25% from 255) = 30.58%
R=43.20%
G=26.21%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89546300.390.290.65344.5724.4828.04
Hex59363F0271D41159181c
Octal1316677047351015313034
Binary101100111011011111101001111110110000011010110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59363F; }

 p { color: rgb(89,54,63); }

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

<style>
 a { background-color: #59363F; }

 a { background-color: rgb(89,54,63); }

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

<style>
 span { border-color: #59363F; }

 span { border-color: rgb(89,54,63); }

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