COLOR #590031

HEX: #590031
RGB: (89,0,49)

Color info

#590031 contains only red and blue colors. Web safe color of #590031 is #660033 (or #603).

RGB color model

#590031 color RGB value is (89,0,49).

  • red value is 89;
  • green value is 0;
  • blue value is 49.
RGB:
(89,0,49)
(35%,0%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 0 of 255 = 0%
B 49 of 255 = 19%

89
0
49

R + G + B ~ 18%. #590031 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 0 + 49 = 138 (100%)
R 89 of 138 ~ 64.49%
G 0 of 138 ~ 0%
B 49 of 138 ~ 35.51%

%64.49
%35.51

CMYK color model

#590031 color CMYK value is (0,100,45,65).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(0,100,45,65)
C0M100Y45K65 
(0%,100%,45%,65%)
(0.00/1.00/0.45/0.65)	

CMYK percentages

%0
%100
%44.94
%65.1

Codes

Color #590031 in popluar color models

590031
RGB89049
HSL327°100.00%17.45%
HSB/HSV327°100.00%34.90%
CMYK0.00%100.00%44.94%
65.10%

Color #590031 in popluar number systems.

HEX590031
Decimal89049
Binary10110010110001
Octal131061

Shades and tints

Shades of #590031

#590031
(89,0,49)
#51002D
(81,0,45)
#490029
(73,0,41)
#410025
(65,0,37)
#390021
(57,0,33)
#31001D
(49,0,29)
#290019
(41,0,25)
#210015
(33,0,21)
#190011
(25,0,17)
#11000D
(17,0,13)
#090009
(9,0,9)
#000000
(0,0,0)

Tints of #590031

#590031
(89,0,49)
#681743
(104,23,67)
#772E55
(119,46,85)
#864567
(134,69,103)
#955C79
(149,92,121)
#A4738B
(164,115,139)
#B38A9D
(179,138,157)
#C2A1AF
(194,161,175)
#D1B8C1
(209,184,193)
#E0CFD3
(224,207,211)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590031 color. Also use rgb(89,0,49) instead hex code.

Text Font Color

.myTextColor { color: #590031; }

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

This text font color is #590031.


Background Color

.myBgColor { background-color: #590031; }

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

This div background color is #590031.


Border color

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

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

This div border color is #590031.


Opacity

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

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

Text with #590031 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 #590031;}

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

This text has shadow with #590031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590031 on black background.


Color preview on white background

This text has color #590031 on white background.



Black color preview on #590031 background

This text has black color on #590031 background.


White color preview on #590031 background

This text has white color on #590031 background.