COLOR #591B33

HEX: #591B33 RGB: (89,27,51)

Color info

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

RGB color model

#591B33 color RGB value is (89,27,51).

RGB: (89,27,51) (35%, 11%, 20%)

RGB channels and saturation

R 89 of 255 = 35%
G 27 of 255 = 11%
B 51 of 255 = 20%

89
27
51

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

Portions of RGB colors in percentages

R + G + B = 89 + 27 + 51 = 167 (100%)
R 89 of 167 ~ 53.29%
G 27 of 167 ~ 16.17%
B 51 of 167 ~ 30.54'%

%53.29
%16.17
%30.54

CMYK color model

#591B33 color CMYK value is (0,70,43,65).

  • cyan value is 0.00%
  • magenta value is 69.66%
  • yellow value is 42.70%
  • key color value is 65.10%

CMYK: (0,70,43,65)
C0M70Y43K65 (0%, 70%, 43%, 65%)
(0.00 / 0.70 / 0.43 / 0.65)

CMYK percentages

%0
%69.66
%42.7
%65.1

Codes

Color #591B33 in popluar color models

59 1B 33
RGB 89 27 51
HSL 337° 53.45% 22.75%
HSB/HSV 337° 69.66% 34.90%
CMYK 0.00% 69.66% 42.70%
65.10%

Color #591B33 in popluar number systems.

HEX 59 1B 33
Decimal 89 27 51
Binary 1011001 11011 110011
Octal 131 33 63

Shades and tints

Shades of #591B33

#591B33
(89,27,51)
#51192F
(81,25,47)
#49172B
(73,23,43)
#411527
(65,21,39)
#391323
(57,19,35)
#31111F
(49,17,31)
#290F1B
(41,15,27)
#210D17
(33,13,23)
#190B13
(25,11,19)
#11090F
(17,9,15)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #591B33

#591B33
(89,27,51)
#682F45
(104,47,69)
#774357
(119,67,87)
#865769
(134,87,105)
#956B7B
(149,107,123)
#A47F8D
(164,127,141)
#B3939F
(179,147,159)
#C2A7B1
(194,167,177)
#D1BBC3
(209,187,195)
#E0CFD5
(224,207,213)
#EFE3E7
(239,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591B33; }

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

This text font color is #591B33.

Background Color

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

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

This div background color is #591B33.

Border color

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

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

This div border color is #591B33.

Opacity

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

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

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

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

This text has shadow with #591B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #591B33.

Preview

Color preview on black background

This text has color #591B33 on black background.


Color preview on white background

This text has color #591B33 on white background.


Black color preview on #591B33 background

This text has black color on #591B33 background.


White color preview on #591B33 background

This text has white color on #591B33 background.


Related colors

Complementary color

Complementary color for #hex is #A6E4CC.


I love getcolorcode.com

Triadic colors

1 #33591B and #1B3359 with #591B33 are triadic colors.

2 #331B59 and #1B5933 with #591B33 are triadic colors.