COLOR #85121F

HEX: #85121F
RGB: (133,18,31)

Color info

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

RGB color model

#85121F color RGB value is (133,18,31).

  • red value is 133;
  • green value is 18;
  • blue value is 31.
RGB:
(133,18,31)
(52%,7%,12%)

RGB channels and saturation

R 133 of 255 = 52%
G 18 of 255 = 7%
B 31 of 255 = 12%

133
18
31

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

Portions of RGB colors in percentages

R + G + B =
133 + 18 + 31 = 182 (100%)
R 133 of 182 ~ 73.08%
G 18 of 182 ~ 9.89%
B 31 of 182 ~ 17.03%

%73.08
%9.89
%17.03

CMYK color model

#85121F color CMYK value is (0,86,77,48).

  • cyan value is 0.00%
  • magenta value is 86.47%
  • yellow value is 76.69%
  • key color value is 47.84%
CMYK:
(0,86,77,48)
C0M86Y77K48 
(0%,86%,77%,48%)
(0.00/0.86/0.77/0.48)	

CMYK percentages

%0
%86.47
%76.69
%47.84

Codes

Color #85121F in popluar color models

85121F
RGB1331831
HSL353°76.16%29.61%
HSB/HSV353°86.47%52.16%
CMYK0.00%86.47%76.69%
47.84%

Color #85121F in popluar number systems.

HEX85121F
Decimal1331831
Binary100001011001011111
Octal2052237

Shades and tints

Shades of #85121F

#85121F
(133,18,31)
#79111D
(121,17,29)
#6D101B
(109,16,27)
#610F19
(97,15,25)
#550E17
(85,14,23)
#490D15
(73,13,21)
#3D0C13
(61,12,19)
#310B11
(49,11,17)
#250A0F
(37,10,15)
#19090D
(25,9,13)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #85121F

#85121F
(133,18,31)
#902733
(144,39,51)
#9B3C47
(155,60,71)
#A6515B
(166,81,91)
#B1666F
(177,102,111)
#BC7B83
(188,123,131)
#C79097
(199,144,151)
#D2A5AB
(210,165,171)
#DDBABF
(221,186,191)
#E8CFD3
(232,207,211)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85121F color. Also use rgb(133,18,31) instead hex code.

Text Font Color

.myTextColor { color: #85121F; }

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

This text font color is #85121F.


Background Color

.myBgColor { background-color: #85121F; }

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

This div background color is #85121F.


Border color

.myBorderColor { border: 1px solid #85121F; }

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

This div border color is #85121F.


Opacity

.myOpacity80 { color: #85121F; opacity: 0.8; }

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

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

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

This text has shadow with #85121F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85121F on black background.


Color preview on white background

This text has color #85121F on white background.



Black color preview on #85121F background

This text has black color on #85121F background.


White color preview on #85121F background

This text has white color on #85121F background.