COLOR #851409

HEX: #851409
RGB: (133,20,9)

Color info

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

RGB color model

#851409 color RGB value is (133,20,9).

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

RGB channels and saturation

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

133
20
9

R + G + B ~ 21%. #851409 is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 20 + 9 = 162 (100%)
R 133 of 162 ~ 82.1%
G 20 of 162 ~ 12.35%
B 9 of 162 ~ 5.56%

%82.1
%12.35

CMYK color model

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

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

CMYK percentages

%0
%84.96
%93.23
%47.84

Codes

Color #851409 in popluar color models

851409
RGB133209
HSL87.32%27.84%
HSB/HSV93.23%52.16%
CMYK0.00%84.96%93.23%
47.84%

Color #851409 in popluar number systems.

HEX851409
Decimal133209
Binary10000101101001001
Octal2052411

Shades and tints

Shades of #851409

#851409
(133,20,9)
#791309
(121,19,9)
#6D1209
(109,18,9)
#611109
(97,17,9)
#551009
(85,16,9)
#490F09
(73,15,9)
#3D0E09
(61,14,9)
#310D09
(49,13,9)
#250C09
(37,12,9)
#190B09
(25,11,9)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #851409

#851409
(133,20,9)
#90291F
(144,41,31)
#9B3E35
(155,62,53)
#A6534B
(166,83,75)
#B16861
(177,104,97)
#BC7D77
(188,125,119)
#C7928D
(199,146,141)
#D2A7A3
(210,167,163)
#DDBCB9
(221,188,185)
#E8D1CF
(232,209,207)
#F3E6E5
(243,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #851409; }

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

This text font color is #851409.


Background Color

.myBgColor { background-color: #851409; }

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

This div background color is #851409.


Border color

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

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

This div border color is #851409.


Opacity

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

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

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

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

This text has shadow with #851409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851409 on black background.


Color preview on white background

This text has color #851409 on white background.



Black color preview on #851409 background

This text has black color on #851409 background.


White color preview on #851409 background

This text has white color on #851409 background.