COLOR #721259

HEX: #721259
RGB: (114,18,89)

Color info

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

RGB color model

#721259 color RGB value is (114,18,89).

  • red value is 114;
  • green value is 18;
  • blue value is 89.
RGB:
(114,18,89)
(45%,7%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 18 of 255 = 7%
B 89 of 255 = 35%

114
18
89

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

Portions of RGB colors in percentages

R + G + B =
114 + 18 + 89 = 221 (100%)
R 114 of 221 ~ 51.58%
G 18 of 221 ~ 8.14%
B 89 of 221 ~ 40.27%

%51.58
%40.27

CMYK color model

#721259 color CMYK value is (0,84,22,55).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 21.93%
  • key color value is 55.29%
CMYK:
(0,84,22,55)
C0M84Y22K55 
(0%,84%,22%,55%)
(0.00/0.84/0.22/0.55)	

CMYK percentages

%0
%84.21
%21.93
%55.29

Codes

Color #721259 in popluar color models

721259
RGB1141889
HSL316°72.73%25.88%
HSB/HSV316°84.21%44.71%
CMYK0.00%84.21%21.93%
55.29%

Color #721259 in popluar number systems.

HEX721259
Decimal1141889
Binary1110010100101011001
Octal16222131

Shades and tints

Shades of #721259

#721259
(114,18,89)
#681151
(104,17,81)
#5E1049
(94,16,73)
#540F41
(84,15,65)
#4A0E39
(74,14,57)
#400D31
(64,13,49)
#360C29
(54,12,41)
#2C0B21
(44,11,33)
#220A19
(34,10,25)
#180911
(24,9,17)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #721259

#721259
(114,18,89)
#7E2768
(126,39,104)
#8A3C77
(138,60,119)
#965186
(150,81,134)
#A26695
(162,102,149)
#AE7BA4
(174,123,164)
#BA90B3
(186,144,179)
#C6A5C2
(198,165,194)
#D2BAD1
(210,186,209)
#DECFE0
(222,207,224)
#EAE4EF
(234,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721259 color. Also use rgb(114,18,89) instead hex code.

Text Font Color

.myTextColor { color: #721259; }

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

This text font color is #721259.


Background Color

.myBgColor { background-color: #721259; }

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

This div background color is #721259.


Border color

.myBorderColor { border: 1px solid #721259; }

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

This div border color is #721259.


Opacity

.myOpacity80 { color: #721259; opacity: 0.8; }

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

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

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

This text has shadow with #721259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721259 on black background.


Color preview on white background

This text has color #721259 on white background.



Black color preview on #721259 background

This text has black color on #721259 background.


White color preview on #721259 background

This text has white color on #721259 background.