COLOR #871B26

HEX: #871B26 RGB: (135,27,38)

Color info

#871B26 contains mainly red color. Web safe color of #871B26 is #993333 (or #933).

RGB color model

#871B26 color RGB value is (135,27,38).

RGB: (135,27,38) (53%, 11%, 15%)

RGB channels and saturation

R 135 of 255 = 53%
G 27 of 255 = 11%
B 38 of 255 = 15%

135
27
38

R + G + B ~ 26%. #871B26 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 27 + 38 = 200 (100%)
R 135 of 200 ~ 67.5%
G 27 of 200 ~ 13.5%
B 38 of 200 ~ 19'%

%67.5
%13.5
%19

CMYK color model

#871B26 color CMYK value is (0,80,72,47).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 71.85%
  • key color value is 47.06%

CMYK: (0,80,72,47)
C0M80Y72K47 (0%, 80%, 72%, 47%)
(0.00 / 0.80 / 0.72 / 0.47)

CMYK percentages

%0
%80
%71.85
%47.06

Codes

Color #871B26 in popluar color models

87 1B 26
RGB 135 27 38
HSL 354° 66.67% 31.76%
HSB/HSV 354° 80.00% 52.94%
CMYK 0.00% 80.00% 71.85%
47.06%

Color #871B26 in popluar number systems.

HEX 87 1B 26
Decimal 135 27 38
Binary 10000111 11011 100110
Octal 207 33 46

Shades and tints

Shades of #871B26

#871B26
(135,27,38)
#7B1923
(123,25,35)
#6F1720
(111,23,32)
#63151D
(99,21,29)
#57131A
(87,19,26)
#4B1117
(75,17,23)
#3F0F14
(63,15,20)
#330D11
(51,13,17)
#270B0E
(39,11,14)
#1B090B
(27,9,11)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #871B26

#871B26
(135,27,38)
#912F39
(145,47,57)
#9B434C
(155,67,76)
#A5575F
(165,87,95)
#AF6B72
(175,107,114)
#B97F85
(185,127,133)
#C39398
(195,147,152)
#CDA7AB
(205,167,171)
#D7BBBE
(215,187,190)
#E1CFD1
(225,207,209)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871B26 color. Also use rgb(135,27,38) instead hex code.

Text Font Color

.myTextColor { color: #871B26; }

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

This text font color is #871B26.

Background Color

.myBgColor { background-color: #871B26; }

<div style="background-color:#871B26">Inner text</div>

This div background color is #871B26.

Border color

.myBorderColor { border: 1px solid #871B26; }

<div style="border:3px solid #871B26">Div</div>

This div border color is #871B26.

Opacity

.myOpacity80 { color: #871B26; opacity: 0.8; }

<p style="color:#871B26;opacity:0.8;">80%</p>

Text with #871B26 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 #871B26;}

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

This text has shadow with #871B26 color.


.textShadow {text-shadow: 3px 3px 1px #871B26', 3px 3px 1px red;}

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

This text has shadow with #871B26 primary color and red secondary color.


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

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

This text has shadow with #871B26 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #871B26; -webkit-box-shadow: 1px 1px 3px 2px #871B26; box-shadow:1px 1px 3px 2px #871B26;">
Div content here
</div>

This div box has shadow with color #871B26.

Preview

Color preview on black background

This text has color #871B26 on black background.


Color preview on white background

This text has color #871B26 on white background.


Black color preview on #871B26 background

This text has black color on #871B26 background.


White color preview on #871B26 background

This text has white color on #871B26 background.


Related colors

Complementary color

Complementary color for #hex is #78E4D9.


I love getcolorcode.com

Triadic colors

1 #26871B and #1B2687 with #871B26 are triadic colors.

2 #261B87 and #1B8726 with #871B26 are triadic colors.