COLOR #591420

HEX: #591420
RGB: (89,20,32)

Color info

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

RGB color model

#591420 color RGB value is (89,20,32).

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

RGB channels and saturation

R 89 of 255 = 35%
G 20 of 255 = 8%
B 32 of 255 = 13%

89
20
32

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

Portions of RGB colors in percentages

R + G + B =
89 + 20 + 32 = 141 (100%)
R 89 of 141 ~ 63.12%
G 20 of 141 ~ 14.18%
B 32 of 141 ~ 22.7%

%63.12
%14.18
%22.7

CMYK color model

#591420 color CMYK value is (0,78,64,65).

  • cyan value is 0.00%
  • magenta value is 77.53%
  • yellow value is 64.04%
  • key color value is 65.10%
CMYK:
(0,78,64,65)
C0M78Y64K65 
(0%,78%,64%,65%)
(0.00/0.78/0.64/0.65)	

CMYK percentages

%0
%77.53
%64.04
%65.1

Codes

Color #591420 in popluar color models

591420
RGB892032
HSL350°63.30%21.37%
HSB/HSV350°77.53%34.90%
CMYK0.00%77.53%64.04%
65.10%

Color #591420 in popluar number systems.

HEX591420
Decimal892032
Binary101100110100100000
Octal1312440

Shades and tints

Shades of #591420

#591420
(89,20,32)
#51131E
(81,19,30)
#49121C
(73,18,28)
#41111A
(65,17,26)
#391018
(57,16,24)
#310F16
(49,15,22)
#290E14
(41,14,20)
#210D12
(33,13,18)
#190C10
(25,12,16)
#110B0E
(17,11,14)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #591420

#591420
(89,20,32)
#682934
(104,41,52)
#773E48
(119,62,72)
#86535C
(134,83,92)
#956870
(149,104,112)
#A47D84
(164,125,132)
#B39298
(179,146,152)
#C2A7AC
(194,167,172)
#D1BCC0
(209,188,192)
#E0D1D4
(224,209,212)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591420 color. Also use rgb(89,20,32) instead hex code.

Text Font Color

.myTextColor { color: #591420; }

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

This text font color is #591420.


Background Color

.myBgColor { background-color: #591420; }

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

This div background color is #591420.


Border color

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

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

This div border color is #591420.


Opacity

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

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

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

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

This text has shadow with #591420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591420 on black background.


Color preview on white background

This text has color #591420 on white background.



Black color preview on #591420 background

This text has black color on #591420 background.


White color preview on #591420 background

This text has white color on #591420 background.