Html Css Color HEX #59313E Wine Berry

📋 copy color: '#59313E'

red 89 ◦ green 49 ◦ blue 62

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

Shades of Wine Berry #59313E

Tints of Wine Berry #59313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 62 (24.61% from 255) = 31%

R = 44.5%
G = 24.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#59313E (or 0x59313E) is known color: Wine Berry. HEX triplet: 59, 31 and 3E. RGB value is (89,49,62). Sum of RGB (Red+Green+Blue) = 89+49+62=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59313E is #A6CEC1. Grayscale: #3E3E3E. Windows color (decimal): -10931906 or 4075865. OLE color: 4075865.

HSL color Cylindrical-coordinate representation of color #59313E: hue angle of 340.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59313E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 49 62 -
CMYK 0 0.45 0.30 0.65
HSL 340.5º 0.29% 0.27% -
HSV(B) 340.5º 0.45% 0.35% -
XYZ 6.09 4.67 5.14 -
YUV 62.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 89 49 62 0 0.45 0.30 0.65 340.5 0.29 0.27
Hex 59 31 3E 0 2D 1E 41 154 1D 1B
Octal 131 61 76 0 55 36 101 524 35 33
Binary 1011001 110001 111110 0 101101 11110 1000001 101010100 11101 11011

Color Harmonies of #59313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59313E

Black with #59313E

Text Example


Text Example

White with #59313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59313E;
 }
 .AnyTagClassName
 {
   color: #59313E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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