COLOR #961316

HEX: #961316
RGB: (150,19,22)

Color info

#961316 contains mainly red color. Web safe color of #961316 is #990000 (or #900).

RGB color model

#961316 color RGB value is (150,19,22).

  • red value is 150;
  • green value is 19;
  • blue value is 22.
RGB:
(150,19,22)
(59%,7%,9%)

RGB channels and saturation

R 150 of 255 = 59%
G 19 of 255 = 7%
B 22 of 255 = 9%

150
19
22

R + G + B ~ 25%. #961316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 19 + 22 = 191 (100%)
R 150 of 191 ~ 78.53%
G 19 of 191 ~ 9.95%
B 22 of 191 ~ 11.52%

%78.53
%9.95
%11.52

CMYK color model

#961316 color CMYK value is (0,87,85,41).

  • cyan value is 0.00%
  • magenta value is 87.33%
  • yellow value is 85.33%
  • key color value is 41.18%
CMYK:
(0,87,85,41)
C0M87Y85K41 
(0%,87%,85%,41%)
(0.00/0.87/0.85/0.41)	

CMYK percentages

%0
%87.33
%85.33
%41.18

Codes

Color #961316 in popluar color models

961316
RGB1501922
HSL359°77.51%33.14%
HSB/HSV359°87.33%58.82%
CMYK0.00%87.33%85.33%
41.18%

Color #961316 in popluar number systems.

HEX961316
Decimal1501922
Binary100101101001110110
Octal2262326

Shades and tints

Shades of #961316

#961316
(150,19,22)
#891214
(137,18,20)
#7C1112
(124,17,18)
#6F1010
(111,16,16)
#620F0E
(98,15,14)
#550E0C
(85,14,12)
#480D0A
(72,13,10)
#3B0C08
(59,12,8)
#2E0B06
(46,11,6)
#210A04
(33,10,4)
#140902
(20,9,2)
#000000
(0,0,0)

Tints of #961316

#961316
(150,19,22)
#9F282B
(159,40,43)
#A83D40
(168,61,64)
#B15255
(177,82,85)
#BA676A
(186,103,106)
#C37C7F
(195,124,127)
#CC9194
(204,145,148)
#D5A6A9
(213,166,169)
#DEBBBE
(222,187,190)
#E7D0D3
(231,208,211)
#F0E5E8
(240,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961316 color. Also use rgb(150,19,22) instead hex code.

Text Font Color

.myTextColor { color: #961316; }

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

This text font color is #961316.


Background Color

.myBgColor { background-color: #961316; }

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

This div background color is #961316.


Border color

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

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

This div border color is #961316.


Opacity

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

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

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

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

This text has shadow with #961316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961316 on black background.


Color preview on white background

This text has color #961316 on white background.



Black color preview on #961316 background

This text has black color on #961316 background.


White color preview on #961316 background

This text has white color on #961316 background.