COLOR #831939

HEX: #831939
RGB: (131,25,57)

Color info

#831939 contains mainly red color. Web safe color of #831939 is #990033 (or #903).

RGB color model

#831939 color RGB value is (131,25,57).

  • red value is 131;
  • green value is 25;
  • blue value is 57.
RGB:
(131,25,57)
(51%,10%,22%)

RGB channels and saturation

R 131 of 255 = 51%
G 25 of 255 = 10%
B 57 of 255 = 22%

131
25
57

R + G + B ~ 28%. #831939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 25 + 57 = 213 (100%)
R 131 of 213 ~ 61.5%
G 25 of 213 ~ 11.74%
B 57 of 213 ~ 26.76%

%61.5
%11.74
%26.76

CMYK color model

#831939 color CMYK value is (0,81,56,49).

  • cyan value is 0.00%
  • magenta value is 80.92%
  • yellow value is 56.49%
  • key color value is 48.63%
CMYK:
(0,81,56,49)
C0M81Y56K49 
(0%,81%,56%,49%)
(0.00/0.81/0.56/0.49)	

CMYK percentages

%0
%80.92
%56.49
%48.63

Codes

Color #831939 in popluar color models

831939
RGB1312557
HSL342°67.95%30.59%
HSB/HSV342°80.92%51.37%
CMYK0.00%80.92%56.49%
48.63%

Color #831939 in popluar number systems.

HEX831939
Decimal1312557
Binary1000001111001111001
Octal2033171

Shades and tints

Shades of #831939

#831939
(131,25,57)
#781734
(120,23,52)
#6D152F
(109,21,47)
#62132A
(98,19,42)
#571125
(87,17,37)
#4C0F20
(76,15,32)
#410D1B
(65,13,27)
#360B16
(54,11,22)
#2B0911
(43,9,17)
#20070C
(32,7,12)
#150507
(21,5,7)
#000000
(0,0,0)

Tints of #831939

#831939
(131,25,57)
#8E2D4B
(142,45,75)
#99415D
(153,65,93)
#A4556F
(164,85,111)
#AF6981
(175,105,129)
#BA7D93
(186,125,147)
#C591A5
(197,145,165)
#D0A5B7
(208,165,183)
#DBB9C9
(219,185,201)
#E6CDDB
(230,205,219)
#F1E1ED
(241,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831939 color. Also use rgb(131,25,57) instead hex code.

Text Font Color

.myTextColor { color: #831939; }

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

This text font color is #831939.


Background Color

.myBgColor { background-color: #831939; }

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

This div background color is #831939.


Border color

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

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

This div border color is #831939.


Opacity

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

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

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

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

This text has shadow with #831939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831939 on black background.


Color preview on white background

This text has color #831939 on white background.



Black color preview on #831939 background

This text has black color on #831939 background.


White color preview on #831939 background

This text has white color on #831939 background.