COLOR #801F52

HEX: #801F52
RGB: (128,31,82)

Color info

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

RGB color model

#801F52 color RGB value is (128,31,82).

  • red value is 128;
  • green value is 31;
  • blue value is 82.
RGB:
(128,31,82)
(50%,12%,32%)

RGB channels and saturation

R 128 of 255 = 50%
G 31 of 255 = 12%
B 82 of 255 = 32%

128
31
82

R + G + B ~ 31%. #801F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 31 + 82 = 241 (100%)
R 128 of 241 ~ 53.11%
G 31 of 241 ~ 12.86%
B 82 of 241 ~ 34.02%

%53.11
%12.86
%34.02

CMYK color model

#801F52 color CMYK value is (0,76,36,50).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 35.94%
  • key color value is 49.80%
CMYK:
(0,76,36,50)
C0M76Y36K50 
(0%,76%,36%,50%)
(0.00/0.76/0.36/0.50)	

CMYK percentages

%0
%75.78
%35.94
%49.8

Codes

Color #801F52 in popluar color models

801F52
RGB1283182
HSL328°61.01%31.18%
HSB/HSV328°75.78%50.20%
CMYK0.00%75.78%35.94%
49.80%

Color #801F52 in popluar number systems.

HEX801F52
Decimal1283182
Binary10000000111111010010
Octal20037122

Shades and tints

Shades of #801F52

#801F52
(128,31,82)
#751D4B
(117,29,75)
#6A1B44
(106,27,68)
#5F193D
(95,25,61)
#541736
(84,23,54)
#49152F
(73,21,47)
#3E1328
(62,19,40)
#331121
(51,17,33)
#280F1A
(40,15,26)
#1D0D13
(29,13,19)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #801F52

#801F52
(128,31,82)
#8B3361
(139,51,97)
#964770
(150,71,112)
#A15B7F
(161,91,127)
#AC6F8E
(172,111,142)
#B7839D
(183,131,157)
#C297AC
(194,151,172)
#CDABBB
(205,171,187)
#D8BFCA
(216,191,202)
#E3D3D9
(227,211,217)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801F52 color. Also use rgb(128,31,82) instead hex code.

Text Font Color

.myTextColor { color: #801F52; }

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

This text font color is #801F52.


Background Color

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

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

This div background color is #801F52.


Border color

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

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

This div border color is #801F52.


Opacity

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

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

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

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

This text has shadow with #801F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801F52 on black background.


Color preview on white background

This text has color #801F52 on white background.



Black color preview on #801F52 background

This text has black color on #801F52 background.


White color preview on #801F52 background

This text has white color on #801F52 background.