COLOR #801D4C

HEX: #801D4C
RGB: (128,29,76)

Color info

#801D4C contains mainly red and blue colors. Web safe color of #801D4C is #663333 (or #633).

RGB color model

#801D4C color RGB value is (128,29,76).

  • red value is 128;
  • green value is 29;
  • blue value is 76.
RGB:
(128,29,76)
(50%,11%,30%)

RGB channels and saturation

R 128 of 255 = 50%
G 29 of 255 = 11%
B 76 of 255 = 30%

128
29
76

R + G + B ~ 30%. #801D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 29 + 76 = 233 (100%)
R 128 of 233 ~ 54.94%
G 29 of 233 ~ 12.45%
B 76 of 233 ~ 32.62%

%54.94
%12.45
%32.62

CMYK color model

#801D4C color CMYK value is (0,77,41,50).

  • cyan value is 0.00%
  • magenta value is 77.34%
  • yellow value is 40.63%
  • key color value is 49.80%
CMYK:
(0,77,41,50)
C0M77Y41K50 
(0%,77%,41%,50%)
(0.00/0.77/0.41/0.50)	

CMYK percentages

%0
%77.34
%40.63
%49.8

Codes

Color #801D4C in popluar color models

801D4C
RGB1282976
HSL332°63.06%30.78%
HSB/HSV332°77.34%50.20%
CMYK0.00%77.34%40.63%
49.80%

Color #801D4C in popluar number systems.

HEX801D4C
Decimal1282976
Binary10000000111011001100
Octal20035114

Shades and tints

Shades of #801D4C

#801D4C
(128,29,76)
#751B46
(117,27,70)
#6A1940
(106,25,64)
#5F173A
(95,23,58)
#541534
(84,21,52)
#49132E
(73,19,46)
#3E1128
(62,17,40)
#330F22
(51,15,34)
#280D1C
(40,13,28)
#1D0B16
(29,11,22)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #801D4C

#801D4C
(128,29,76)
#8B315C
(139,49,92)
#96456C
(150,69,108)
#A1597C
(161,89,124)
#AC6D8C
(172,109,140)
#B7819C
(183,129,156)
#C295AC
(194,149,172)
#CDA9BC
(205,169,188)
#D8BDCC
(216,189,204)
#E3D1DC
(227,209,220)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801D4C color. Also use rgb(128,29,76) instead hex code.

Text Font Color

.myTextColor { color: #801D4C; }

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

This text font color is #801D4C.


Background Color

.myBgColor { background-color: #801D4C; }

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

This div background color is #801D4C.


Border color

.myBorderColor { border: 1px solid #801D4C; }

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

This div border color is #801D4C.


Opacity

.myOpacity80 { color: #801D4C; opacity: 0.8; }

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

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

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

This text has shadow with #801D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801D4C on black background.


Color preview on white background

This text has color #801D4C on white background.



Black color preview on #801D4C background

This text has black color on #801D4C background.


White color preview on #801D4C background

This text has white color on #801D4C background.