COLOR #591B31

HEX: #591B31
RGB: (89,27,49)

Color info

#591B31 contains mainly red and blue colors. Web safe color of #591B31 is #663333 (or #633).

RGB color model

#591B31 color RGB value is (89,27,49).

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

RGB channels and saturation

R 89 of 255 = 35%
G 27 of 255 = 11%
B 49 of 255 = 19%

89
27
49

R + G + B ~ 22%. #591B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 27 + 49 = 165 (100%)
R 89 of 165 ~ 53.94%
G 27 of 165 ~ 16.36%
B 49 of 165 ~ 29.7%

%53.94
%16.36
%29.7

CMYK color model

#591B31 color CMYK value is (0,70,45,65).

  • cyan value is 0.00%
  • magenta value is 69.66%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(0,70,45,65)
C0M70Y45K65 
(0%,70%,45%,65%)
(0.00/0.70/0.45/0.65)	

CMYK percentages

%0
%69.66
%44.94
%65.1

Codes

Color #591B31 in popluar color models

591B31
RGB892749
HSL339°53.45%22.75%
HSB/HSV339°69.66%34.90%
CMYK0.00%69.66%44.94%
65.10%

Color #591B31 in popluar number systems.

HEX591B31
Decimal892749
Binary101100111011110001
Octal1313361

Shades and tints

Shades of #591B31

#591B31
(89,27,49)
#51192D
(81,25,45)
#491729
(73,23,41)
#411525
(65,21,37)
#391321
(57,19,33)
#31111D
(49,17,29)
#290F19
(41,15,25)
#210D15
(33,13,21)
#190B11
(25,11,17)
#11090D
(17,9,13)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #591B31

#591B31
(89,27,49)
#682F43
(104,47,67)
#774355
(119,67,85)
#865767
(134,87,103)
#956B79
(149,107,121)
#A47F8B
(164,127,139)
#B3939D
(179,147,157)
#C2A7AF
(194,167,175)
#D1BBC1
(209,187,193)
#E0CFD3
(224,207,211)
#EFE3E5
(239,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591B31; }

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

This text font color is #591B31.


Background Color

.myBgColor { background-color: #591B31; }

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

This div background color is #591B31.


Border color

.myBorderColor { border: 1px solid #591B31; }

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

This div border color is #591B31.


Opacity

.myOpacity80 { color: #591B31; opacity: 0.8; }

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

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

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

This text has shadow with #591B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591B31 on black background.


Color preview on white background

This text has color #591B31 on white background.



Black color preview on #591B31 background

This text has black color on #591B31 background.


White color preview on #591B31 background

This text has white color on #591B31 background.