COLOR #873255

HEX: #873255 RGB: (135,50,85)

Color info

#873255 contains mainly red and blue colors. Web safe color of #873255 is #993366 (or #936).

RGB color model

#873255 color RGB value is (135,50,85).

RGB: (135,50,85) (53%, 20%, 33%)

RGB channels and saturation

R 135 of 255 = 53%
G 50 of 255 = 20%
B 85 of 255 = 33%

135
50
85

R + G + B ~ 35%. #873255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 50 + 85 = 270 (100%)
R 135 of 270 ~ 50%
G 50 of 270 ~ 18.52%
B 85 of 270 ~ 31.48'%

%50
%18.52
%31.48

CMYK color model

#873255 color CMYK value is (0,63,37,47).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 37.04%
  • key color value is 47.06%

CMYK: (0,63,37,47)
C0M63Y37K47 (0%, 63%, 37%, 47%)
(0.00 / 0.63 / 0.37 / 0.47)

CMYK percentages

%0
%62.96
%37.04
%47.06

Codes

Color #873255 in popluar color models

87 32 55
RGB 135 50 85
HSL 335° 45.95% 36.27%
HSB/HSV 335° 62.96% 52.94%
CMYK 0.00% 62.96% 37.04%
47.06%

Color #873255 in popluar number systems.

HEX 87 32 55
Decimal 135 50 85
Binary 10000111 110010 1010101
Octal 207 62 125

Shades and tints

Shades of #873255

#873255
(135,50,85)
#7B2E4E
(123,46,78)
#6F2A47
(111,42,71)
#632640
(99,38,64)
#572239
(87,34,57)
#4B1E32
(75,30,50)
#3F1A2B
(63,26,43)
#331624
(51,22,36)
#27121D
(39,18,29)
#1B0E16
(27,14,22)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #873255

#873255
(135,50,85)
#914464
(145,68,100)
#9B5673
(155,86,115)
#A56882
(165,104,130)
#AF7A91
(175,122,145)
#B98CA0
(185,140,160)
#C39EAF
(195,158,175)
#CDB0BE
(205,176,190)
#D7C2CD
(215,194,205)
#E1D4DC
(225,212,220)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873255 color. Also use rgb(135,50,85) instead hex code.

Text Font Color

.myTextColor { color: #873255; }

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

This text font color is #873255.

Background Color

.myBgColor { background-color: #873255; }

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

This div background color is #873255.

Border color

.myBorderColor { border: 1px solid #873255; }

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

This div border color is #873255.

Opacity

.myOpacity80 { color: #873255; opacity: 0.8; }

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

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

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

This text has shadow with #873255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873255.

Preview

Color preview on black background

This text has color #873255 on black background.


Color preview on white background

This text has color #873255 on white background.


Black color preview on #873255 background

This text has black color on #873255 background.


White color preview on #873255 background

This text has white color on #873255 background.


Related colors

Complementary color

Complementary color for #hex is #78CDAA.


I love getcolorcode.com

Triadic colors

1 #558732 and #325587 with #873255 are triadic colors.

2 #553287 and #328755 with #873255 are triadic colors.