COLOR #880016

HEX: #880016
RGB: (136,0,22)

Color info

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

RGB color model

#880016 color RGB value is (136,0,22).

  • red value is 136;
  • green value is 0;
  • blue value is 22.
RGB:
(136,0,22)
(53%,0%,9%)

RGB channels and saturation

R 136 of 255 = 53%
G 0 of 255 = 0%
B 22 of 255 = 9%

136
0
22

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

Portions of RGB colors in percentages

R + G + B =
136 + 0 + 22 = 158 (100%)
R 136 of 158 ~ 86.08%
G 0 of 158 ~ 0%
B 22 of 158 ~ 13.92%

%86.08
%13.92

CMYK color model

#880016 color CMYK value is (0,100,84,47).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 83.82%
  • key color value is 46.67%
CMYK:
(0,100,84,47)
C0M100Y84K47 
(0%,100%,84%,47%)
(0.00/1.00/0.84/0.47)	

CMYK percentages

%0
%100
%83.82
%46.67

Codes

Color #880016 in popluar color models

880016
RGB136022
HSL350°100.00%26.67%
HSB/HSV350°100.00%53.33%
CMYK0.00%100.00%83.82%
46.67%

Color #880016 in popluar number systems.

HEX880016
Decimal136022
Binary10001000010110
Octal210026

Shades and tints

Shades of #880016

#880016
(136,0,22)
#7C0014
(124,0,20)
#700012
(112,0,18)
#640010
(100,0,16)
#58000E
(88,0,14)
#4C000C
(76,0,12)
#40000A
(64,0,10)
#340008
(52,0,8)
#280006
(40,0,6)
#1C0004
(28,0,4)
#100002
(16,0,2)
#000000
(0,0,0)

Tints of #880016

#880016
(136,0,22)
#92172B
(146,23,43)
#9C2E40
(156,46,64)
#A64555
(166,69,85)
#B05C6A
(176,92,106)
#BA737F
(186,115,127)
#C48A94
(196,138,148)
#CEA1A9
(206,161,169)
#D8B8BE
(216,184,190)
#E2CFD3
(226,207,211)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880016 color. Also use rgb(136,0,22) instead hex code.

Text Font Color

.myTextColor { color: #880016; }

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

This text font color is #880016.


Background Color

.myBgColor { background-color: #880016; }

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

This div background color is #880016.


Border color

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

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

This div border color is #880016.


Opacity

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

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

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

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

This text has shadow with #880016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880016 on black background.


Color preview on white background

This text has color #880016 on white background.



Black color preview on #880016 background

This text has black color on #880016 background.


White color preview on #880016 background

This text has white color on #880016 background.