COLOR #801C49

HEX: #801C49
RGB: (128,28,73)

Color info

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

RGB color model

#801C49 color RGB value is (128,28,73).

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

RGB channels and saturation

R 128 of 255 = 50%
G 28 of 255 = 11%
B 73 of 255 = 29%

128
28
73

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

Portions of RGB colors in percentages

R + G + B =
128 + 28 + 73 = 229 (100%)
R 128 of 229 ~ 55.9%
G 28 of 229 ~ 12.23%
B 73 of 229 ~ 31.88%

%55.9
%12.23
%31.88

CMYK color model

#801C49 color CMYK value is (0,78,43,50).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 42.97%
  • key color value is 49.80%
CMYK:
(0,78,43,50)
C0M78Y43K50 
(0%,78%,43%,50%)
(0.00/0.78/0.43/0.50)	

CMYK percentages

%0
%78.13
%42.97
%49.8

Codes

Color #801C49 in popluar color models

801C49
RGB1282873
HSL333°64.10%30.59%
HSB/HSV333°78.13%50.20%
CMYK0.00%78.13%42.97%
49.80%

Color #801C49 in popluar number systems.

HEX801C49
Decimal1282873
Binary10000000111001001001
Octal20034111

Shades and tints

Shades of #801C49

#801C49
(128,28,73)
#751A43
(117,26,67)
#6A183D
(106,24,61)
#5F1637
(95,22,55)
#541431
(84,20,49)
#49122B
(73,18,43)
#3E1025
(62,16,37)
#330E1F
(51,14,31)
#280C19
(40,12,25)
#1D0A13
(29,10,19)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #801C49

#801C49
(128,28,73)
#8B3059
(139,48,89)
#964469
(150,68,105)
#A15879
(161,88,121)
#AC6C89
(172,108,137)
#B78099
(183,128,153)
#C294A9
(194,148,169)
#CDA8B9
(205,168,185)
#D8BCC9
(216,188,201)
#E3D0D9
(227,208,217)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801C49 color. Also use rgb(128,28,73) instead hex code.

Text Font Color

.myTextColor { color: #801C49; }

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

This text font color is #801C49.


Background Color

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

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

This div background color is #801C49.


Border color

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

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

This div border color is #801C49.


Opacity

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

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

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

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

This text has shadow with #801C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801C49 on black background.


Color preview on white background

This text has color #801C49 on white background.



Black color preview on #801C49 background

This text has black color on #801C49 background.


White color preview on #801C49 background

This text has white color on #801C49 background.