COLOR #721A52

HEX: #721A52 RGB: (114,26,82)

Color info

#721A52 contains mainly red and blue colors. Web safe color of #721A52 is #660066 (or #606).

RGB color model

#721A52 color RGB value is (114,26,82).

RGB: (114,26,82) (45%, 10%, 32%)

RGB channels and saturation

R 114 of 255 = 45%
G 26 of 255 = 10%
B 82 of 255 = 32%

114
26
82

R + G + B ~ 29%. #721A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 26 + 82 = 222 (100%)
R 114 of 222 ~ 51.35%
G 26 of 222 ~ 11.71%
B 82 of 222 ~ 36.94'%

%51.35
%11.71
%36.94

CMYK color model

#721A52 color CMYK value is (0,77,28,55).

  • cyan value is 0.00%
  • magenta value is 77.19%
  • yellow value is 28.07%
  • key color value is 55.29%
CMYK: (0,77,28,55) C0M77Y28K55 (0%,77%,28%,55%) (0.00/0.77/0.28/0.55) 

CMYK percentages

%0
%77.19
%28.07
%55.29

Codes

Color #721A52 in popluar color models

72 1A 52
RGB 114 26 82
HSL 322° 62.86% 27.45%
HSB/HSV 322° 77.19% 44.71%
CMYK 0.00% 77.19% 28.07%
55.29%

Color #721A52 in popluar number systems.

HEX 72 1A 52
Decimal 114 26 82
Binary 1110010 11010 1010010
Octal 162 32 122

Shades and tints

Shades of #721A52

#721A52
(114,26,82)
#68184B
(104,24,75)
#5E1644
(94,22,68)
#54143D
(84,20,61)
#4A1236
(74,18,54)
#40102F
(64,16,47)
#360E28
(54,14,40)
#2C0C21
(44,12,33)
#220A1A
(34,10,26)
#180813
(24,8,19)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #721A52

#721A52
(114,26,82)
#7E2E61
(126,46,97)
#8A4270
(138,66,112)
#96567F
(150,86,127)
#A26A8E
(162,106,142)
#AE7E9D
(174,126,157)
#BA92AC
(186,146,172)
#C6A6BB
(198,166,187)
#D2BACA
(210,186,202)
#DECED9
(222,206,217)
#EAE2E8
(234,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721A52; }

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

This text font color is #721A52.

Background Color

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

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

This div background color is #721A52.

Border color

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

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

This div border color is #721A52.

Opacity

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

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

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

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

This text has shadow with #721A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #721A52.

Preview

Color preview on black background

This text has color #721A52 on black background.


Color preview on white background

This text has color #721A52 on white background.


Black color preview on #721A52 background

This text has black color on #721A52 background.


White color preview on #721A52 background

This text has white color on #721A52 background.


Related colors

Complementary color

Complementary color for #hex is #8DE5AD.


I love getcolorcode.com

Triadic colors

1 #52721A and #1A5272 with #721A52 are triadic colors.

2 #521A72 and #1A7252 with #721A52 are triadic colors.