COLOR #801D34

HEX: #801D34
RGB: (128,29,52)

Color info

#801D34 contains mainly red color. Web safe color of #801D34 is #663333 (or #633).

RGB color model

#801D34 color RGB value is (128,29,52).

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

RGB channels and saturation

R 128 of 255 = 50%
G 29 of 255 = 11%
B 52 of 255 = 20%

128
29
52

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

Portions of RGB colors in percentages

R + G + B =
128 + 29 + 52 = 209 (100%)
R 128 of 209 ~ 61.24%
G 29 of 209 ~ 13.88%
B 52 of 209 ~ 24.88%

%61.24
%13.88
%24.88

CMYK color model

#801D34 color CMYK value is (0,77,59,50).

  • cyan value is 0.00%
  • magenta value is 77.34%
  • yellow value is 59.38%
  • key color value is 49.80%
CMYK:
(0,77,59,50)
C0M77Y59K50 
(0%,77%,59%,50%)
(0.00/0.77/0.59/0.50)	

CMYK percentages

%0
%77.34
%59.38
%49.8

Codes

Color #801D34 in popluar color models

801D34
RGB1282952
HSL346°63.06%30.78%
HSB/HSV346°77.34%50.20%
CMYK0.00%77.34%59.38%
49.80%

Color #801D34 in popluar number systems.

HEX801D34
Decimal1282952
Binary1000000011101110100
Octal2003564

Shades and tints

Shades of #801D34

#801D34
(128,29,52)
#751B30
(117,27,48)
#6A192C
(106,25,44)
#5F1728
(95,23,40)
#541524
(84,21,36)
#491320
(73,19,32)
#3E111C
(62,17,28)
#330F18
(51,15,24)
#280D14
(40,13,20)
#1D0B10
(29,11,16)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #801D34

#801D34
(128,29,52)
#8B3146
(139,49,70)
#964558
(150,69,88)
#A1596A
(161,89,106)
#AC6D7C
(172,109,124)
#B7818E
(183,129,142)
#C295A0
(194,149,160)
#CDA9B2
(205,169,178)
#D8BDC4
(216,189,196)
#E3D1D6
(227,209,214)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801D34; }

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

This text font color is #801D34.


Background Color

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

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

This div background color is #801D34.


Border color

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

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

This div border color is #801D34.


Opacity

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

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

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

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

This text has shadow with #801D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801D34 on black background.


Color preview on white background

This text has color #801D34 on white background.



Black color preview on #801D34 background

This text has black color on #801D34 background.


White color preview on #801D34 background

This text has white color on #801D34 background.