COLOR #721D56

HEX: #721D56
RGB: (114,29,86)

Color info

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

RGB color model

#721D56 color RGB value is (114,29,86).

  • red value is 114;
  • green value is 29;
  • blue value is 86.
RGB:
(114,29,86)
(45%,11%,34%)

RGB channels and saturation

R 114 of 255 = 45%
G 29 of 255 = 11%
B 86 of 255 = 34%

114
29
86

R + G + B ~ 30%. #721D56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 29 + 86 = 229 (100%)
R 114 of 229 ~ 49.78%
G 29 of 229 ~ 12.66%
B 86 of 229 ~ 37.55%

%49.78
%12.66
%37.55

CMYK color model

#721D56 color CMYK value is (0,75,25,55).

  • cyan value is 0.00%
  • magenta value is 74.56%
  • yellow value is 24.56%
  • key color value is 55.29%
CMYK:
(0,75,25,55)
C0M75Y25K55 
(0%,75%,25%,55%)
(0.00/0.75/0.25/0.55)	

CMYK percentages

%0
%74.56
%24.56
%55.29

Codes

Color #721D56 in popluar color models

721D56
RGB1142986
HSL320°59.44%28.04%
HSB/HSV320°74.56%44.71%
CMYK0.00%74.56%24.56%
55.29%

Color #721D56 in popluar number systems.

HEX721D56
Decimal1142986
Binary1110010111011010110
Octal16235126

Shades and tints

Shades of #721D56

#721D56
(114,29,86)
#681B4F
(104,27,79)
#5E1948
(94,25,72)
#541741
(84,23,65)
#4A153A
(74,21,58)
#401333
(64,19,51)
#36112C
(54,17,44)
#2C0F25
(44,15,37)
#220D1E
(34,13,30)
#180B17
(24,11,23)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #721D56

#721D56
(114,29,86)
#7E3165
(126,49,101)
#8A4574
(138,69,116)
#965983
(150,89,131)
#A26D92
(162,109,146)
#AE81A1
(174,129,161)
#BA95B0
(186,149,176)
#C6A9BF
(198,169,191)
#D2BDCE
(210,189,206)
#DED1DD
(222,209,221)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721D56 color. Also use rgb(114,29,86) instead hex code.

Text Font Color

.myTextColor { color: #721D56; }

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

This text font color is #721D56.


Background Color

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

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

This div background color is #721D56.


Border color

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

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

This div border color is #721D56.


Opacity

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

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

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

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

This text has shadow with #721D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721D56 on black background.


Color preview on white background

This text has color #721D56 on white background.



Black color preview on #721D56 background

This text has black color on #721D56 background.


White color preview on #721D56 background

This text has white color on #721D56 background.