COLOR #831219

HEX: #831219
RGB: (131,18,25)

Color info

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

RGB color model

#831219 color RGB value is (131,18,25).

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

RGB channels and saturation

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

131
18
25

R + G + B ~ 23%. #831219 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 18 + 25 = 174 (100%)
R 131 of 174 ~ 75.29%
G 18 of 174 ~ 10.34%
B 25 of 174 ~ 14.37%

%75.29
%10.34
%14.37

CMYK color model

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

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

CMYK percentages

%0
%86.26
%80.92
%48.63

Codes

Color #831219 in popluar color models

831219
RGB1311825
HSL356°75.84%29.22%
HSB/HSV356°86.26%51.37%
CMYK0.00%86.26%80.92%
48.63%

Color #831219 in popluar number systems.

HEX831219
Decimal1311825
Binary100000111001011001
Octal2032231

Shades and tints

Shades of #831219

#831219
(131,18,25)
#781117
(120,17,23)
#6D1015
(109,16,21)
#620F13
(98,15,19)
#570E11
(87,14,17)
#4C0D0F
(76,13,15)
#410C0D
(65,12,13)
#360B0B
(54,11,11)
#2B0A09
(43,10,9)
#200907
(32,9,7)
#150805
(21,8,5)
#000000
(0,0,0)

Tints of #831219

#831219
(131,18,25)
#8E272D
(142,39,45)
#993C41
(153,60,65)
#A45155
(164,81,85)
#AF6669
(175,102,105)
#BA7B7D
(186,123,125)
#C59091
(197,144,145)
#D0A5A5
(208,165,165)
#DBBAB9
(219,186,185)
#E6CFCD
(230,207,205)
#F1E4E1
(241,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831219; }

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

This text font color is #831219.


Background Color

.myBgColor { background-color: #831219; }

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

This div background color is #831219.


Border color

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

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

This div border color is #831219.


Opacity

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

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

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

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

This text has shadow with #831219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831219 on black background.


Color preview on white background

This text has color #831219 on white background.



Black color preview on #831219 background

This text has black color on #831219 background.


White color preview on #831219 background

This text has white color on #831219 background.