COLOR #9F1D48

HEX: #9F1D48
RGB: (159,29,72)

Color info

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

RGB color model

#9F1D48 color RGB value is (159,29,72).

  • red value is 159;
  • green value is 29;
  • blue value is 72.
RGB:
(159,29,72)
(62%,11%,28%)

RGB channels and saturation

R 159 of 255 = 62%
G 29 of 255 = 11%
B 72 of 255 = 28%

159
29
72

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

Portions of RGB colors in percentages

R + G + B =
159 + 29 + 72 = 260 (100%)
R 159 of 260 ~ 61.15%
G 29 of 260 ~ 11.15%
B 72 of 260 ~ 27.69%

%61.15
%11.15
%27.69

CMYK color model

#9F1D48 color CMYK value is (0,82,55,38).

  • cyan value is 0.00%
  • magenta value is 81.76%
  • yellow value is 54.72%
  • key color value is 37.65%
CMYK:
(0,82,55,38)
C0M82Y55K38 
(0%,82%,55%,38%)
(0.00/0.82/0.55/0.38)	

CMYK percentages

%0
%81.76
%54.72
%37.65

Codes

Color #9F1D48 in popluar color models

9F1D48
RGB1592972
HSL340°69.15%36.86%
HSB/HSV340°81.76%62.35%
CMYK0.00%81.76%54.72%
37.65%

Color #9F1D48 in popluar number systems.

HEX9F1D48
Decimal1592972
Binary10011111111011001000
Octal23735110

Shades and tints

Shades of #9F1D48

#9F1D48
(159,29,72)
#911B42
(145,27,66)
#83193C
(131,25,60)
#751736
(117,23,54)
#671530
(103,21,48)
#59132A
(89,19,42)
#4B1124
(75,17,36)
#3D0F1E
(61,15,30)
#2F0D18
(47,13,24)
#210B12
(33,11,18)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #9F1D48

#9F1D48
(159,29,72)
#A73158
(167,49,88)
#AF4568
(175,69,104)
#B75978
(183,89,120)
#BF6D88
(191,109,136)
#C78198
(199,129,152)
#CF95A8
(207,149,168)
#D7A9B8
(215,169,184)
#DFBDC8
(223,189,200)
#E7D1D8
(231,209,216)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F1D48 color. Also use rgb(159,29,72) instead hex code.

Text Font Color

.myTextColor { color: #9F1D48; }

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

This text font color is #9F1D48.


Background Color

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

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

This div background color is #9F1D48.


Border color

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

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

This div border color is #9F1D48.


Opacity

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

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

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

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

This text has shadow with #9F1D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F1D48 on black background.


Color preview on white background

This text has color #9F1D48 on white background.



Black color preview on #9F1D48 background

This text has black color on #9F1D48 background.


White color preview on #9F1D48 background

This text has white color on #9F1D48 background.