COLOR #801041

HEX: #801041
RGB: (128,16,65)

Color info

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

RGB color model

#801041 color RGB value is (128,16,65).

  • red value is 128;
  • green value is 16;
  • blue value is 65.
RGB:
(128,16,65)
(50%,6%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 16 of 255 = 6%
B 65 of 255 = 25%

128
16
65

R + G + B ~ 27%. #801041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 16 + 65 = 209 (100%)
R 128 of 209 ~ 61.24%
G 16 of 209 ~ 7.66%
B 65 of 209 ~ 31.1%

%61.24
%31.1

CMYK color model

#801041 color CMYK value is (0,88,49,50).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 49.22%
  • key color value is 49.80%
CMYK:
(0,88,49,50)
C0M88Y49K50 
(0%,88%,49%,50%)
(0.00/0.88/0.49/0.50)	

CMYK percentages

%0
%87.5
%49.22
%49.8

Codes

Color #801041 in popluar color models

801041
RGB1281665
HSL334°77.78%28.24%
HSB/HSV334°87.50%50.20%
CMYK0.00%87.50%49.22%
49.80%

Color #801041 in popluar number systems.

HEX801041
Decimal1281665
Binary10000000100001000001
Octal20020101

Shades and tints

Shades of #801041

#801041
(128,16,65)
#750F3C
(117,15,60)
#6A0E37
(106,14,55)
#5F0D32
(95,13,50)
#540C2D
(84,12,45)
#490B28
(73,11,40)
#3E0A23
(62,10,35)
#33091E
(51,9,30)
#280819
(40,8,25)
#1D0714
(29,7,20)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #801041

#801041
(128,16,65)
#8B2552
(139,37,82)
#963A63
(150,58,99)
#A14F74
(161,79,116)
#AC6485
(172,100,133)
#B77996
(183,121,150)
#C28EA7
(194,142,167)
#CDA3B8
(205,163,184)
#D8B8C9
(216,184,201)
#E3CDDA
(227,205,218)
#EEE2EB
(238,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801041 color. Also use rgb(128,16,65) instead hex code.

Text Font Color

.myTextColor { color: #801041; }

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

This text font color is #801041.


Background Color

.myBgColor { background-color: #801041; }

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

This div background color is #801041.


Border color

.myBorderColor { border: 1px solid #801041; }

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

This div border color is #801041.


Opacity

.myOpacity80 { color: #801041; opacity: 0.8; }

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

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

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

This text has shadow with #801041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801041 on black background.


Color preview on white background

This text has color #801041 on white background.



Black color preview on #801041 background

This text has black color on #801041 background.


White color preview on #801041 background

This text has white color on #801041 background.