COLOR #831919

HEX: #831919
RGB: (131,25,25)

Color info

#831919 contains mainly red color. Web safe color of #831919 is #990000 (or #900).

RGB color model

#831919 color RGB value is (131,25,25).

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

RGB channels and saturation

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

131
25
25

R + G + B ~ 24%. #831919 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 25 + 25 = 181 (100%)
R 131 of 181 ~ 72.38%
G 25 of 181 ~ 13.81%
B 25 of 181 ~ 13.81%

%72.38
%13.81
%13.81

CMYK color model

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

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

CMYK percentages

%0
%80.92
%80.92
%48.63

Codes

Color #831919 in popluar color models

831919
RGB1312525
HSL67.95%30.59%
HSB/HSV80.92%51.37%
CMYK0.00%80.92%80.92%
48.63%

Color #831919 in popluar number systems.

HEX831919
Decimal1312525
Binary100000111100111001
Octal2033131

Shades and tints

Shades of #831919

#831919
(131,25,25)
#781717
(120,23,23)
#6D1515
(109,21,21)
#621313
(98,19,19)
#571111
(87,17,17)
#4C0F0F
(76,15,15)
#410D0D
(65,13,13)
#360B0B
(54,11,11)
#2B0909
(43,9,9)
#200707
(32,7,7)
#150505
(21,5,5)
#000000
(0,0,0)

Tints of #831919

#831919
(131,25,25)
#8E2D2D
(142,45,45)
#994141
(153,65,65)
#A45555
(164,85,85)
#AF6969
(175,105,105)
#BA7D7D
(186,125,125)
#C59191
(197,145,145)
#D0A5A5
(208,165,165)
#DBB9B9
(219,185,185)
#E6CDCD
(230,205,205)
#F1E1E1
(241,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831919; }

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

This text font color is #831919.


Background Color

.myBgColor { background-color: #831919; }

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

This div background color is #831919.


Border color

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

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

This div border color is #831919.


Opacity

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

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

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

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

This text has shadow with #831919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831919 on black background.


Color preview on white background

This text has color #831919 on white background.



Black color preview on #831919 background

This text has black color on #831919 background.


White color preview on #831919 background

This text has white color on #831919 background.