COLOR #721A4D

HEX: #721A4D
RGB: (114,26,77)

Color info

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

RGB color model

#721A4D color RGB value is (114,26,77).

  • red value is 114;
  • green value is 26;
  • blue value is 77.
RGB:
(114,26,77)
(45%,10%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 26 of 255 = 10%
B 77 of 255 = 30%

114
26
77

R + G + B ~ 28%. #721A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 26 + 77 = 217 (100%)
R 114 of 217 ~ 52.53%
G 26 of 217 ~ 11.98%
B 77 of 217 ~ 35.48%

%52.53
%11.98
%35.48

CMYK color model

#721A4D color CMYK value is (0,77,32,55).

  • cyan value is 0.00%
  • magenta value is 77.19%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(0,77,32,55)
C0M77Y32K55 
(0%,77%,32%,55%)
(0.00/0.77/0.32/0.55)	

CMYK percentages

%0
%77.19
%32.46
%55.29

Codes

Color #721A4D in popluar color models

721A4D
RGB1142677
HSL325°62.86%27.45%
HSB/HSV325°77.19%44.71%
CMYK0.00%77.19%32.46%
55.29%

Color #721A4D in popluar number systems.

HEX721A4D
Decimal1142677
Binary1110010110101001101
Octal16232115

Shades and tints

Shades of #721A4D

#721A4D
(114,26,77)
#681846
(104,24,70)
#5E163F
(94,22,63)
#541438
(84,20,56)
#4A1231
(74,18,49)
#40102A
(64,16,42)
#360E23
(54,14,35)
#2C0C1C
(44,12,28)
#220A15
(34,10,21)
#18080E
(24,8,14)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #721A4D

#721A4D
(114,26,77)
#7E2E5D
(126,46,93)
#8A426D
(138,66,109)
#96567D
(150,86,125)
#A26A8D
(162,106,141)
#AE7E9D
(174,126,157)
#BA92AD
(186,146,173)
#C6A6BD
(198,166,189)
#D2BACD
(210,186,205)
#DECEDD
(222,206,221)
#EAE2ED
(234,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721A4D color. Also use rgb(114,26,77) instead hex code.

Text Font Color

.myTextColor { color: #721A4D; }

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

This text font color is #721A4D.


Background Color

.myBgColor { background-color: #721A4D; }

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

This div background color is #721A4D.


Border color

.myBorderColor { border: 1px solid #721A4D; }

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

This div border color is #721A4D.


Opacity

.myOpacity80 { color: #721A4D; opacity: 0.8; }

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

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

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

This text has shadow with #721A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721A4D on black background.


Color preview on white background

This text has color #721A4D on white background.



Black color preview on #721A4D background

This text has black color on #721A4D background.


White color preview on #721A4D background

This text has white color on #721A4D background.