COLOR #991D18

HEX: #991D18
RGB: (153,29,24)

Color info

#991D18 contains mainly red color. Web safe color of #991D18 is #993300 (or #930).

RGB color model

#991D18 color RGB value is (153,29,24).

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

RGB channels and saturation

R 153 of 255 = 60%
G 29 of 255 = 11%
B 24 of 255 = 9%

153
29
24

R + G + B ~ 27%. #991D18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 29 + 24 = 206 (100%)
R 153 of 206 ~ 74.27%
G 29 of 206 ~ 14.08%
B 24 of 206 ~ 11.65%

%74.27
%14.08
%11.65

CMYK color model

#991D18 color CMYK value is (0,81,84,40).

  • cyan value is 0.00%
  • magenta value is 81.05%
  • yellow value is 84.31%
  • key color value is 40.00%
CMYK:
(0,81,84,40)
C0M81Y84K40 
(0%,81%,84%,40%)
(0.00/0.81/0.84/0.40)	

CMYK percentages

%0
%81.05
%84.31
%40

Codes

Color #991D18 in popluar color models

991D18
RGB1532924
HSL72.88%34.71%
HSB/HSV84.31%60.00%
CMYK0.00%81.05%84.31%
40.00%

Color #991D18 in popluar number systems.

HEX991D18
Decimal1532924
Binary100110011110111000
Octal2313530

Shades and tints

Shades of #991D18

#991D18
(153,29,24)
#8C1B16
(140,27,22)
#7F1914
(127,25,20)
#721712
(114,23,18)
#651510
(101,21,16)
#58130E
(88,19,14)
#4B110C
(75,17,12)
#3E0F0A
(62,15,10)
#310D08
(49,13,8)
#240B06
(36,11,6)
#170904
(23,9,4)
#000000
(0,0,0)

Tints of #991D18

#991D18
(153,29,24)
#A2312D
(162,49,45)
#AB4542
(171,69,66)
#B45957
(180,89,87)
#BD6D6C
(189,109,108)
#C68181
(198,129,129)
#CF9596
(207,149,150)
#D8A9AB
(216,169,171)
#E1BDC0
(225,189,192)
#EAD1D5
(234,209,213)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #991D18; }

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

This text font color is #991D18.


Background Color

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

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

This div background color is #991D18.


Border color

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

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

This div border color is #991D18.


Opacity

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

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

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

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

This text has shadow with #991D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #991D18 on black background.


Color preview on white background

This text has color #991D18 on white background.



Black color preview on #991D18 background

This text has black color on #991D18 background.


White color preview on #991D18 background

This text has white color on #991D18 background.