#59353A

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

Shades of Wine Berry #59353A

Tints of Wine Berry #59353A

Color information

#59353A (or 0x59353A) is unknown color: approx Wine Berry. HEX triplet: 59, 35 and 3A. RGB value is (89,53,58). Sum of RGB (Red+Green+Blue) = 89+53+58=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59353A is #A6CAC5. Grayscale: #404040. Windows color (decimal): -10930886 or 3814745. OLE color: 3814745.

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

Color convert

RGB895358-
CMYK00.400.350.65
HSL351.67º25.35%27.84%-
HSV(B)351.67º40.45%34.9%-
XYZ6.164.984.64-
YUV64.33124.43145.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 58 (23.05% from 255) = 29%
R=44.5%
G=26.5%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89535800.400.350.65351.6725.3527.84
Hex59353A0282341160191c
Octal1316572050431015403134
Binary1011001110101111010010100010001110000011011000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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