COLOR #801F51

HEX: #801F51 RGB: (128,31,81)

Color info

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

RGB color model

#801F51 color RGB value is (128,31,81).

RGB: (128,31,81) (50%, 12%, 32%)

RGB channels and saturation

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

128
31
81

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

Portions of RGB colors in percentages

R + G + B = 128 + 31 + 81 = 240 (100%)
R 128 of 240 ~ 53.33%
G 31 of 240 ~ 12.92%
B 81 of 240 ~ 33.75'%

%53.33
%12.92
%33.75

CMYK color model

#801F51 color CMYK value is (0,76,37,50).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 36.72%
  • key color value is 49.80%

CMYK: (0,76,37,50)
C0M76Y37K50 (0%, 76%, 37%, 50%)
(0.00 / 0.76 / 0.37 / 0.50)

CMYK percentages

%0
%75.78
%36.72
%49.8

Codes

Color #801F51 in popluar color models

80 1F 51
RGB 128 31 81
HSL 329° 61.01% 31.18%
HSB/HSV 329° 75.78% 50.20%
CMYK 0.00% 75.78% 36.72%
49.80%

Color #801F51 in popluar number systems.

HEX 80 1F 51
Decimal 128 31 81
Binary 10000000 11111 1010001
Octal 200 37 121

Shades and tints

Shades of #801F51

#801F51
(128,31,81)
#751D4A
(117,29,74)
#6A1B43
(106,27,67)
#5F193C
(95,25,60)
#541735
(84,23,53)
#49152E
(73,21,46)
#3E1327
(62,19,39)
#331120
(51,17,32)
#280F19
(40,15,25)
#1D0D12
(29,13,18)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #801F51

#801F51
(128,31,81)
#8B3360
(139,51,96)
#96476F
(150,71,111)
#A15B7E
(161,91,126)
#AC6F8D
(172,111,141)
#B7839C
(183,131,156)
#C297AB
(194,151,171)
#CDABBA
(205,171,186)
#D8BFC9
(216,191,201)
#E3D3D8
(227,211,216)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801F51; }

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

This text font color is #801F51.

Background Color

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

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

This div background color is #801F51.

Border color

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

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

This div border color is #801F51.

Opacity

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

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

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

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

This text has shadow with #801F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #801F51.

Preview

Color preview on black background

This text has color #801F51 on black background.


Color preview on white background

This text has color #801F51 on white background.


Black color preview on #801F51 background

This text has black color on #801F51 background.


White color preview on #801F51 background

This text has white color on #801F51 background.


Related colors

Complementary color

Complementary color for #hex is #7FE0AE.


I love getcolorcode.com

Triadic colors

1 #51801F and #1F5180 with #801F51 are triadic colors.

2 #511F80 and #1F8051 with #801F51 are triadic colors.