COLOR #87012D

HEX: #87012D
RGB: (135,1,45)

Color info

#87012D contains mainly red color. Web safe color of #87012D is #990033 (or #903).

RGB color model

#87012D color RGB value is (135,1,45).

  • red value is 135;
  • green value is 1;
  • blue value is 45.
RGB:
(135,1,45)
(53%,0%,18%)

RGB channels and saturation

R 135 of 255 = 53%
G 1 of 255 = 0%
B 45 of 255 = 18%

135
1
45

R + G + B ~ 24%. #87012D is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 1 + 45 = 181 (100%)
R 135 of 181 ~ 74.59%
G 1 of 181 ~ 0.55%
B 45 of 181 ~ 24.86%

%74.59
%24.86

CMYK color model

#87012D color CMYK value is (0,99,67,47).

  • cyan value is 0.00%
  • magenta value is 99.26%
  • yellow value is 66.67%
  • key color value is 47.06%
CMYK:
(0,99,67,47)
C0M99Y67K47 
(0%,99%,67%,47%)
(0.00/0.99/0.67/0.47)	

CMYK percentages

%0
%99.26
%66.67
%47.06

Codes

Color #87012D in popluar color models

87012D
RGB135145
HSL340°98.53%26.67%
HSB/HSV340°99.26%52.94%
CMYK0.00%99.26%66.67%
47.06%

Color #87012D in popluar number systems.

HEX87012D
Decimal135145
Binary100001111101101
Octal207155

Shades and tints

Shades of #87012D

#87012D
(135,1,45)
#7B0129
(123,1,41)
#6F0125
(111,1,37)
#630121
(99,1,33)
#57011D
(87,1,29)
#4B0119
(75,1,25)
#3F0115
(63,1,21)
#330111
(51,1,17)
#27010D
(39,1,13)
#1B0109
(27,1,9)
#0F0105
(15,1,5)
#000000
(0,0,0)

Tints of #87012D

#87012D
(135,1,45)
#911840
(145,24,64)
#9B2F53
(155,47,83)
#A54666
(165,70,102)
#AF5D79
(175,93,121)
#B9748C
(185,116,140)
#C38B9F
(195,139,159)
#CDA2B2
(205,162,178)
#D7B9C5
(215,185,197)
#E1D0D8
(225,208,216)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87012D color. Also use rgb(135,1,45) instead hex code.

Text Font Color

.myTextColor { color: #87012D; }

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

This text font color is #87012D.


Background Color

.myBgColor { background-color: #87012D; }

<div style="background-color:#87012D">Inner text</div>

This div background color is #87012D.


Border color

.myBorderColor { border: 1px solid #87012D; }

<div style="border:3px solid #87012D">Div</div>

This div border color is #87012D.


Opacity

.myOpacity80 { color: #87012D; opacity: 0.8; }

<p style="color:#87012D;opacity:0.8;">80%</p>

Text with #87012D 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 #87012D;}

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

This text has shadow with #87012D color.

.textShadow {text-shadow: 3px 3px 1px #87012D, 3px 3px 1px red;}

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

This text has shadow with #87012D primary color and red secondary color.


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

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

This text has shadow with #87012D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87012D on black background.


Color preview on white background

This text has color #87012D on white background.



Black color preview on #87012D background

This text has black color on #87012D background.


White color preview on #87012D background

This text has white color on #87012D background.