COLOR #991431

HEX: #991431
RGB: (153,20,49)

Color info

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

RGB color model

#991431 color RGB value is (153,20,49).

  • red value is 153;
  • green value is 20;
  • blue value is 49.
RGB:
(153,20,49)
(60%,8%,19%)

RGB channels and saturation

R 153 of 255 = 60%
G 20 of 255 = 8%
B 49 of 255 = 19%

153
20
49

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

Portions of RGB colors in percentages

R + G + B =
153 + 20 + 49 = 222 (100%)
R 153 of 222 ~ 68.92%
G 20 of 222 ~ 9.01%
B 49 of 222 ~ 22.07%

%68.92
%22.07

CMYK color model

#991431 color CMYK value is (0,87,68,40).

  • cyan value is 0.00%
  • magenta value is 86.93%
  • yellow value is 67.97%
  • key color value is 40.00%
CMYK:
(0,87,68,40)
C0M87Y68K40 
(0%,87%,68%,40%)
(0.00/0.87/0.68/0.40)	

CMYK percentages

%0
%86.93
%67.97
%40

Codes

Color #991431 in popluar color models

991431
RGB1532049
HSL347°76.88%33.92%
HSB/HSV347°86.93%60.00%
CMYK0.00%86.93%67.97%
40.00%

Color #991431 in popluar number systems.

HEX991431
Decimal1532049
Binary1001100110100110001
Octal2312461

Shades and tints

Shades of #991431

#991431
(153,20,49)
#8C132D
(140,19,45)
#7F1229
(127,18,41)
#721125
(114,17,37)
#651021
(101,16,33)
#580F1D
(88,15,29)
#4B0E19
(75,14,25)
#3E0D15
(62,13,21)
#310C11
(49,12,17)
#240B0D
(36,11,13)
#170A09
(23,10,9)
#000000
(0,0,0)

Tints of #991431

#991431
(153,20,49)
#A22943
(162,41,67)
#AB3E55
(171,62,85)
#B45367
(180,83,103)
#BD6879
(189,104,121)
#C67D8B
(198,125,139)
#CF929D
(207,146,157)
#D8A7AF
(216,167,175)
#E1BCC1
(225,188,193)
#EAD1D3
(234,209,211)
#F3E6E5
(243,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #991431; }

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

This text font color is #991431.


Background Color

.myBgColor { background-color: #991431; }

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

This div background color is #991431.


Border color

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

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

This div border color is #991431.


Opacity

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

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

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

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

This text has shadow with #991431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #991431 on black background.


Color preview on white background

This text has color #991431 on white background.



Black color preview on #991431 background

This text has black color on #991431 background.


White color preview on #991431 background

This text has white color on #991431 background.