COLOR #87143B

HEX: #87143B
RGB: (135,20,59)

Color info

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

RGB color model

#87143B color RGB value is (135,20,59).

  • red value is 135;
  • green value is 20;
  • blue value is 59.
RGB:
(135,20,59)
(53%,8%,23%)

RGB channels and saturation

R 135 of 255 = 53%
G 20 of 255 = 8%
B 59 of 255 = 23%

135
20
59

R + G + B ~ 28%. #87143B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 20 + 59 = 214 (100%)
R 135 of 214 ~ 63.08%
G 20 of 214 ~ 9.35%
B 59 of 214 ~ 27.57%

%63.08
%27.57

CMYK color model

#87143B color CMYK value is (0,85,56,47).

  • cyan value is 0.00%
  • magenta value is 85.19%
  • yellow value is 56.30%
  • key color value is 47.06%
CMYK:
(0,85,56,47)
C0M85Y56K47 
(0%,85%,56%,47%)
(0.00/0.85/0.56/0.47)	

CMYK percentages

%0
%85.19
%56.3
%47.06

Codes

Color #87143B in popluar color models

87143B
RGB1352059
HSL340°74.19%30.39%
HSB/HSV340°85.19%52.94%
CMYK0.00%85.19%56.30%
47.06%

Color #87143B in popluar number systems.

HEX87143B
Decimal1352059
Binary1000011110100111011
Octal2072473

Shades and tints

Shades of #87143B

#87143B
(135,20,59)
#7B1336
(123,19,54)
#6F1231
(111,18,49)
#63112C
(99,17,44)
#571027
(87,16,39)
#4B0F22
(75,15,34)
#3F0E1D
(63,14,29)
#330D18
(51,13,24)
#270C13
(39,12,19)
#1B0B0E
(27,11,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #87143B

#87143B
(135,20,59)
#91294C
(145,41,76)
#9B3E5D
(155,62,93)
#A5536E
(165,83,110)
#AF687F
(175,104,127)
#B97D90
(185,125,144)
#C392A1
(195,146,161)
#CDA7B2
(205,167,178)
#D7BCC3
(215,188,195)
#E1D1D4
(225,209,212)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87143B color. Also use rgb(135,20,59) instead hex code.

Text Font Color

.myTextColor { color: #87143B; }

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

This text font color is #87143B.


Background Color

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

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

This div background color is #87143B.


Border color

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

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

This div border color is #87143B.


Opacity

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

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

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

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

This text has shadow with #87143B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87143B on black background.


Color preview on white background

This text has color #87143B on white background.



Black color preview on #87143B background

This text has black color on #87143B background.


White color preview on #87143B background

This text has white color on #87143B background.