COLOR #831557

HEX: #831557
RGB: (131,21,87)

Color info

#831557 contains mainly red and blue colors. Web safe color of #831557 is #990066 (or #906).

RGB color model

#831557 color RGB value is (131,21,87).

  • red value is 131;
  • green value is 21;
  • blue value is 87.
RGB:
(131,21,87)
(51%,8%,34%)

RGB channels and saturation

R 131 of 255 = 51%
G 21 of 255 = 8%
B 87 of 255 = 34%

131
21
87

R + G + B ~ 31%. #831557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 21 + 87 = 239 (100%)
R 131 of 239 ~ 54.81%
G 21 of 239 ~ 8.79%
B 87 of 239 ~ 36.4%

%54.81
%36.4

CMYK color model

#831557 color CMYK value is (0,84,34,49).

  • cyan value is 0.00%
  • magenta value is 83.97%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(0,84,34,49)
C0M84Y34K49 
(0%,84%,34%,49%)
(0.00/0.84/0.34/0.49)	

CMYK percentages

%0
%83.97
%33.59
%48.63

Codes

Color #831557 in popluar color models

831557
RGB1312187
HSL324°72.37%29.80%
HSB/HSV324°83.97%51.37%
CMYK0.00%83.97%33.59%
48.63%

Color #831557 in popluar number systems.

HEX831557
Decimal1312187
Binary10000011101011010111
Octal20325127

Shades and tints

Shades of #831557

#831557
(131,21,87)
#781450
(120,20,80)
#6D1349
(109,19,73)
#621242
(98,18,66)
#57113B
(87,17,59)
#4C1034
(76,16,52)
#410F2D
(65,15,45)
#360E26
(54,14,38)
#2B0D1F
(43,13,31)
#200C18
(32,12,24)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #831557

#831557
(131,21,87)
#8E2A66
(142,42,102)
#993F75
(153,63,117)
#A45484
(164,84,132)
#AF6993
(175,105,147)
#BA7EA2
(186,126,162)
#C593B1
(197,147,177)
#D0A8C0
(208,168,192)
#DBBDCF
(219,189,207)
#E6D2DE
(230,210,222)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831557 color. Also use rgb(131,21,87) instead hex code.

Text Font Color

.myTextColor { color: #831557; }

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

This text font color is #831557.


Background Color

.myBgColor { background-color: #831557; }

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

This div background color is #831557.


Border color

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

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

This div border color is #831557.


Opacity

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

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

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

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

This text has shadow with #831557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831557 on black background.


Color preview on white background

This text has color #831557 on white background.



Black color preview on #831557 background

This text has black color on #831557 background.


White color preview on #831557 background

This text has white color on #831557 background.