COLOR #8D1B29

HEX: #8D1B29
RGB: (141,27,41)

Color info

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

RGB color model

#8D1B29 color RGB value is (141,27,41).

  • red value is 141;
  • green value is 27;
  • blue value is 41.
RGB:
(141,27,41)
(55%,11%,16%)

RGB channels and saturation

R 141 of 255 = 55%
G 27 of 255 = 11%
B 41 of 255 = 16%

141
27
41

R + G + B ~ 27%. #8D1B29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 27 + 41 = 209 (100%)
R 141 of 209 ~ 67.46%
G 27 of 209 ~ 12.92%
B 41 of 209 ~ 19.62%

%67.46
%12.92
%19.62

CMYK color model

#8D1B29 color CMYK value is (0,81,71,45).

  • cyan value is 0.00%
  • magenta value is 80.85%
  • yellow value is 70.92%
  • key color value is 44.71%
CMYK:
(0,81,71,45)
C0M81Y71K45 
(0%,81%,71%,45%)
(0.00/0.81/0.71/0.45)	

CMYK percentages

%0
%80.85
%70.92
%44.71

Codes

Color #8D1B29 in popluar color models

8D1B29
RGB1412741
HSL353°67.86%32.94%
HSB/HSV353°80.85%55.29%
CMYK0.00%80.85%70.92%
44.71%

Color #8D1B29 in popluar number systems.

HEX8D1B29
Decimal1412741
Binary1000110111011101001
Octal2153351

Shades and tints

Shades of #8D1B29

#8D1B29
(141,27,41)
#811926
(129,25,38)
#751723
(117,23,35)
#691520
(105,21,32)
#5D131D
(93,19,29)
#51111A
(81,17,26)
#450F17
(69,15,23)
#390D14
(57,13,20)
#2D0B11
(45,11,17)
#21090E
(33,9,14)
#15070B
(21,7,11)
#000000
(0,0,0)

Tints of #8D1B29

#8D1B29
(141,27,41)
#972F3C
(151,47,60)
#A1434F
(161,67,79)
#AB5762
(171,87,98)
#B56B75
(181,107,117)
#BF7F88
(191,127,136)
#C9939B
(201,147,155)
#D3A7AE
(211,167,174)
#DDBBC1
(221,187,193)
#E7CFD4
(231,207,212)
#F1E3E7
(241,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D1B29 color. Also use rgb(141,27,41) instead hex code.

Text Font Color

.myTextColor { color: #8D1B29; }

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

This text font color is #8D1B29.


Background Color

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

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

This div background color is #8D1B29.


Border color

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

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

This div border color is #8D1B29.


Opacity

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

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

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

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

This text has shadow with #8D1B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D1B29 on black background.


Color preview on white background

This text has color #8D1B29 on white background.



Black color preview on #8D1B29 background

This text has black color on #8D1B29 background.


White color preview on #8D1B29 background

This text has white color on #8D1B29 background.