COLOR #851414

HEX: #851414
RGB: (133,20,20)

Color info

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

RGB color model

#851414 color RGB value is (133,20,20).

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

RGB channels and saturation

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

133
20
20

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

Portions of RGB colors in percentages

R + G + B =
133 + 20 + 20 = 173 (100%)
R 133 of 173 ~ 76.88%
G 20 of 173 ~ 11.56%
B 20 of 173 ~ 11.56%

%76.88
%11.56
%11.56

CMYK color model

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

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

CMYK percentages

%0
%84.96
%84.96
%47.84

Codes

Color #851414 in popluar color models

851414
RGB1332020
HSL73.86%30.00%
HSB/HSV84.96%52.16%
CMYK0.00%84.96%84.96%
47.84%

Color #851414 in popluar number systems.

HEX851414
Decimal1332020
Binary100001011010010100
Octal2052424

Shades and tints

Shades of #851414

#851414
(133,20,20)
#791313
(121,19,19)
#6D1212
(109,18,18)
#611111
(97,17,17)
#551010
(85,16,16)
#490F0F
(73,15,15)
#3D0E0E
(61,14,14)
#310D0D
(49,13,13)
#250C0C
(37,12,12)
#190B0B
(25,11,11)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #851414

#851414
(133,20,20)
#902929
(144,41,41)
#9B3E3E
(155,62,62)
#A65353
(166,83,83)
#B16868
(177,104,104)
#BC7D7D
(188,125,125)
#C79292
(199,146,146)
#D2A7A7
(210,167,167)
#DDBCBC
(221,188,188)
#E8D1D1
(232,209,209)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #851414; }

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

This text font color is #851414.


Background Color

.myBgColor { background-color: #851414; }

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

This div background color is #851414.


Border color

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

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

This div border color is #851414.


Opacity

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

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

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

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

This text has shadow with #851414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851414 on black background.


Color preview on white background

This text has color #851414 on white background.



Black color preview on #851414 background

This text has black color on #851414 background.


White color preview on #851414 background

This text has white color on #851414 background.