COLOR #851931

HEX: #851931
RGB: (133,25,49)

Color info

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

RGB color model

#851931 color RGB value is (133,25,49).

  • red value is 133;
  • green value is 25;
  • blue value is 49.
RGB:
(133,25,49)
(52%,10%,19%)

RGB channels and saturation

R 133 of 255 = 52%
G 25 of 255 = 10%
B 49 of 255 = 19%

133
25
49

R + G + B ~ 27%. #851931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 25 + 49 = 207 (100%)
R 133 of 207 ~ 64.25%
G 25 of 207 ~ 12.08%
B 49 of 207 ~ 23.67%

%64.25
%12.08
%23.67

CMYK color model

#851931 color CMYK value is (0,81,63,48).

  • cyan value is 0.00%
  • magenta value is 81.20%
  • yellow value is 63.16%
  • key color value is 47.84%
CMYK:
(0,81,63,48)
C0M81Y63K48 
(0%,81%,63%,48%)
(0.00/0.81/0.63/0.48)	

CMYK percentages

%0
%81.2
%63.16
%47.84

Codes

Color #851931 in popluar color models

851931
RGB1332549
HSL347°68.35%30.98%
HSB/HSV347°81.20%52.16%
CMYK0.00%81.20%63.16%
47.84%

Color #851931 in popluar number systems.

HEX851931
Decimal1332549
Binary1000010111001110001
Octal2053161

Shades and tints

Shades of #851931

#851931
(133,25,49)
#79172D
(121,23,45)
#6D1529
(109,21,41)
#611325
(97,19,37)
#551121
(85,17,33)
#490F1D
(73,15,29)
#3D0D19
(61,13,25)
#310B15
(49,11,21)
#250911
(37,9,17)
#19070D
(25,7,13)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #851931

#851931
(133,25,49)
#902D43
(144,45,67)
#9B4155
(155,65,85)
#A65567
(166,85,103)
#B16979
(177,105,121)
#BC7D8B
(188,125,139)
#C7919D
(199,145,157)
#D2A5AF
(210,165,175)
#DDB9C1
(221,185,193)
#E8CDD3
(232,205,211)
#F3E1E5
(243,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #851931; }

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

This text font color is #851931.


Background Color

.myBgColor { background-color: #851931; }

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

This div background color is #851931.


Border color

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

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

This div border color is #851931.


Opacity

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

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

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

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

This text has shadow with #851931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851931 on black background.


Color preview on white background

This text has color #851931 on white background.



Black color preview on #851931 background

This text has black color on #851931 background.


White color preview on #851931 background

This text has white color on #851931 background.