COLOR #831A5B

HEX: #831A5B
RGB: (131,26,91)

Color info

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

RGB color model

#831A5B color RGB value is (131,26,91).

  • red value is 131;
  • green value is 26;
  • blue value is 91.
RGB:
(131,26,91)
(51%,10%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 26 of 255 = 10%
B 91 of 255 = 36%

131
26
91

R + G + B ~ 32%. #831A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 26 + 91 = 248 (100%)
R 131 of 248 ~ 52.82%
G 26 of 248 ~ 10.48%
B 91 of 248 ~ 36.69%

%52.82
%10.48
%36.69

CMYK color model

#831A5B color CMYK value is (0,80,31,49).

  • cyan value is 0.00%
  • magenta value is 80.15%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(0,80,31,49)
C0M80Y31K49 
(0%,80%,31%,49%)
(0.00/0.80/0.31/0.49)	

CMYK percentages

%0
%80.15
%30.53
%48.63

Codes

Color #831A5B in popluar color models

831A5B
RGB1312691
HSL323°66.88%30.78%
HSB/HSV323°80.15%51.37%
CMYK0.00%80.15%30.53%
48.63%

Color #831A5B in popluar number systems.

HEX831A5B
Decimal1312691
Binary10000011110101011011
Octal20332133

Shades and tints

Shades of #831A5B

#831A5B
(131,26,91)
#781853
(120,24,83)
#6D164B
(109,22,75)
#621443
(98,20,67)
#57123B
(87,18,59)
#4C1033
(76,16,51)
#410E2B
(65,14,43)
#360C23
(54,12,35)
#2B0A1B
(43,10,27)
#200813
(32,8,19)
#15060B
(21,6,11)
#000000
(0,0,0)

Tints of #831A5B

#831A5B
(131,26,91)
#8E2E69
(142,46,105)
#994277
(153,66,119)
#A45685
(164,86,133)
#AF6A93
(175,106,147)
#BA7EA1
(186,126,161)
#C592AF
(197,146,175)
#D0A6BD
(208,166,189)
#DBBACB
(219,186,203)
#E6CED9
(230,206,217)
#F1E2E7
(241,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831A5B color. Also use rgb(131,26,91) instead hex code.

Text Font Color

.myTextColor { color: #831A5B; }

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

This text font color is #831A5B.


Background Color

.myBgColor { background-color: #831A5B; }

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

This div background color is #831A5B.


Border color

.myBorderColor { border: 1px solid #831A5B; }

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

This div border color is #831A5B.


Opacity

.myOpacity80 { color: #831A5B; opacity: 0.8; }

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

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

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

This text has shadow with #831A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831A5B on black background.


Color preview on white background

This text has color #831A5B on white background.



Black color preview on #831A5B background

This text has black color on #831A5B background.


White color preview on #831A5B background

This text has white color on #831A5B background.