COLOR #591521

HEX: #591521
RGB: (89,21,33)

Color info

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

RGB color model

#591521 color RGB value is (89,21,33).

  • red value is 89;
  • green value is 21;
  • blue value is 33.
RGB:
(89,21,33)
(35%,8%,13%)

RGB channels and saturation

R 89 of 255 = 35%
G 21 of 255 = 8%
B 33 of 255 = 13%

89
21
33

R + G + B ~ 19%. #591521 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 21 + 33 = 143 (100%)
R 89 of 143 ~ 62.24%
G 21 of 143 ~ 14.69%
B 33 of 143 ~ 23.08%

%62.24
%14.69
%23.08

CMYK color model

#591521 color CMYK value is (0,76,63,65).

  • cyan value is 0.00%
  • magenta value is 76.40%
  • yellow value is 62.92%
  • key color value is 65.10%
CMYK:
(0,76,63,65)
C0M76Y63K65 
(0%,76%,63%,65%)
(0.00/0.76/0.63/0.65)	

CMYK percentages

%0
%76.4
%62.92
%65.1

Codes

Color #591521 in popluar color models

591521
RGB892133
HSL349°61.82%21.57%
HSB/HSV349°76.40%34.90%
CMYK0.00%76.40%62.92%
65.10%

Color #591521 in popluar number systems.

HEX591521
Decimal892133
Binary101100110101100001
Octal1312541

Shades and tints

Shades of #591521

#591521
(89,21,33)
#51141E
(81,20,30)
#49131B
(73,19,27)
#411218
(65,18,24)
#391115
(57,17,21)
#311012
(49,16,18)
#290F0F
(41,15,15)
#210E0C
(33,14,12)
#190D09
(25,13,9)
#110C06
(17,12,6)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #591521

#591521
(89,21,33)
#682A35
(104,42,53)
#773F49
(119,63,73)
#86545D
(134,84,93)
#956971
(149,105,113)
#A47E85
(164,126,133)
#B39399
(179,147,153)
#C2A8AD
(194,168,173)
#D1BDC1
(209,189,193)
#E0D2D5
(224,210,213)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591521 color. Also use rgb(89,21,33) instead hex code.

Text Font Color

.myTextColor { color: #591521; }

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

This text font color is #591521.


Background Color

.myBgColor { background-color: #591521; }

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

This div background color is #591521.


Border color

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

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

This div border color is #591521.


Opacity

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

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

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

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

This text has shadow with #591521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591521 on black background.


Color preview on white background

This text has color #591521 on white background.



Black color preview on #591521 background

This text has black color on #591521 background.


White color preview on #591521 background

This text has white color on #591521 background.