COLOR #591650

HEX: #591650
RGB: (89,22,80)

Color info

#591650 contains mainly red and blue colors. Web safe color of #591650 is #660066 (or #606).

RGB color model

#591650 color RGB value is (89,22,80).

  • red value is 89;
  • green value is 22;
  • blue value is 80.
RGB:
(89,22,80)
(35%,9%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 22 of 255 = 9%
B 80 of 255 = 31%

89
22
80

R + G + B ~ 25%. #591650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 22 + 80 = 191 (100%)
R 89 of 191 ~ 46.6%
G 22 of 191 ~ 11.52%
B 80 of 191 ~ 41.88%

%46.6
%11.52
%41.88

CMYK color model

#591650 color CMYK value is (0,75,10,65).

  • cyan value is 0.00%
  • magenta value is 75.28%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(0,75,10,65)
C0M75Y10K65 
(0%,75%,10%,65%)
(0.00/0.75/0.10/0.65)	

CMYK percentages

%0
%75.28
%10.11
%65.1

Codes

Color #591650 in popluar color models

591650
RGB892280
HSL308°60.36%21.76%
HSB/HSV308°75.28%34.90%
CMYK0.00%75.28%10.11%
65.10%

Color #591650 in popluar number systems.

HEX591650
Decimal892280
Binary1011001101101010000
Octal13126120

Shades and tints

Shades of #591650

#591650
(89,22,80)
#511449
(81,20,73)
#491242
(73,18,66)
#41103B
(65,16,59)
#390E34
(57,14,52)
#310C2D
(49,12,45)
#290A26
(41,10,38)
#21081F
(33,8,31)
#190618
(25,6,24)
#110411
(17,4,17)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #591650

#591650
(89,22,80)
#682B5F
(104,43,95)
#77406E
(119,64,110)
#86557D
(134,85,125)
#956A8C
(149,106,140)
#A47F9B
(164,127,155)
#B394AA
(179,148,170)
#C2A9B9
(194,169,185)
#D1BEC8
(209,190,200)
#E0D3D7
(224,211,215)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591650 color. Also use rgb(89,22,80) instead hex code.

Text Font Color

.myTextColor { color: #591650; }

<p style="color:#591650">This sample text font color is #591650.</p>

This text font color is #591650.


Background Color

.myBgColor { background-color: #591650; }

<div style="background-color:#591650">Inner text</div>

This div background color is #591650.


Border color

.myBorderColor { border: 1px solid #591650; }

<div style="border:3px solid #591650">Div</div>

This div border color is #591650.


Opacity

.myOpacity80 { color: #591650; opacity: 0.8; }

<p style="color:#591650;opacity:0.8;">80%</p>

Text with #591650 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #591650;}

<p style="text-shadow: 3px 3px 1px #591650">Text here.</p>

This text has shadow with #591650 color.

.textShadow {text-shadow: 3px 3px 1px #591650, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #591650, 5px 5px 20px red">Text here.</p>

This text has shadow with #591650 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#591650, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#591650, Direction=45, Strength=4)">Text</p>

This text has shadow with #591650 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #591650;
  -webkit-box-shadow:	1px 1px 3px 2px #591650;
  box-shadow:		1px 1px 3px 2px #591650;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #591650;
-webkit-box-shadow: 1px 1px 3px 2px #591650;
box-shadow:1px 1px 3px 2px #591650;">
Div content here</div>
This div box has shadow with color #591650.

Preview

Color preview on black background

This text has color #591650 on black background.


Color preview on white background

This text has color #591650 on white background.



Black color preview on #591650 background

This text has black color on #591650 background.


White color preview on #591650 background

This text has white color on #591650 background.