COLOR #87202A

HEX: #87202A RGB: (135,32,42)

Color info

#87202A contains mainly red color. Web safe color of #87202A is #993333 (or #933).

RGB color model

#87202A color RGB value is (135,32,42).

RGB: (135,32,42) (53%, 13%, 16%)

RGB channels and saturation

R 135 of 255 = 53%
G 32 of 255 = 13%
B 42 of 255 = 16%

135
32
42

R + G + B ~ 27%. #87202A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 32 + 42 = 209 (100%)
R 135 of 209 ~ 64.59%
G 32 of 209 ~ 15.31%
B 42 of 209 ~ 20.1'%

%64.59
%15.31
%20.1

CMYK color model

#87202A color CMYK value is (0,76,69,47).

  • cyan value is 0.00%
  • magenta value is 76.30%
  • yellow value is 68.89%
  • key color value is 47.06%

CMYK: (0,76,69,47)
C0M76Y69K47 (0%, 76%, 69%, 47%)
(0.00 / 0.76 / 0.69 / 0.47)

CMYK percentages

%0
%76.3
%68.89
%47.06

Codes

Color #87202A in popluar color models

87 20 2A
RGB 135 32 42
HSL 354° 61.68% 32.75%
HSB/HSV 354° 76.30% 52.94%
CMYK 0.00% 76.30% 68.89%
47.06%

Color #87202A in popluar number systems.

HEX 87 20 2A
Decimal 135 32 42
Binary 10000111 100000 101010
Octal 207 40 52

Shades and tints

Shades of #87202A

#87202A
(135,32,42)
#7B1E27
(123,30,39)
#6F1C24
(111,28,36)
#631A21
(99,26,33)
#57181E
(87,24,30)
#4B161B
(75,22,27)
#3F1418
(63,20,24)
#331215
(51,18,21)
#271012
(39,16,18)
#1B0E0F
(27,14,15)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #87202A

#87202A
(135,32,42)
#91343D
(145,52,61)
#9B4850
(155,72,80)
#A55C63
(165,92,99)
#AF7076
(175,112,118)
#B98489
(185,132,137)
#C3989C
(195,152,156)
#CDACAF
(205,172,175)
#D7C0C2
(215,192,194)
#E1D4D5
(225,212,213)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87202A color. Also use rgb(135,32,42) instead hex code.

Text Font Color

.myTextColor { color: #87202A; }

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

This text font color is #87202A.

Background Color

.myBgColor { background-color: #87202A; }

<div style="background-color:#87202A">Inner text</div>

This div background color is #87202A.

Border color

.myBorderColor { border: 1px solid #87202A; }

<div style="border:3px solid #87202A">Div</div>

This div border color is #87202A.

Opacity

.myOpacity80 { color: #87202A; opacity: 0.8; }

<p style="color:#87202A;opacity:0.8;">80%</p>

Text with #87202A 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 #87202A;}

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

This text has shadow with #87202A color.


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

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

This text has shadow with #87202A primary color and red secondary color.


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

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

This text has shadow with #87202A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87202A.

Preview

Color preview on black background

This text has color #87202A on black background.


Color preview on white background

This text has color #87202A on white background.


Black color preview on #87202A background

This text has black color on #87202A background.


White color preview on #87202A background

This text has white color on #87202A background.


Related colors

Complementary color

Complementary color for #hex is #78DFD5.


I love getcolorcode.com

Triadic colors

1 #2A8720 and #202A87 with #87202A are triadic colors.

2 #2A2087 and #20872A with #87202A are triadic colors.