#59383F

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

Shades of Wine Berry #59383F

Tints of Wine Berry #59383F

Color information

#59383F (or 0x59383F) is unknown color: approx Wine Berry. HEX triplet: 59, 38 and 3F. RGB value is (89,56,63). Sum of RGB (Red+Green+Blue) = 89+56+63=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59383F is #A6C7C0. Grayscale: #424242. Windows color (decimal): -10930113 or 4143193. OLE color: 4143193.

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

Color convert

RGB895663-
CMYK00.370.290.65
HSL347.27º22.76%28.43%-
HSV(B)347.27º37.08%34.9%-
XYZ6.435.315.39-
YUV66.67125.93143.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 63 (25% from 255) = 30.29%
R=42.79%
G=26.92%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89566300.370.290.65347.2722.7628.43
Hex59383F0251D4115b171c
Octal1317077045351015332734
Binary101100111100011111101001011110110000011010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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