COLOR #961441

HEX: #961441
RGB: (150,20,65)

Color info

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

RGB color model

#961441 color RGB value is (150,20,65).

  • red value is 150;
  • green value is 20;
  • blue value is 65.
RGB:
(150,20,65)
(59%,8%,25%)

RGB channels and saturation

R 150 of 255 = 59%
G 20 of 255 = 8%
B 65 of 255 = 25%

150
20
65

R + G + B ~ 31%. #961441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 20 + 65 = 235 (100%)
R 150 of 235 ~ 63.83%
G 20 of 235 ~ 8.51%
B 65 of 235 ~ 27.66%

%63.83
%27.66

CMYK color model

#961441 color CMYK value is (0,87,57,41).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(0,87,57,41)
C0M87Y57K41 
(0%,87%,57%,41%)
(0.00/0.87/0.57/0.41)	

CMYK percentages

%0
%86.67
%56.67
%41.18

Codes

Color #961441 in popluar color models

961441
RGB1502065
HSL339°76.47%33.33%
HSB/HSV339°86.67%58.82%
CMYK0.00%86.67%56.67%
41.18%

Color #961441 in popluar number systems.

HEX961441
Decimal1502065
Binary10010110101001000001
Octal22624101

Shades and tints

Shades of #961441

#961441
(150,20,65)
#89133C
(137,19,60)
#7C1237
(124,18,55)
#6F1132
(111,17,50)
#62102D
(98,16,45)
#550F28
(85,15,40)
#480E23
(72,14,35)
#3B0D1E
(59,13,30)
#2E0C19
(46,12,25)
#210B14
(33,11,20)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #961441

#961441
(150,20,65)
#9F2952
(159,41,82)
#A83E63
(168,62,99)
#B15374
(177,83,116)
#BA6885
(186,104,133)
#C37D96
(195,125,150)
#CC92A7
(204,146,167)
#D5A7B8
(213,167,184)
#DEBCC9
(222,188,201)
#E7D1DA
(231,209,218)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961441 color. Also use rgb(150,20,65) instead hex code.

Text Font Color

.myTextColor { color: #961441; }

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

This text font color is #961441.


Background Color

.myBgColor { background-color: #961441; }

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

This div background color is #961441.


Border color

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

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

This div border color is #961441.


Opacity

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

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

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

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

This text has shadow with #961441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961441 on black background.


Color preview on white background

This text has color #961441 on white background.



Black color preview on #961441 background

This text has black color on #961441 background.


White color preview on #961441 background

This text has white color on #961441 background.