COLOR #831B50

HEX: #831B50
RGB: (131,27,80)

Color info

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

RGB color model

#831B50 color RGB value is (131,27,80).

  • red value is 131;
  • green value is 27;
  • blue value is 80.
RGB:
(131,27,80)
(51%,11%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 27 of 255 = 11%
B 80 of 255 = 31%

131
27
80

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

Portions of RGB colors in percentages

R + G + B =
131 + 27 + 80 = 238 (100%)
R 131 of 238 ~ 55.04%
G 27 of 238 ~ 11.34%
B 80 of 238 ~ 33.61%

%55.04
%11.34
%33.61

CMYK color model

#831B50 color CMYK value is (0,79,39,49).

  • cyan value is 0.00%
  • magenta value is 79.39%
  • yellow value is 38.93%
  • key color value is 48.63%
CMYK:
(0,79,39,49)
C0M79Y39K49 
(0%,79%,39%,49%)
(0.00/0.79/0.39/0.49)	

CMYK percentages

%0
%79.39
%38.93
%48.63

Codes

Color #831B50 in popluar color models

831B50
RGB1312780
HSL329°65.82%30.98%
HSB/HSV329°79.39%51.37%
CMYK0.00%79.39%38.93%
48.63%

Color #831B50 in popluar number systems.

HEX831B50
Decimal1312780
Binary10000011110111010000
Octal20333120

Shades and tints

Shades of #831B50

#831B50
(131,27,80)
#781949
(120,25,73)
#6D1742
(109,23,66)
#62153B
(98,21,59)
#571334
(87,19,52)
#4C112D
(76,17,45)
#410F26
(65,15,38)
#360D1F
(54,13,31)
#2B0B18
(43,11,24)
#200911
(32,9,17)
#15070A
(21,7,10)
#000000
(0,0,0)

Tints of #831B50

#831B50
(131,27,80)
#8E2F5F
(142,47,95)
#99436E
(153,67,110)
#A4577D
(164,87,125)
#AF6B8C
(175,107,140)
#BA7F9B
(186,127,155)
#C593AA
(197,147,170)
#D0A7B9
(208,167,185)
#DBBBC8
(219,187,200)
#E6CFD7
(230,207,215)
#F1E3E6
(241,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831B50 color. Also use rgb(131,27,80) instead hex code.

Text Font Color

.myTextColor { color: #831B50; }

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

This text font color is #831B50.


Background Color

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

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

This div background color is #831B50.


Border color

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

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

This div border color is #831B50.


Opacity

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

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

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

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

This text has shadow with #831B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831B50 on black background.


Color preview on white background

This text has color #831B50 on white background.



Black color preview on #831B50 background

This text has black color on #831B50 background.


White color preview on #831B50 background

This text has white color on #831B50 background.