COLOR #850214

HEX: #850214
RGB: (133,2,20)

Color info

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

RGB color model

#850214 color RGB value is (133,2,20).

  • red value is 133;
  • green value is 2;
  • blue value is 20.
RGB:
(133,2,20)
(52%,1%,8%)

RGB channels and saturation

R 133 of 255 = 52%
G 2 of 255 = 1%
B 20 of 255 = 8%

133
2
20

R + G + B ~ 20%. #850214 is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 2 + 20 = 155 (100%)
R 133 of 155 ~ 85.81%
G 2 of 155 ~ 1.29%
B 20 of 155 ~ 12.9%

%85.81
%12.9

CMYK color model

#850214 color CMYK value is (0,98,85,48).

  • cyan value is 0.00%
  • magenta value is 98.50%
  • yellow value is 84.96%
  • key color value is 47.84%
CMYK:
(0,98,85,48)
C0M98Y85K48 
(0%,98%,85%,48%)
(0.00/0.98/0.85/0.48)	

CMYK percentages

%0
%98.5
%84.96
%47.84

Codes

Color #850214 in popluar color models

850214
RGB133220
HSL352°97.04%26.47%
HSB/HSV352°98.50%52.16%
CMYK0.00%98.50%84.96%
47.84%

Color #850214 in popluar number systems.

HEX850214
Decimal133220
Binary100001011010100
Octal205224

Shades and tints

Shades of #850214

#850214
(133,2,20)
#790213
(121,2,19)
#6D0212
(109,2,18)
#610211
(97,2,17)
#550210
(85,2,16)
#49020F
(73,2,15)
#3D020E
(61,2,14)
#31020D
(49,2,13)
#25020C
(37,2,12)
#19020B
(25,2,11)
#0D020A
(13,2,10)
#000000
(0,0,0)

Tints of #850214

#850214
(133,2,20)
#901929
(144,25,41)
#9B303E
(155,48,62)
#A64753
(166,71,83)
#B15E68
(177,94,104)
#BC757D
(188,117,125)
#C78C92
(199,140,146)
#D2A3A7
(210,163,167)
#DDBABC
(221,186,188)
#E8D1D1
(232,209,209)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850214 color. Also use rgb(133,2,20) instead hex code.

Text Font Color

.myTextColor { color: #850214; }

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

This text font color is #850214.


Background Color

.myBgColor { background-color: #850214; }

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

This div background color is #850214.


Border color

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

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

This div border color is #850214.


Opacity

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

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

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

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

This text has shadow with #850214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850214 on black background.


Color preview on white background

This text has color #850214 on white background.



Black color preview on #850214 background

This text has black color on #850214 background.


White color preview on #850214 background

This text has white color on #850214 background.