COLOR #991B2F

HEX: #991B2F RGB: (153,27,47)

Color info

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

RGB color model

#991B2F color RGB value is (153,27,47).

RGB: (153,27,47) (60%, 11%, 18%)

RGB channels and saturation

R 153 of 255 = 60%
G 27 of 255 = 11%
B 47 of 255 = 18%

153
27
47

R + G + B ~ 30%. #991B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 27 + 47 = 227 (100%)
R 153 of 227 ~ 67.4%
G 27 of 227 ~ 11.89%
B 47 of 227 ~ 20.7'%

%67.4
%11.89
%20.7

CMYK color model

#991B2F color CMYK value is (0,82,69,40).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 69.28%
  • key color value is 40.00%
CMYK: (0,82,69,40) C0M82Y69K40 (0%,82%,69%,40%) (0.00/0.82/0.69/0.40) 

CMYK percentages

%0
%82.35
%69.28
%40

Codes

Color #991B2F in popluar color models

99 1B 2F
RGB 153 27 47
HSL 350° 70.00% 35.29%
HSB/HSV 350° 82.35% 60.00%
CMYK 0.00% 82.35% 69.28%
40.00%

Color #991B2F in popluar number systems.

HEX 99 1B 2F
Decimal 153 27 47
Binary 10011001 11011 101111
Octal 231 33 57

Shades and tints

Shades of #991B2F

#991B2F
(153,27,47)
#8C192B
(140,25,43)
#7F1727
(127,23,39)
#721523
(114,21,35)
#65131F
(101,19,31)
#58111B
(88,17,27)
#4B0F17
(75,15,23)
#3E0D13
(62,13,19)
#310B0F
(49,11,15)
#24090B
(36,9,11)
#170707
(23,7,7)
#000000
(0,0,0)

Tints of #991B2F

#991B2F
(153,27,47)
#A22F41
(162,47,65)
#AB4353
(171,67,83)
#B45765
(180,87,101)
#BD6B77
(189,107,119)
#C67F89
(198,127,137)
#CF939B
(207,147,155)
#D8A7AD
(216,167,173)
#E1BBBF
(225,187,191)
#EACFD1
(234,207,209)
#F3E3E3
(243,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #991B2F color. Also use rgb(153,27,47) instead hex code.

Text Font Color

.myTextColor { color: #991B2F; }

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

This text font color is #991B2F.

Background Color

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

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

This div background color is #991B2F.

Border color

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

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

This div border color is #991B2F.

Opacity

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

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

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

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

This text has shadow with #991B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #991B2F.

Preview

Color preview on black background

This text has color #991B2F on black background.


Color preview on white background

This text has color #991B2F on white background.


Black color preview on #991B2F background

This text has black color on #991B2F background.


White color preview on #991B2F background

This text has white color on #991B2F background.


Related colors

Complementary color

Complementary color for #hex is #66E4D0.


I love getcolorcode.com

Triadic colors

1 #2F991B and #1B2F99 with #991B2F are triadic colors.

2 #2F1B99 and #1B992F with #991B2F are triadic colors.