COLOR #992931

HEX: #992931 RGB: (153,41,49)

Color info

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

RGB color model

#992931 color RGB value is (153,41,49).

RGB: (153,41,49) (60%, 16%, 19%)

RGB channels and saturation

R 153 of 255 = 60%
G 41 of 255 = 16%
B 49 of 255 = 19%

153
41
49

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

Portions of RGB colors in percentages

R + G + B = 153 + 41 + 49 = 243 (100%)
R 153 of 243 ~ 62.96%
G 41 of 243 ~ 16.87%
B 49 of 243 ~ 20.16'%

%62.96
%16.87
%20.16

CMYK color model

#992931 color CMYK value is (0,73,68,40).

  • cyan value is 0.00%
  • magenta value is 73.20%
  • yellow value is 67.97%
  • key color value is 40.00%
CMYK: (0,73,68,40) C0M73Y68K40 (0%,73%,68%,40%) (0.00/0.73/0.68/0.40) 

CMYK percentages

%0
%73.2
%67.97
%40

Codes

Color #992931 in popluar color models

99 29 31
RGB 153 41 49
HSL 356° 57.73% 38.04%
HSB/HSV 356° 73.20% 60.00%
CMYK 0.00% 73.20% 67.97%
40.00%

Color #992931 in popluar number systems.

HEX 99 29 31
Decimal 153 41 49
Binary 10011001 101001 110001
Octal 231 51 61

Shades and tints

Shades of #992931

#992931
(153,41,49)
#8C262D
(140,38,45)
#7F2329
(127,35,41)
#722025
(114,32,37)
#651D21
(101,29,33)
#581A1D
(88,26,29)
#4B1719
(75,23,25)
#3E1415
(62,20,21)
#311111
(49,17,17)
#240E0D
(36,14,13)
#170B09
(23,11,9)
#000000
(0,0,0)

Tints of #992931

#992931
(153,41,49)
#A23C43
(162,60,67)
#AB4F55
(171,79,85)
#B46267
(180,98,103)
#BD7579
(189,117,121)
#C6888B
(198,136,139)
#CF9B9D
(207,155,157)
#D8AEAF
(216,174,175)
#E1C1C1
(225,193,193)
#EAD4D3
(234,212,211)
#F3E7E5
(243,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992931 color. Also use rgb(153,41,49) instead hex code.

Text Font Color

.myTextColor { color: #992931; }

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

This text font color is #992931.

Background Color

.myBgColor { background-color: #992931; }

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

This div background color is #992931.

Border color

.myBorderColor { border: 1px solid #992931; }

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

This div border color is #992931.

Opacity

.myOpacity80 { color: #992931; opacity: 0.8; }

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

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

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

This text has shadow with #992931 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #992931.

Preview

Color preview on black background

This text has color #992931 on black background.


Color preview on white background

This text has color #992931 on white background.


Black color preview on #992931 background

This text has black color on #992931 background.


White color preview on #992931 background

This text has white color on #992931 background.


Related colors

Complementary color

Complementary color for #hex is #66D6CE.


I love getcolorcode.com

Triadic colors

1 #319929 and #293199 with #992931 are triadic colors.

2 #312999 and #299931 with #992931 are triadic colors.