COLOR #801D57

HEX: #801D57
RGB: (128,29,87)

Color info

#801D57 contains mainly red and blue colors. Web safe color of #801D57 is #663366 (or #636).

RGB color model

#801D57 color RGB value is (128,29,87).

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

RGB channels and saturation

R 128 of 255 = 50%
G 29 of 255 = 11%
B 87 of 255 = 34%

128
29
87

R + G + B ~ 32%. #801D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 29 + 87 = 244 (100%)
R 128 of 244 ~ 52.46%
G 29 of 244 ~ 11.89%
B 87 of 244 ~ 35.66%

%52.46
%11.89
%35.66

CMYK color model

#801D57 color CMYK value is (0,77,32,50).

  • cyan value is 0.00%
  • magenta value is 77.34%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(0,77,32,50)
C0M77Y32K50 
(0%,77%,32%,50%)
(0.00/0.77/0.32/0.50)	

CMYK percentages

%0
%77.34
%32.03
%49.8

Codes

Color #801D57 in popluar color models

801D57
RGB1282987
HSL325°63.06%30.78%
HSB/HSV325°77.34%50.20%
CMYK0.00%77.34%32.03%
49.80%

Color #801D57 in popluar number systems.

HEX801D57
Decimal1282987
Binary10000000111011010111
Octal20035127

Shades and tints

Shades of #801D57

#801D57
(128,29,87)
#751B50
(117,27,80)
#6A1949
(106,25,73)
#5F1742
(95,23,66)
#54153B
(84,21,59)
#491334
(73,19,52)
#3E112D
(62,17,45)
#330F26
(51,15,38)
#280D1F
(40,13,31)
#1D0B18
(29,11,24)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #801D57

#801D57
(128,29,87)
#8B3166
(139,49,102)
#964575
(150,69,117)
#A15984
(161,89,132)
#AC6D93
(172,109,147)
#B781A2
(183,129,162)
#C295B1
(194,149,177)
#CDA9C0
(205,169,192)
#D8BDCF
(216,189,207)
#E3D1DE
(227,209,222)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801D57; }

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

This text font color is #801D57.


Background Color

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

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

This div background color is #801D57.


Border color

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

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

This div border color is #801D57.


Opacity

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

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

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

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

This text has shadow with #801D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801D57 on black background.


Color preview on white background

This text has color #801D57 on white background.



Black color preview on #801D57 background

This text has black color on #801D57 background.


White color preview on #801D57 background

This text has white color on #801D57 background.