COLOR #87001B

HEX: #87001B RGB: (135,0,27)

Color info

#87001B contains mainly red color. Web safe color of #87001B is #990033 (or #903).

RGB color model

#87001B color RGB value is (135,0,27).

RGB: (135,0,27) (53%, 0%, 11%)

RGB channels and saturation

R 135 of 255 = 53%
G 0 of 255 = 0%
B 27 of 255 = 11%

135
0
27

R + G + B ~ 21%. #87001B is dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 0 + 27 = 162 (100%)
R 135 of 162 ~ 83.33%
G 0 of 162 ~ 0%
B 27 of 162 ~ 16.67'%

%83.33
%16.67

CMYK color model

#87001B color CMYK value is (0,100,80,47).

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

CMYK: (0,100,80,47)
C0M100Y80K47 (0%, 100%, 80%, 47%)
(0.00 / 1.00 / 0.80 / 0.47)

CMYK percentages

%0
%100
%80
%47.06

Codes

Color #87001B in popluar color models

87 00 1B
RGB 135 0 27
HSL 348° 100.00% 26.47%
HSB/HSV 348° 100.00% 52.94%
CMYK 0.00% 100.00% 80.00%
47.06%

Color #87001B in popluar number systems.

HEX 87 00 1B
Decimal 135 0 27
Binary 10000111 0 11011
Octal 207 0 33

Shades and tints

Shades of #87001B

#87001B
(135,0,27)
#7B0019
(123,0,25)
#6F0017
(111,0,23)
#630015
(99,0,21)
#570013
(87,0,19)
#4B0011
(75,0,17)
#3F000F
(63,0,15)
#33000D
(51,0,13)
#27000B
(39,0,11)
#1B0009
(27,0,9)
#0F0007
(15,0,7)
#000000
(0,0,0)

Tints of #87001B

#87001B
(135,0,27)
#91172F
(145,23,47)
#9B2E43
(155,46,67)
#A54557
(165,69,87)
#AF5C6B
(175,92,107)
#B9737F
(185,115,127)
#C38A93
(195,138,147)
#CDA1A7
(205,161,167)
#D7B8BB
(215,184,187)
#E1CFCF
(225,207,207)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87001B color. Also use rgb(135,0,27) instead hex code.

Text Font Color

.myTextColor { color: #87001B; }

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

This text font color is #87001B.

Background Color

.myBgColor { background-color: #87001B; }

<div style="background-color:#87001B">Inner text</div>

This div background color is #87001B.

Border color

.myBorderColor { border: 1px solid #87001B; }

<div style="border:3px solid #87001B">Div</div>

This div border color is #87001B.

Opacity

.myOpacity80 { color: #87001B; opacity: 0.8; }

<p style="color:#87001B;opacity:0.8;">80%</p>

Text with #87001B 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 #87001B;}

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

This text has shadow with #87001B color.


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

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

This text has shadow with #87001B primary color and red secondary color.


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

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

This text has shadow with #87001B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87001B.

Preview

Color preview on black background

This text has color #87001B on black background.


Color preview on white background

This text has color #87001B on white background.


Black color preview on #87001B background

This text has black color on #87001B background.


White color preview on #87001B background

This text has white color on #87001B background.


Related colors

Complementary color

Complementary color for #hex is #78FFE4.


I love getcolorcode.com

Triadic colors

1 #1B8700 and #001B87 with #87001B are triadic colors.

2 #1B0087 and #00871B with #87001B are triadic colors.