#59303E

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

Shades of Wine Berry #59303E

Tints of Wine Berry #59303E

Color information

#59303E (or 0x59303E) is unknown color: approx Wine Berry. HEX triplet: 59, 30 and 3E. RGB value is (89,48,62). Sum of RGB (Red+Green+Blue) = 89+48+62=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59303E is #A6CFC1. Grayscale: #3D3D3D. Windows color (decimal): -10932162 or 4075609. OLE color: 4075609.

HSL color Cylindrical-coordinate representation of color #59303E: hue angle of 339.51º 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 #59303E is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB894862-
CMYK00.460.300.65
HSL339.51º29.93%26.86%-
HSV(B)339.51º46.07%34.9%-
XYZ6.054.595.12-
YUV61.86128.08147.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=44.72%
G=24.12%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89486200.460.300.65339.5129.9326.86
Hex59303E02E1E411541e1b
Octal1316076056361015243633
Binary101100111000011111001011101111010000011010101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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