COLOR #991D42

HEX: #991D42
RGB: (153,29,66)

Color info

#991D42 contains mainly red color. Web safe color of #991D42 is #993333 (or #933).

RGB color model

#991D42 color RGB value is (153,29,66).

  • red value is 153;
  • green value is 29;
  • blue value is 66.
RGB:
(153,29,66)
(60%,11%,26%)

RGB channels and saturation

R 153 of 255 = 60%
G 29 of 255 = 11%
B 66 of 255 = 26%

153
29
66

R + G + B ~ 32%. #991D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 29 + 66 = 248 (100%)
R 153 of 248 ~ 61.69%
G 29 of 248 ~ 11.69%
B 66 of 248 ~ 26.61%

%61.69
%11.69
%26.61

CMYK color model

#991D42 color CMYK value is (0,81,57,40).

  • cyan value is 0.00%
  • magenta value is 81.05%
  • yellow value is 56.86%
  • key color value is 40.00%
CMYK:
(0,81,57,40)
C0M81Y57K40 
(0%,81%,57%,40%)
(0.00/0.81/0.57/0.40)	

CMYK percentages

%0
%81.05
%56.86
%40

Codes

Color #991D42 in popluar color models

991D42
RGB1532966
HSL342°68.13%35.69%
HSB/HSV342°81.05%60.00%
CMYK0.00%81.05%56.86%
40.00%

Color #991D42 in popluar number systems.

HEX991D42
Decimal1532966
Binary10011001111011000010
Octal23135102

Shades and tints

Shades of #991D42

#991D42
(153,29,66)
#8C1B3C
(140,27,60)
#7F1936
(127,25,54)
#721730
(114,23,48)
#65152A
(101,21,42)
#581324
(88,19,36)
#4B111E
(75,17,30)
#3E0F18
(62,15,24)
#310D12
(49,13,18)
#240B0C
(36,11,12)
#170906
(23,9,6)
#000000
(0,0,0)

Tints of #991D42

#991D42
(153,29,66)
#A23153
(162,49,83)
#AB4564
(171,69,100)
#B45975
(180,89,117)
#BD6D86
(189,109,134)
#C68197
(198,129,151)
#CF95A8
(207,149,168)
#D8A9B9
(216,169,185)
#E1BDCA
(225,189,202)
#EAD1DB
(234,209,219)
#F3E5EC
(243,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #991D42 color. Also use rgb(153,29,66) instead hex code.

Text Font Color

.myTextColor { color: #991D42; }

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

This text font color is #991D42.


Background Color

.myBgColor { background-color: #991D42; }

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

This div background color is #991D42.


Border color

.myBorderColor { border: 1px solid #991D42; }

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

This div border color is #991D42.


Opacity

.myOpacity80 { color: #991D42; opacity: 0.8; }

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

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

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

This text has shadow with #991D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #991D42 on black background.


Color preview on white background

This text has color #991D42 on white background.



Black color preview on #991D42 background

This text has black color on #991D42 background.


White color preview on #991D42 background

This text has white color on #991D42 background.