COLOR #9F1E4A

HEX: #9F1E4A
RGB: (159,30,74)

Color info

#9F1E4A contains mainly red color. Web safe color of #9F1E4A is #993333 (or #933).

RGB color model

#9F1E4A color RGB value is (159,30,74).

  • red value is 159;
  • green value is 30;
  • blue value is 74.
RGB:
(159,30,74)
(62%,12%,29%)

RGB channels and saturation

R 159 of 255 = 62%
G 30 of 255 = 12%
B 74 of 255 = 29%

159
30
74

R + G + B ~ 34%. #9F1E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 30 + 74 = 263 (100%)
R 159 of 263 ~ 60.46%
G 30 of 263 ~ 11.41%
B 74 of 263 ~ 28.14%

%60.46
%11.41
%28.14

CMYK color model

#9F1E4A color CMYK value is (0,81,53,38).

  • cyan value is 0.00%
  • magenta value is 81.13%
  • yellow value is 53.46%
  • key color value is 37.65%
CMYK:
(0,81,53,38)
C0M81Y53K38 
(0%,81%,53%,38%)
(0.00/0.81/0.53/0.38)	

CMYK percentages

%0
%81.13
%53.46
%37.65

Codes

Color #9F1E4A in popluar color models

9F1E4A
RGB1593074
HSL340°68.25%37.06%
HSB/HSV340°81.13%62.35%
CMYK0.00%81.13%53.46%
37.65%

Color #9F1E4A in popluar number systems.

HEX9F1E4A
Decimal1593074
Binary10011111111101001010
Octal23736112

Shades and tints

Shades of #9F1E4A

#9F1E4A
(159,30,74)
#911C44
(145,28,68)
#831A3E
(131,26,62)
#751838
(117,24,56)
#671632
(103,22,50)
#59142C
(89,20,44)
#4B1226
(75,18,38)
#3D1020
(61,16,32)
#2F0E1A
(47,14,26)
#210C14
(33,12,20)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #9F1E4A

#9F1E4A
(159,30,74)
#A7325A
(167,50,90)
#AF466A
(175,70,106)
#B75A7A
(183,90,122)
#BF6E8A
(191,110,138)
#C7829A
(199,130,154)
#CF96AA
(207,150,170)
#D7AABA
(215,170,186)
#DFBECA
(223,190,202)
#E7D2DA
(231,210,218)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F1E4A color. Also use rgb(159,30,74) instead hex code.

Text Font Color

.myTextColor { color: #9F1E4A; }

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

This text font color is #9F1E4A.


Background Color

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

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

This div background color is #9F1E4A.


Border color

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

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

This div border color is #9F1E4A.


Opacity

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

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

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

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

This text has shadow with #9F1E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F1E4A on black background.


Color preview on white background

This text has color #9F1E4A on white background.



Black color preview on #9F1E4A background

This text has black color on #9F1E4A background.


White color preview on #9F1E4A background

This text has white color on #9F1E4A background.