COLOR #850101

HEX: #850101
RGB: (133,1,1)

Color info

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

RGB color model

#850101 color RGB value is (133,1,1).

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

RGB channels and saturation

R 133 of 255 = 52%
G 1 of 255 = 0%
B 1 of 255 = 0%

133
1
1

R + G + B ~ 17%. #850101 is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 1 + 1 = 135 (100%)
R 133 of 135 ~ 98.52%
G 1 of 135 ~ 0.74%
B 1 of 135 ~ 0.74%

%98.52

CMYK color model

#850101 color CMYK value is (0,99,99,48).

  • cyan value is 0.00%
  • magenta value is 99.25%
  • yellow value is 99.25%
  • key color value is 47.84%
CMYK:
(0,99,99,48)
C0M99Y99K48 
(0%,99%,99%,48%)
(0.00/0.99/0.99/0.48)	

CMYK percentages

%0
%99.25
%99.25
%47.84

Codes

Color #850101 in popluar color models

850101
RGB13311
HSL98.51%26.27%
HSB/HSV99.25%52.16%
CMYK0.00%99.25%99.25%
47.84%

Color #850101 in popluar number systems.

HEX850101
Decimal13311
Binary1000010111
Octal20511

Shades and tints

Shades of #850101

#850101
(133,1,1)
#790101
(121,1,1)
#6D0101
(109,1,1)
#610101
(97,1,1)
#550101
(85,1,1)
#490101
(73,1,1)
#3D0101
(61,1,1)
#310101
(49,1,1)
#250101
(37,1,1)
#190101
(25,1,1)
#0D0101
(13,1,1)
#000000
(0,0,0)

Tints of #850101

#850101
(133,1,1)
#901818
(144,24,24)
#9B2F2F
(155,47,47)
#A64646
(166,70,70)
#B15D5D
(177,93,93)
#BC7474
(188,116,116)
#C78B8B
(199,139,139)
#D2A2A2
(210,162,162)
#DDB9B9
(221,185,185)
#E8D0D0
(232,208,208)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #850101; }

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

This text font color is #850101.


Background Color

.myBgColor { background-color: #850101; }

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

This div background color is #850101.


Border color

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

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

This div border color is #850101.


Opacity

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

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

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

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

This text has shadow with #850101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850101 on black background.


Color preview on white background

This text has color #850101 on white background.



Black color preview on #850101 background

This text has black color on #850101 background.


White color preview on #850101 background

This text has white color on #850101 background.