COLOR #8B1F39

HEX: #8B1F39
RGB: (139,31,57)

Color info

#8B1F39 contains mainly red color. Web safe color of #8B1F39 is #993333 (or #933).

RGB color model

#8B1F39 color RGB value is (139,31,57).

  • red value is 139;
  • green value is 31;
  • blue value is 57.
RGB:
(139,31,57)
(55%,12%,22%)

RGB channels and saturation

R 139 of 255 = 55%
G 31 of 255 = 12%
B 57 of 255 = 22%

139
31
57

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

Portions of RGB colors in percentages

R + G + B =
139 + 31 + 57 = 227 (100%)
R 139 of 227 ~ 61.23%
G 31 of 227 ~ 13.66%
B 57 of 227 ~ 25.11%

%61.23
%13.66
%25.11

CMYK color model

#8B1F39 color CMYK value is (0,78,59,45).

  • cyan value is 0.00%
  • magenta value is 77.70%
  • yellow value is 58.99%
  • key color value is 45.49%
CMYK:
(0,78,59,45)
C0M78Y59K45 
(0%,78%,59%,45%)
(0.00/0.78/0.59/0.45)	

CMYK percentages

%0
%77.7
%58.99
%45.49

Codes

Color #8B1F39 in popluar color models

8B1F39
RGB1393157
HSL346°63.53%33.33%
HSB/HSV346°77.70%54.51%
CMYK0.00%77.70%58.99%
45.49%

Color #8B1F39 in popluar number systems.

HEX8B1F39
Decimal1393157
Binary1000101111111111001
Octal2133771

Shades and tints

Shades of #8B1F39

#8B1F39
(139,31,57)
#7F1D34
(127,29,52)
#731B2F
(115,27,47)
#67192A
(103,25,42)
#5B1725
(91,23,37)
#4F1520
(79,21,32)
#43131B
(67,19,27)
#371116
(55,17,22)
#2B0F11
(43,15,17)
#1F0D0C
(31,13,12)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #8B1F39

#8B1F39
(139,31,57)
#95334B
(149,51,75)
#9F475D
(159,71,93)
#A95B6F
(169,91,111)
#B36F81
(179,111,129)
#BD8393
(189,131,147)
#C797A5
(199,151,165)
#D1ABB7
(209,171,183)
#DBBFC9
(219,191,201)
#E5D3DB
(229,211,219)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1F39 color. Also use rgb(139,31,57) instead hex code.

Text Font Color

.myTextColor { color: #8B1F39; }

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

This text font color is #8B1F39.


Background Color

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

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

This div background color is #8B1F39.


Border color

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

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

This div border color is #8B1F39.


Opacity

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

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

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

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

This text has shadow with #8B1F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1F39 on black background.


Color preview on white background

This text has color #8B1F39 on white background.



Black color preview on #8B1F39 background

This text has black color on #8B1F39 background.


White color preview on #8B1F39 background

This text has white color on #8B1F39 background.