COLOR #851820

HEX: #851820
RGB: (133,24,32)

Color info

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

RGB color model

#851820 color RGB value is (133,24,32).

  • red value is 133;
  • green value is 24;
  • blue value is 32.
RGB:
(133,24,32)
(52%,9%,13%)

RGB channels and saturation

R 133 of 255 = 52%
G 24 of 255 = 9%
B 32 of 255 = 13%

133
24
32

R + G + B ~ 25%. #851820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 24 + 32 = 189 (100%)
R 133 of 189 ~ 70.37%
G 24 of 189 ~ 12.7%
B 32 of 189 ~ 16.93%

%70.37
%12.7
%16.93

CMYK color model

#851820 color CMYK value is (0,82,76,48).

  • cyan value is 0.00%
  • magenta value is 81.95%
  • yellow value is 75.94%
  • key color value is 47.84%
CMYK:
(0,82,76,48)
C0M82Y76K48 
(0%,82%,76%,48%)
(0.00/0.82/0.76/0.48)	

CMYK percentages

%0
%81.95
%75.94
%47.84

Codes

Color #851820 in popluar color models

851820
RGB1332432
HSL356°69.43%30.78%
HSB/HSV356°81.95%52.16%
CMYK0.00%81.95%75.94%
47.84%

Color #851820 in popluar number systems.

HEX851820
Decimal1332432
Binary1000010111000100000
Octal2053040

Shades and tints

Shades of #851820

#851820
(133,24,32)
#79161E
(121,22,30)
#6D141C
(109,20,28)
#61121A
(97,18,26)
#551018
(85,16,24)
#490E16
(73,14,22)
#3D0C14
(61,12,20)
#310A12
(49,10,18)
#250810
(37,8,16)
#19060E
(25,6,14)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #851820

#851820
(133,24,32)
#902D34
(144,45,52)
#9B4248
(155,66,72)
#A6575C
(166,87,92)
#B16C70
(177,108,112)
#BC8184
(188,129,132)
#C79698
(199,150,152)
#D2ABAC
(210,171,172)
#DDC0C0
(221,192,192)
#E8D5D4
(232,213,212)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #851820; }

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

This text font color is #851820.


Background Color

.myBgColor { background-color: #851820; }

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

This div background color is #851820.


Border color

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

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

This div border color is #851820.


Opacity

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

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

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

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

This text has shadow with #851820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851820 on black background.


Color preview on white background

This text has color #851820 on white background.



Black color preview on #851820 background

This text has black color on #851820 background.


White color preview on #851820 background

This text has white color on #851820 background.