COLOR #801648

HEX: #801648
RGB: (128,22,72)

Color info

#801648 contains mainly red and blue colors. Web safe color of #801648 is #660033 (or #603).

RGB color model

#801648 color RGB value is (128,22,72).

  • red value is 128;
  • green value is 22;
  • blue value is 72.
RGB:
(128,22,72)
(50%,9%,28%)

RGB channels and saturation

R 128 of 255 = 50%
G 22 of 255 = 9%
B 72 of 255 = 28%

128
22
72

R + G + B ~ 29%. #801648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 22 + 72 = 222 (100%)
R 128 of 222 ~ 57.66%
G 22 of 222 ~ 9.91%
B 72 of 222 ~ 32.43%

%57.66
%9.91
%32.43

CMYK color model

#801648 color CMYK value is (0,83,44,50).

  • cyan value is 0.00%
  • magenta value is 82.81%
  • yellow value is 43.75%
  • key color value is 49.80%
CMYK:
(0,83,44,50)
C0M83Y44K50 
(0%,83%,44%,50%)
(0.00/0.83/0.44/0.50)	

CMYK percentages

%0
%82.81
%43.75
%49.8

Codes

Color #801648 in popluar color models

801648
RGB1282272
HSL332°70.67%29.41%
HSB/HSV332°82.81%50.20%
CMYK0.00%82.81%43.75%
49.80%

Color #801648 in popluar number systems.

HEX801648
Decimal1282272
Binary10000000101101001000
Octal20026110

Shades and tints

Shades of #801648

#801648
(128,22,72)
#751442
(117,20,66)
#6A123C
(106,18,60)
#5F1036
(95,16,54)
#540E30
(84,14,48)
#490C2A
(73,12,42)
#3E0A24
(62,10,36)
#33081E
(51,8,30)
#280618
(40,6,24)
#1D0412
(29,4,18)
#12020C
(18,2,12)
#000000
(0,0,0)

Tints of #801648

#801648
(128,22,72)
#8B2B58
(139,43,88)
#964068
(150,64,104)
#A15578
(161,85,120)
#AC6A88
(172,106,136)
#B77F98
(183,127,152)
#C294A8
(194,148,168)
#CDA9B8
(205,169,184)
#D8BEC8
(216,190,200)
#E3D3D8
(227,211,216)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801648 color. Also use rgb(128,22,72) instead hex code.

Text Font Color

.myTextColor { color: #801648; }

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

This text font color is #801648.


Background Color

.myBgColor { background-color: #801648; }

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

This div background color is #801648.


Border color

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

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

This div border color is #801648.


Opacity

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

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

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

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

This text has shadow with #801648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801648 on black background.


Color preview on white background

This text has color #801648 on white background.



Black color preview on #801648 background

This text has black color on #801648 background.


White color preview on #801648 background

This text has white color on #801648 background.