Html Css Color HEX #59303C Wine Berry

📋 copy color: '#59303C'

red 89 ◦ green 48 ◦ blue 60

#59303C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #59303C

Tints of Wine Berry #59303C

RGB

 RED value IS 89 (35.16% from 255) = 45.18%

 GREEN value IS 48 (19.14% from 255) = 24.37%

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 45.18%
G = 24.37%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59303C (or 0x59303C) is known color: Wine Berry. HEX triplet: 59, 30 and 3C. RGB value is (89,48,60). Sum of RGB (Red+Green+Blue) = 89+48+60=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59303C is #A6CFC3. Grayscale: #3D3D3D. Windows color (decimal): -10932164 or 3944537. OLE color: 3944537.

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

Color convert

RGB 89 48 60 -
CMYK 0 0.46 0.33 0.65
HSL 342.44º 0.3% 0.27% -
HSV(B) 342.44º 0.46% 0.35% -
XYZ 5.99 4.56 4.84 -
YUV 61.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 89 48 60 0 0.46 0.33 0.65 342.44 0.3 0.27
Hex 59 30 3C 0 2E 21 41 156 1E 1B
Octal 131 60 74 0 56 41 101 526 36 33
Binary 1011001 110000 111100 0 101110 100001 1000001 101010110 11110 11011

Color Harmonies of #59303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59303C

Black with #59303C

Text Example


Text Example

White with #59303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59303C;
 }
 .AnyTagClassName
 {
   color: #59303C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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