COLOR #8B1D39

HEX: #8B1D39
RGB: (139,29,57)

Color info

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

RGB color model

#8B1D39 color RGB value is (139,29,57).

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

RGB channels and saturation

R 139 of 255 = 55%
G 29 of 255 = 11%
B 57 of 255 = 22%

139
29
57

R + G + B ~ 29%. #8B1D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 29 + 57 = 225 (100%)
R 139 of 225 ~ 61.78%
G 29 of 225 ~ 12.89%
B 57 of 225 ~ 25.33%

%61.78
%12.89
%25.33

CMYK color model

#8B1D39 color CMYK value is (0,79,59,45).

  • cyan value is 0.00%
  • magenta value is 79.14%
  • yellow value is 58.99%
  • key color value is 45.49%
CMYK:
(0,79,59,45)
C0M79Y59K45 
(0%,79%,59%,45%)
(0.00/0.79/0.59/0.45)	

CMYK percentages

%0
%79.14
%58.99
%45.49

Codes

Color #8B1D39 in popluar color models

8B1D39
RGB1392957
HSL345°65.48%32.94%
HSB/HSV345°79.14%54.51%
CMYK0.00%79.14%58.99%
45.49%

Color #8B1D39 in popluar number systems.

HEX8B1D39
Decimal1392957
Binary1000101111101111001
Octal2133571

Shades and tints

Shades of #8B1D39

#8B1D39
(139,29,57)
#7F1B34
(127,27,52)
#73192F
(115,25,47)
#67172A
(103,23,42)
#5B1525
(91,21,37)
#4F1320
(79,19,32)
#43111B
(67,17,27)
#370F16
(55,15,22)
#2B0D11
(43,13,17)
#1F0B0C
(31,11,12)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #8B1D39

#8B1D39
(139,29,57)
#95314B
(149,49,75)
#9F455D
(159,69,93)
#A9596F
(169,89,111)
#B36D81
(179,109,129)
#BD8193
(189,129,147)
#C795A5
(199,149,165)
#D1A9B7
(209,169,183)
#DBBDC9
(219,189,201)
#E5D1DB
(229,209,219)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B1D39; }

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

This text font color is #8B1D39.


Background Color

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

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

This div background color is #8B1D39.


Border color

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

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

This div border color is #8B1D39.


Opacity

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

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

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

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

This text has shadow with #8B1D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1D39 on black background.


Color preview on white background

This text has color #8B1D39 on white background.



Black color preview on #8B1D39 background

This text has black color on #8B1D39 background.


White color preview on #8B1D39 background

This text has white color on #8B1D39 background.