#59353F

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

Shades of Wine Berry #59353F

Tints of Wine Berry #59353F

Color information

#59353F (or 0x59353F) is unknown color: approx Wine Berry. HEX triplet: 59, 35 and 3F. RGB value is (89,53,63). Sum of RGB (Red+Green+Blue) = 89+53+63=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59353F is #A6CAC0. Grayscale: #404040. Windows color (decimal): -10930881 or 4142425. OLE color: 4142425.

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

Color convert

RGB895363-
CMYK00.400.290.65
HSL343.33º25.35%27.84%-
HSV(B)343.33º40.45%34.9%-
XYZ6.295.035.34-
YUV64.9126.93145.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 63 (25% from 255) = 30.73%
R=43.41%
G=25.85%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89536300.400.290.65343.3325.3527.84
Hex59353F0281D41157191c
Octal1316577050351015273134
Binary101100111010111111101010001110110000011010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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