COLOR #990B4E

HEX: #990B4E
RGB: (153,11,78)

Color info

#990B4E contains mainly red color. Web safe color of #990B4E is #990066 (or #906).

RGB color model

#990B4E color RGB value is (153,11,78).

  • red value is 153;
  • green value is 11;
  • blue value is 78.
RGB:
(153,11,78)
(60%,4%,31%)

RGB channels and saturation

R 153 of 255 = 60%
G 11 of 255 = 4%
B 78 of 255 = 31%

153
11
78

R + G + B ~ 32%. #990B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 11 + 78 = 242 (100%)
R 153 of 242 ~ 63.22%
G 11 of 242 ~ 4.55%
B 78 of 242 ~ 32.23%

%63.22
%32.23

CMYK color model

#990B4E color CMYK value is (0,93,49,40).

  • cyan value is 0.00%
  • magenta value is 92.81%
  • yellow value is 49.02%
  • key color value is 40.00%
CMYK:
(0,93,49,40)
C0M93Y49K40 
(0%,93%,49%,40%)
(0.00/0.93/0.49/0.40)	

CMYK percentages

%0
%92.81
%49.02
%40

Codes

Color #990B4E in popluar color models

990B4E
RGB1531178
HSL332°86.59%32.16%
HSB/HSV332°92.81%60.00%
CMYK0.00%92.81%49.02%
40.00%

Color #990B4E in popluar number systems.

HEX990B4E
Decimal1531178
Binary1001100110111001110
Octal23113116

Shades and tints

Shades of #990B4E

#990B4E
(153,11,78)
#8C0A47
(140,10,71)
#7F0940
(127,9,64)
#720839
(114,8,57)
#650732
(101,7,50)
#58062B
(88,6,43)
#4B0524
(75,5,36)
#3E041D
(62,4,29)
#310316
(49,3,22)
#24020F
(36,2,15)
#170108
(23,1,8)
#000000
(0,0,0)

Tints of #990B4E

#990B4E
(153,11,78)
#A2215E
(162,33,94)
#AB376E
(171,55,110)
#B44D7E
(180,77,126)
#BD638E
(189,99,142)
#C6799E
(198,121,158)
#CF8FAE
(207,143,174)
#D8A5BE
(216,165,190)
#E1BBCE
(225,187,206)
#EAD1DE
(234,209,222)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #990B4E color. Also use rgb(153,11,78) instead hex code.

Text Font Color

.myTextColor { color: #990B4E; }

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

This text font color is #990B4E.


Background Color

.myBgColor { background-color: #990B4E; }

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

This div background color is #990B4E.


Border color

.myBorderColor { border: 1px solid #990B4E; }

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

This div border color is #990B4E.


Opacity

.myOpacity80 { color: #990B4E; opacity: 0.8; }

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

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

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

This text has shadow with #990B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990B4E on black background.


Color preview on white background

This text has color #990B4E on white background.



Black color preview on #990B4E background

This text has black color on #990B4E background.


White color preview on #990B4E background

This text has white color on #990B4E background.