COLOR #8F1741

HEX: #8F1741
RGB: (143,23,65)

Color info

#8F1741 contains mainly red color. Web safe color of #8F1741 is #990033 (or #903).

RGB color model

#8F1741 color RGB value is (143,23,65).

  • red value is 143;
  • green value is 23;
  • blue value is 65.
RGB:
(143,23,65)
(56%,9%,25%)

RGB channels and saturation

R 143 of 255 = 56%
G 23 of 255 = 9%
B 65 of 255 = 25%

143
23
65

R + G + B ~ 30%. #8F1741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 23 + 65 = 231 (100%)
R 143 of 231 ~ 61.9%
G 23 of 231 ~ 9.96%
B 65 of 231 ~ 28.14%

%61.9
%9.96
%28.14

CMYK color model

#8F1741 color CMYK value is (0,84,55,44).

  • cyan value is 0.00%
  • magenta value is 83.92%
  • yellow value is 54.55%
  • key color value is 43.92%
CMYK:
(0,84,55,44)
C0M84Y55K44 
(0%,84%,55%,44%)
(0.00/0.84/0.55/0.44)	

CMYK percentages

%0
%83.92
%54.55
%43.92

Codes

Color #8F1741 in popluar color models

8F1741
RGB1432365
HSL339°72.29%32.55%
HSB/HSV339°83.92%56.08%
CMYK0.00%83.92%54.55%
43.92%

Color #8F1741 in popluar number systems.

HEX8F1741
Decimal1432365
Binary10001111101111000001
Octal21727101

Shades and tints

Shades of #8F1741

#8F1741
(143,23,65)
#82153C
(130,21,60)
#751337
(117,19,55)
#681132
(104,17,50)
#5B0F2D
(91,15,45)
#4E0D28
(78,13,40)
#410B23
(65,11,35)
#34091E
(52,9,30)
#270719
(39,7,25)
#1A0514
(26,5,20)
#0D030F
(13,3,15)
#000000
(0,0,0)

Tints of #8F1741

#8F1741
(143,23,65)
#992C52
(153,44,82)
#A34163
(163,65,99)
#AD5674
(173,86,116)
#B76B85
(183,107,133)
#C18096
(193,128,150)
#CB95A7
(203,149,167)
#D5AAB8
(213,170,184)
#DFBFC9
(223,191,201)
#E9D4DA
(233,212,218)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F1741 color. Also use rgb(143,23,65) instead hex code.

Text Font Color

.myTextColor { color: #8F1741; }

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

This text font color is #8F1741.


Background Color

.myBgColor { background-color: #8F1741; }

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

This div background color is #8F1741.


Border color

.myBorderColor { border: 1px solid #8F1741; }

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

This div border color is #8F1741.


Opacity

.myOpacity80 { color: #8F1741; opacity: 0.8; }

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

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

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

This text has shadow with #8F1741 color.

.textShadow {text-shadow: 3px 3px 1px #8F1741, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1741 on black background.


Color preview on white background

This text has color #8F1741 on white background.



Black color preview on #8F1741 background

This text has black color on #8F1741 background.


White color preview on #8F1741 background

This text has white color on #8F1741 background.