COLOR #9F051B

HEX: #9F051B
RGB: (159,5,27)

Color info

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

RGB color model

#9F051B color RGB value is (159,5,27).

  • red value is 159;
  • green value is 5;
  • blue value is 27.
RGB:
(159,5,27)
(62%,2%,11%)

RGB channels and saturation

R 159 of 255 = 62%
G 5 of 255 = 2%
B 27 of 255 = 11%

159
5
27

R + G + B ~ 25%. #9F051B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 5 + 27 = 191 (100%)
R 159 of 191 ~ 83.25%
G 5 of 191 ~ 2.62%
B 27 of 191 ~ 14.14%

%83.25
%14.14

CMYK color model

#9F051B color CMYK value is (0,97,83,38).

  • cyan value is 0.00%
  • magenta value is 96.86%
  • yellow value is 83.02%
  • key color value is 37.65%
CMYK:
(0,97,83,38)
C0M97Y83K38 
(0%,97%,83%,38%)
(0.00/0.97/0.83/0.38)	

CMYK percentages

%0
%96.86
%83.02
%37.65

Codes

Color #9F051B in popluar color models

9F051B
RGB159527
HSL351°93.90%32.16%
HSB/HSV351°96.86%62.35%
CMYK0.00%96.86%83.02%
37.65%

Color #9F051B in popluar number systems.

HEX9F051B
Decimal159527
Binary1001111110111011
Octal237533

Shades and tints

Shades of #9F051B

#9F051B
(159,5,27)
#910519
(145,5,25)
#830517
(131,5,23)
#750515
(117,5,21)
#670513
(103,5,19)
#590511
(89,5,17)
#4B050F
(75,5,15)
#3D050D
(61,5,13)
#2F050B
(47,5,11)
#210509
(33,5,9)
#130507
(19,5,7)
#000000
(0,0,0)

Tints of #9F051B

#9F051B
(159,5,27)
#A71B2F
(167,27,47)
#AF3143
(175,49,67)
#B74757
(183,71,87)
#BF5D6B
(191,93,107)
#C7737F
(199,115,127)
#CF8993
(207,137,147)
#D79FA7
(215,159,167)
#DFB5BB
(223,181,187)
#E7CBCF
(231,203,207)
#EFE1E3
(239,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F051B color. Also use rgb(159,5,27) instead hex code.

Text Font Color

.myTextColor { color: #9F051B; }

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

This text font color is #9F051B.


Background Color

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

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

This div background color is #9F051B.


Border color

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

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

This div border color is #9F051B.


Opacity

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

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

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

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

This text has shadow with #9F051B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F051B on black background.


Color preview on white background

This text has color #9F051B on white background.



Black color preview on #9F051B background

This text has black color on #9F051B background.


White color preview on #9F051B background

This text has white color on #9F051B background.