#59303A

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

Shades of Wine Berry #59303A

Tints of Wine Berry #59303A

Color information

#59303A (or 0x59303A) is unknown color: approx Wine Berry. HEX triplet: 59, 30 and 3A. RGB value is (89,48,58). Sum of RGB (Red+Green+Blue) = 89+48+58=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #59303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59303A is #A6CFC5. Grayscale: #3D3D3D. Windows color (decimal): -10932166 or 3813465. OLE color: 3813465.

HSL color Cylindrical-coordinate representation of color #59303A: hue angle of 345.37º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59303A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB894858-
CMYK00.460.350.65
HSL345.37º29.93%26.86%-
HSV(B)345.37º46.07%34.9%-
XYZ5.944.544.57-
YUV61.4126.08147.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=45.64%
G=24.62%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89485800.460.350.65345.3729.9326.86
Hex59303A02E23411591e1b
Octal1316072056431015313633
Binary1011001110000111010010111010001110000011010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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