COLOR #951122

HEX: #951122
RGB: (149,17,34)

Color info

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

RGB color model

#951122 color RGB value is (149,17,34).

  • red value is 149;
  • green value is 17;
  • blue value is 34.
RGB:
(149,17,34)
(58%,7%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 17 of 255 = 7%
B 34 of 255 = 13%

149
17
34

R + G + B ~ 26%. #951122 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 17 + 34 = 200 (100%)
R 149 of 200 ~ 74.5%
G 17 of 200 ~ 8.5%
B 34 of 200 ~ 17%

%74.5
%17

CMYK color model

#951122 color CMYK value is (0,89,77,42).

  • cyan value is 0.00%
  • magenta value is 88.59%
  • yellow value is 77.18%
  • key color value is 41.57%
CMYK:
(0,89,77,42)
C0M89Y77K42 
(0%,89%,77%,42%)
(0.00/0.89/0.77/0.42)	

CMYK percentages

%0
%88.59
%77.18
%41.57

Codes

Color #951122 in popluar color models

951122
RGB1491734
HSL352°79.52%32.55%
HSB/HSV352°88.59%58.43%
CMYK0.00%88.59%77.18%
41.57%

Color #951122 in popluar number systems.

HEX951122
Decimal1491734
Binary1001010110001100010
Octal2252142

Shades and tints

Shades of #951122

#951122
(149,17,34)
#88101F
(136,16,31)
#7B0F1C
(123,15,28)
#6E0E19
(110,14,25)
#610D16
(97,13,22)
#540C13
(84,12,19)
#470B10
(71,11,16)
#3A0A0D
(58,10,13)
#2D090A
(45,9,10)
#200807
(32,8,7)
#130704
(19,7,4)
#000000
(0,0,0)

Tints of #951122

#951122
(149,17,34)
#9E2636
(158,38,54)
#A73B4A
(167,59,74)
#B0505E
(176,80,94)
#B96572
(185,101,114)
#C27A86
(194,122,134)
#CB8F9A
(203,143,154)
#D4A4AE
(212,164,174)
#DDB9C2
(221,185,194)
#E6CED6
(230,206,214)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #951122 color. Also use rgb(149,17,34) instead hex code.

Text Font Color

.myTextColor { color: #951122; }

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

This text font color is #951122.


Background Color

.myBgColor { background-color: #951122; }

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

This div background color is #951122.


Border color

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

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

This div border color is #951122.


Opacity

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

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

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

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

This text has shadow with #951122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951122 on black background.


Color preview on white background

This text has color #951122 on white background.



Black color preview on #951122 background

This text has black color on #951122 background.


White color preview on #951122 background

This text has white color on #951122 background.