COLOR #991A4B

HEX: #991A4B
RGB: (153,26,75)

Color info

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

RGB color model

#991A4B color RGB value is (153,26,75).

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

RGB channels and saturation

R 153 of 255 = 60%
G 26 of 255 = 10%
B 75 of 255 = 29%

153
26
75

R + G + B ~ 33%. #991A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 26 + 75 = 254 (100%)
R 153 of 254 ~ 60.24%
G 26 of 254 ~ 10.24%
B 75 of 254 ~ 29.53%

%60.24
%10.24
%29.53

CMYK color model

#991A4B color CMYK value is (0,83,51,40).

  • cyan value is 0.00%
  • magenta value is 83.01%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(0,83,51,40)
C0M83Y51K40 
(0%,83%,51%,40%)
(0.00/0.83/0.51/0.40)	

CMYK percentages

%0
%83.01
%50.98
%40

Codes

Color #991A4B in popluar color models

991A4B
RGB1532675
HSL337°70.95%35.10%
HSB/HSV337°83.01%60.00%
CMYK0.00%83.01%50.98%
40.00%

Color #991A4B in popluar number systems.

HEX991A4B
Decimal1532675
Binary10011001110101001011
Octal23132113

Shades and tints

Shades of #991A4B

#991A4B
(153,26,75)
#8C1845
(140,24,69)
#7F163F
(127,22,63)
#721439
(114,20,57)
#651233
(101,18,51)
#58102D
(88,16,45)
#4B0E27
(75,14,39)
#3E0C21
(62,12,33)
#310A1B
(49,10,27)
#240815
(36,8,21)
#17060F
(23,6,15)
#000000
(0,0,0)

Tints of #991A4B

#991A4B
(153,26,75)
#A22E5B
(162,46,91)
#AB426B
(171,66,107)
#B4567B
(180,86,123)
#BD6A8B
(189,106,139)
#C67E9B
(198,126,155)
#CF92AB
(207,146,171)
#D8A6BB
(216,166,187)
#E1BACB
(225,186,203)
#EACEDB
(234,206,219)
#F3E2EB
(243,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #991A4B color. Also use rgb(153,26,75) instead hex code.

Text Font Color

.myTextColor { color: #991A4B; }

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

This text font color is #991A4B.


Background Color

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

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

This div background color is #991A4B.


Border color

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

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

This div border color is #991A4B.


Opacity

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

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

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

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

This text has shadow with #991A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #991A4B on black background.


Color preview on white background

This text has color #991A4B on white background.



Black color preview on #991A4B background

This text has black color on #991A4B background.


White color preview on #991A4B background

This text has white color on #991A4B background.