COLOR #831026

HEX: #831026
RGB: (131,16,38)

Color info

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

RGB color model

#831026 color RGB value is (131,16,38).

  • red value is 131;
  • green value is 16;
  • blue value is 38.
RGB:
(131,16,38)
(51%,6%,15%)

RGB channels and saturation

R 131 of 255 = 51%
G 16 of 255 = 6%
B 38 of 255 = 15%

131
16
38

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

Portions of RGB colors in percentages

R + G + B =
131 + 16 + 38 = 185 (100%)
R 131 of 185 ~ 70.81%
G 16 of 185 ~ 8.65%
B 38 of 185 ~ 20.54%

%70.81
%20.54

CMYK color model

#831026 color CMYK value is (0,88,71,49).

  • cyan value is 0.00%
  • magenta value is 87.79%
  • yellow value is 70.99%
  • key color value is 48.63%
CMYK:
(0,88,71,49)
C0M88Y71K49 
(0%,88%,71%,49%)
(0.00/0.88/0.71/0.49)	

CMYK percentages

%0
%87.79
%70.99
%48.63

Codes

Color #831026 in popluar color models

831026
RGB1311638
HSL349°78.23%28.82%
HSB/HSV349°87.79%51.37%
CMYK0.00%87.79%70.99%
48.63%

Color #831026 in popluar number systems.

HEX831026
Decimal1311638
Binary1000001110000100110
Octal2032046

Shades and tints

Shades of #831026

#831026
(131,16,38)
#780F23
(120,15,35)
#6D0E20
(109,14,32)
#620D1D
(98,13,29)
#570C1A
(87,12,26)
#4C0B17
(76,11,23)
#410A14
(65,10,20)
#360911
(54,9,17)
#2B080E
(43,8,14)
#20070B
(32,7,11)
#150608
(21,6,8)
#000000
(0,0,0)

Tints of #831026

#831026
(131,16,38)
#8E2539
(142,37,57)
#993A4C
(153,58,76)
#A44F5F
(164,79,95)
#AF6472
(175,100,114)
#BA7985
(186,121,133)
#C58E98
(197,142,152)
#D0A3AB
(208,163,171)
#DBB8BE
(219,184,190)
#E6CDD1
(230,205,209)
#F1E2E4
(241,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831026; }

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

This text font color is #831026.


Background Color

.myBgColor { background-color: #831026; }

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

This div background color is #831026.


Border color

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

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

This div border color is #831026.


Opacity

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

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

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

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

This text has shadow with #831026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831026 on black background.


Color preview on white background

This text has color #831026 on white background.



Black color preview on #831026 background

This text has black color on #831026 background.


White color preview on #831026 background

This text has white color on #831026 background.