COLOR #801D2D

HEX: #801D2D
RGB: (128,29,45)

Color info

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

RGB color model

#801D2D color RGB value is (128,29,45).

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

RGB channels and saturation

R 128 of 255 = 50%
G 29 of 255 = 11%
B 45 of 255 = 18%

128
29
45

R + G + B ~ 26%. #801D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 29 + 45 = 202 (100%)
R 128 of 202 ~ 63.37%
G 29 of 202 ~ 14.36%
B 45 of 202 ~ 22.28%

%63.37
%14.36
%22.28

CMYK color model

#801D2D color CMYK value is (0,77,65,50).

  • cyan value is 0.00%
  • magenta value is 77.34%
  • yellow value is 64.84%
  • key color value is 49.80%
CMYK:
(0,77,65,50)
C0M77Y65K50 
(0%,77%,65%,50%)
(0.00/0.77/0.65/0.50)	

CMYK percentages

%0
%77.34
%64.84
%49.8

Codes

Color #801D2D in popluar color models

801D2D
RGB1282945
HSL350°63.06%30.78%
HSB/HSV350°77.34%50.20%
CMYK0.00%77.34%64.84%
49.80%

Color #801D2D in popluar number systems.

HEX801D2D
Decimal1282945
Binary1000000011101101101
Octal2003555

Shades and tints

Shades of #801D2D

#801D2D
(128,29,45)
#751B29
(117,27,41)
#6A1925
(106,25,37)
#5F1721
(95,23,33)
#54151D
(84,21,29)
#491319
(73,19,25)
#3E1115
(62,17,21)
#330F11
(51,15,17)
#280D0D
(40,13,13)
#1D0B09
(29,11,9)
#120905
(18,9,5)
#000000
(0,0,0)

Tints of #801D2D

#801D2D
(128,29,45)
#8B3140
(139,49,64)
#964553
(150,69,83)
#A15966
(161,89,102)
#AC6D79
(172,109,121)
#B7818C
(183,129,140)
#C2959F
(194,149,159)
#CDA9B2
(205,169,178)
#D8BDC5
(216,189,197)
#E3D1D8
(227,209,216)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801D2D; }

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

This text font color is #801D2D.


Background Color

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

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

This div background color is #801D2D.


Border color

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

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

This div border color is #801D2D.


Opacity

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

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

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

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

This text has shadow with #801D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801D2D on black background.


Color preview on white background

This text has color #801D2D on white background.



Black color preview on #801D2D background

This text has black color on #801D2D background.


White color preview on #801D2D background

This text has white color on #801D2D background.