COLOR #851010

HEX: #851010
RGB: (133,16,16)

Color info

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

RGB color model

#851010 color RGB value is (133,16,16).

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

RGB channels and saturation

R 133 of 255 = 52%
G 16 of 255 = 6%
B 16 of 255 = 6%

133
16
16

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

Portions of RGB colors in percentages

R + G + B =
133 + 16 + 16 = 165 (100%)
R 133 of 165 ~ 80.61%
G 16 of 165 ~ 9.7%
B 16 of 165 ~ 9.7%

%80.61
%9.7
%9.7

CMYK color model

#851010 color CMYK value is (0,88,88,48).

  • cyan value is 0.00%
  • magenta value is 87.97%
  • yellow value is 87.97%
  • key color value is 47.84%
CMYK:
(0,88,88,48)
C0M88Y88K48 
(0%,88%,88%,48%)
(0.00/0.88/0.88/0.48)	

CMYK percentages

%0
%87.97
%87.97
%47.84

Codes

Color #851010 in popluar color models

851010
RGB1331616
HSL78.52%29.22%
HSB/HSV87.97%52.16%
CMYK0.00%87.97%87.97%
47.84%

Color #851010 in popluar number systems.

HEX851010
Decimal1331616
Binary100001011000010000
Octal2052020

Shades and tints

Shades of #851010

#851010
(133,16,16)
#790F0F
(121,15,15)
#6D0E0E
(109,14,14)
#610D0D
(97,13,13)
#550C0C
(85,12,12)
#490B0B
(73,11,11)
#3D0A0A
(61,10,10)
#310909
(49,9,9)
#250808
(37,8,8)
#190707
(25,7,7)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #851010

#851010
(133,16,16)
#902525
(144,37,37)
#9B3A3A
(155,58,58)
#A64F4F
(166,79,79)
#B16464
(177,100,100)
#BC7979
(188,121,121)
#C78E8E
(199,142,142)
#D2A3A3
(210,163,163)
#DDB8B8
(221,184,184)
#E8CDCD
(232,205,205)
#F3E2E2
(243,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #851010; }

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

This text font color is #851010.


Background Color

.myBgColor { background-color: #851010; }

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

This div background color is #851010.


Border color

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

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

This div border color is #851010.


Opacity

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

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

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

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

This text has shadow with #851010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851010 on black background.


Color preview on white background

This text has color #851010 on white background.



Black color preview on #851010 background

This text has black color on #851010 background.


White color preview on #851010 background

This text has white color on #851010 background.