COLOR #960919

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
9
25

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

Portions of RGB colors in percentages

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

%81.52
%13.59

CMYK color model

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

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

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

CMYK percentages

%0
%94
%83.33
%41.18

Codes

Color #960919 in popluar color models

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

Color #960919 in popluar number systems.

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

Shades and tints

Shades of #960919

#960919
(150,9,25)
#890917
(137,9,23)
#7C0915
(124,9,21)
#6F0913
(111,9,19)
#620911
(98,9,17)
#55090F
(85,9,15)
#48090D
(72,9,13)
#3B090B
(59,9,11)
#2E0909
(46,9,9)
#210907
(33,9,7)
#140905
(20,9,5)
#000000
(0,0,0)

Tints of #960919

#960919
(150,9,25)
#9F1F2D
(159,31,45)
#A83541
(168,53,65)
#B14B55
(177,75,85)
#BA6169
(186,97,105)
#C3777D
(195,119,125)
#CC8D91
(204,141,145)
#D5A3A5
(213,163,165)
#DEB9B9
(222,185,185)
#E7CFCD
(231,207,205)
#F0E5E1
(240,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #960919; }

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

This text font color is #960919.

Background Color

.myBgColor { background-color: #960919; }

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

This div background color is #960919.

Border color

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

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

This div border color is #960919.

Opacity

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

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

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

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

This text has shadow with #960919 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #960919.

Preview

Color preview on black background

This text has color #960919 on black background.


Color preview on white background

This text has color #960919 on white background.


Black color preview on #960919 background

This text has black color on #960919 background.


White color preview on #960919 background

This text has white color on #960919 background.


Related colors

Complementary color

Complementary color for #hex is #69F6E6.


I love getcolorcode.com

Triadic colors

1 #199609 and #091996 with #960919 are triadic colors.

2 #190996 and #099619 with #960919 are triadic colors.