COLOR #80141C

HEX: #80141C
RGB: (128,20,28)

Color info

#80141C contains mainly red color. Web safe color of #80141C is #660033 (or #603).

RGB color model

#80141C color RGB value is (128,20,28).

  • red value is 128;
  • green value is 20;
  • blue value is 28.
RGB:
(128,20,28)
(50%,8%,11%)

RGB channels and saturation

R 128 of 255 = 50%
G 20 of 255 = 8%
B 28 of 255 = 11%

128
20
28

R + G + B ~ 23%. #80141C is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 20 + 28 = 176 (100%)
R 128 of 176 ~ 72.73%
G 20 of 176 ~ 11.36%
B 28 of 176 ~ 15.91%

%72.73
%11.36
%15.91

CMYK color model

#80141C color CMYK value is (0,84,78,50).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 78.13%
  • key color value is 49.80%
CMYK:
(0,84,78,50)
C0M84Y78K50 
(0%,84%,78%,50%)
(0.00/0.84/0.78/0.50)	

CMYK percentages

%0
%84.38
%78.13
%49.8

Codes

Color #80141C in popluar color models

80141C
RGB1282028
HSL356°72.97%29.02%
HSB/HSV356°84.38%50.20%
CMYK0.00%84.38%78.13%
49.80%

Color #80141C in popluar number systems.

HEX80141C
Decimal1282028
Binary100000001010011100
Octal2002434

Shades and tints

Shades of #80141C

#80141C
(128,20,28)
#75131A
(117,19,26)
#6A1218
(106,18,24)
#5F1116
(95,17,22)
#541014
(84,16,20)
#490F12
(73,15,18)
#3E0E10
(62,14,16)
#330D0E
(51,13,14)
#280C0C
(40,12,12)
#1D0B0A
(29,11,10)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #80141C

#80141C
(128,20,28)
#8B2930
(139,41,48)
#963E44
(150,62,68)
#A15358
(161,83,88)
#AC686C
(172,104,108)
#B77D80
(183,125,128)
#C29294
(194,146,148)
#CDA7A8
(205,167,168)
#D8BCBC
(216,188,188)
#E3D1D0
(227,209,208)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80141C color. Also use rgb(128,20,28) instead hex code.

Text Font Color

.myTextColor { color: #80141C; }

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

This text font color is #80141C.


Background Color

.myBgColor { background-color: #80141C; }

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

This div background color is #80141C.


Border color

.myBorderColor { border: 1px solid #80141C; }

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

This div border color is #80141C.


Opacity

.myOpacity80 { color: #80141C; opacity: 0.8; }

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

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

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

This text has shadow with #80141C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80141C on black background.


Color preview on white background

This text has color #80141C on white background.



Black color preview on #80141C background

This text has black color on #80141C background.


White color preview on #80141C background

This text has white color on #80141C background.