COLOR #991331

HEX: #991331 RGB: (153,19,49)

Color info

#991331 contains mainly red color. Web safe color of #991331 is #990033 (or #903).

RGB color model

#991331 color RGB value is (153,19,49).

RGB: (153,19,49) (60%, 7%, 19%)

RGB channels and saturation

R 153 of 255 = 60%
G 19 of 255 = 7%
B 49 of 255 = 19%

153
19
49

R + G + B ~ 29%. #991331 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 19 + 49 = 221 (100%)
R 153 of 221 ~ 69.23%
G 19 of 221 ~ 8.6%
B 49 of 221 ~ 22.17'%

%69.23
%22.17

CMYK color model

#991331 color CMYK value is (0,88,68,40).

  • cyan value is 0.00%
  • magenta value is 87.58%
  • yellow value is 67.97%
  • key color value is 40.00%
CMYK: (0,88,68,40) C0M88Y68K40 (0%,88%,68%,40%) (0.00/0.88/0.68/0.40) 

CMYK percentages

%0
%87.58
%67.97
%40

Codes

Color #991331 in popluar color models

99 13 31
RGB 153 19 49
HSL 347° 77.91% 33.73%
HSB/HSV 347° 87.58% 60.00%
CMYK 0.00% 87.58% 67.97%
40.00%

Color #991331 in popluar number systems.

HEX 99 13 31
Decimal 153 19 49
Binary 10011001 10011 110001
Octal 231 23 61

Shades and tints

Shades of #991331

#991331
(153,19,49)
#8C122D
(140,18,45)
#7F1129
(127,17,41)
#721025
(114,16,37)
#650F21
(101,15,33)
#580E1D
(88,14,29)
#4B0D19
(75,13,25)
#3E0C15
(62,12,21)
#310B11
(49,11,17)
#240A0D
(36,10,13)
#170909
(23,9,9)
#000000
(0,0,0)

Tints of #991331

#991331
(153,19,49)
#A22843
(162,40,67)
#AB3D55
(171,61,85)
#B45267
(180,82,103)
#BD6779
(189,103,121)
#C67C8B
(198,124,139)
#CF919D
(207,145,157)
#D8A6AF
(216,166,175)
#E1BBC1
(225,187,193)
#EAD0D3
(234,208,211)
#F3E5E5
(243,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #991331 color. Also use rgb(153,19,49) instead hex code.

Text Font Color

.myTextColor { color: #991331; }

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

This text font color is #991331.

Background Color

.myBgColor { background-color: #991331; }

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

This div background color is #991331.

Border color

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

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

This div border color is #991331.

Opacity

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

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

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

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

This text has shadow with #991331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #991331.

Preview

Color preview on black background

This text has color #991331 on black background.


Color preview on white background

This text has color #991331 on white background.


Black color preview on #991331 background

This text has black color on #991331 background.


White color preview on #991331 background

This text has white color on #991331 background.


Related colors

Complementary color

Complementary color for #hex is #66ECCE.


I love getcolorcode.com

Triadic colors

1 #319913 and #133199 with #991331 are triadic colors.

2 #311399 and #139931 with #991331 are triadic colors.