COLOR #9F1024

HEX: #9F1024
RGB: (159,16,36)

Color info

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

RGB color model

#9F1024 color RGB value is (159,16,36).

  • red value is 159;
  • green value is 16;
  • blue value is 36.
RGB:
(159,16,36)
(62%,6%,14%)

RGB channels and saturation

R 159 of 255 = 62%
G 16 of 255 = 6%
B 36 of 255 = 14%

159
16
36

R + G + B ~ 27%. #9F1024 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 16 + 36 = 211 (100%)
R 159 of 211 ~ 75.36%
G 16 of 211 ~ 7.58%
B 36 of 211 ~ 17.06%

%75.36
%17.06

CMYK color model

#9F1024 color CMYK value is (0,90,77,38).

  • cyan value is 0.00%
  • magenta value is 89.94%
  • yellow value is 77.36%
  • key color value is 37.65%
CMYK:
(0,90,77,38)
C0M90Y77K38 
(0%,90%,77%,38%)
(0.00/0.90/0.77/0.38)	

CMYK percentages

%0
%89.94
%77.36
%37.65

Codes

Color #9F1024 in popluar color models

9F1024
RGB1591636
HSL352°81.71%34.31%
HSB/HSV352°89.94%62.35%
CMYK0.00%89.94%77.36%
37.65%

Color #9F1024 in popluar number systems.

HEX9F1024
Decimal1591636
Binary1001111110000100100
Octal2372044

Shades and tints

Shades of #9F1024

#9F1024
(159,16,36)
#910F21
(145,15,33)
#830E1E
(131,14,30)
#750D1B
(117,13,27)
#670C18
(103,12,24)
#590B15
(89,11,21)
#4B0A12
(75,10,18)
#3D090F
(61,9,15)
#2F080C
(47,8,12)
#210709
(33,7,9)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #9F1024

#9F1024
(159,16,36)
#A72537
(167,37,55)
#AF3A4A
(175,58,74)
#B74F5D
(183,79,93)
#BF6470
(191,100,112)
#C77983
(199,121,131)
#CF8E96
(207,142,150)
#D7A3A9
(215,163,169)
#DFB8BC
(223,184,188)
#E7CDCF
(231,205,207)
#EFE2E2
(239,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F1024 color. Also use rgb(159,16,36) instead hex code.

Text Font Color

.myTextColor { color: #9F1024; }

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

This text font color is #9F1024.


Background Color

.myBgColor { background-color: #9F1024; }

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

This div background color is #9F1024.


Border color

.myBorderColor { border: 1px solid #9F1024; }

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

This div border color is #9F1024.


Opacity

.myOpacity80 { color: #9F1024; opacity: 0.8; }

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

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

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

This text has shadow with #9F1024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F1024 on black background.


Color preview on white background

This text has color #9F1024 on white background.



Black color preview on #9F1024 background

This text has black color on #9F1024 background.


White color preview on #9F1024 background

This text has white color on #9F1024 background.