COLOR #961011

HEX: #961011
RGB: (150,16,17)

Color info

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

RGB color model

#961011 color RGB value is (150,16,17).

  • red value is 150;
  • green value is 16;
  • blue value is 17.
RGB:
(150,16,17)
(59%,6%,7%)

RGB channels and saturation

R 150 of 255 = 59%
G 16 of 255 = 6%
B 17 of 255 = 7%

150
16
17

R + G + B ~ 24%. #961011 is dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 16 + 17 = 183 (100%)
R 150 of 183 ~ 81.97%
G 16 of 183 ~ 8.74%
B 17 of 183 ~ 9.29%

%81.97

CMYK color model

#961011 color CMYK value is (0,89,89,41).

  • cyan value is 0.00%
  • magenta value is 89.33%
  • yellow value is 88.67%
  • key color value is 41.18%
CMYK:
(0,89,89,41)
C0M89Y89K41 
(0%,89%,89%,41%)
(0.00/0.89/0.89/0.41)	

CMYK percentages

%0
%89.33
%88.67
%41.18

Codes

Color #961011 in popluar color models

961011
RGB1501617
HSL360°80.72%32.55%
HSB/HSV360°89.33%58.82%
CMYK0.00%89.33%88.67%
41.18%

Color #961011 in popluar number systems.

HEX961011
Decimal1501617
Binary100101101000010001
Octal2262021

Shades and tints

Shades of #961011

#961011
(150,16,17)
#890F10
(137,15,16)
#7C0E0F
(124,14,15)
#6F0D0E
(111,13,14)
#620C0D
(98,12,13)
#550B0C
(85,11,12)
#480A0B
(72,10,11)
#3B090A
(59,9,10)
#2E0809
(46,8,9)
#210708
(33,7,8)
#140607
(20,6,7)
#000000
(0,0,0)

Tints of #961011

#961011
(150,16,17)
#9F2526
(159,37,38)
#A83A3B
(168,58,59)
#B14F50
(177,79,80)
#BA6465
(186,100,101)
#C3797A
(195,121,122)
#CC8E8F
(204,142,143)
#D5A3A4
(213,163,164)
#DEB8B9
(222,184,185)
#E7CDCE
(231,205,206)
#F0E2E3
(240,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961011 color. Also use rgb(150,16,17) instead hex code.

Text Font Color

.myTextColor { color: #961011; }

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

This text font color is #961011.


Background Color

.myBgColor { background-color: #961011; }

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

This div background color is #961011.


Border color

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

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

This div border color is #961011.


Opacity

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

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

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

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

This text has shadow with #961011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961011 on black background.


Color preview on white background

This text has color #961011 on white background.



Black color preview on #961011 background

This text has black color on #961011 background.


White color preview on #961011 background

This text has white color on #961011 background.