COLOR #961909

HEX: #961909 RGB: (150,25,9)

Color info

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

RGB color model

#961909 color RGB value is (150,25,9).

RGB: (150,25,9) (59%, 10%, 4%)

RGB channels and saturation

R 150 of 255 = 59%
G 25 of 255 = 10%
B 9 of 255 = 4%

150
25
9

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

Portions of RGB colors in percentages

R + G + B = 150 + 25 + 9 = 184 (100%)
R 150 of 184 ~ 81.52%
G 25 of 184 ~ 13.59%
B 9 of 184 ~ 4.89'%

%81.52
%13.59

CMYK color model

#961909 color CMYK value is (0,83,94,41).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 94.00%
  • key color value is 41.18%

CMYK: (0,83,94,41)
C0M83Y94K41 (0%, 83%, 94%, 41%)
(0.00 / 0.83 / 0.94 / 0.41)

CMYK percentages

%0
%83.33
%94
%41.18

Codes

Color #961909 in popluar color models

96 19 09
RGB 150 25 9
HSL 88.68% 31.18%
HSB/HSV 94.00% 58.82%
CMYK 0.00% 83.33% 94.00%
41.18%

Color #961909 in popluar number systems.

HEX 96 19 09
Decimal 150 25 9
Binary 10010110 11001 1001
Octal 226 31 11

Shades and tints

Shades of #961909

#961909
(150,25,9)
#891709
(137,23,9)
#7C1509
(124,21,9)
#6F1309
(111,19,9)
#621109
(98,17,9)
#550F09
(85,15,9)
#480D09
(72,13,9)
#3B0B09
(59,11,9)
#2E0909
(46,9,9)
#210709
(33,7,9)
#140509
(20,5,9)
#000000
(0,0,0)

Tints of #961909

#961909
(150,25,9)
#9F2D1F
(159,45,31)
#A84135
(168,65,53)
#B1554B
(177,85,75)
#BA6961
(186,105,97)
#C37D77
(195,125,119)
#CC918D
(204,145,141)
#D5A5A3
(213,165,163)
#DEB9B9
(222,185,185)
#E7CDCF
(231,205,207)
#F0E1E5
(240,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961909 color. Also use rgb(150,25,9) instead hex code.

Text Font Color

.myTextColor { color: #961909; }

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

This text font color is #961909.

Background Color

.myBgColor { background-color: #961909; }

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

This div background color is #961909.

Border color

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

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

This div border color is #961909.

Opacity

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

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

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

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

This text has shadow with #961909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #961909.

Preview

Color preview on black background

This text has color #961909 on black background.


Color preview on white background

This text has color #961909 on white background.


Black color preview on #961909 background

This text has black color on #961909 background.


White color preview on #961909 background

This text has white color on #961909 background.


Related colors

Complementary color

Complementary color for #hex is #69E6F6.


I love getcolorcode.com

Triadic colors

1 #099619 and #190996 with #961909 are triadic colors.

2 #091996 and #199609 with #961909 are triadic colors.