COLOR #721859

HEX: #721859
RGB: (114,24,89)

Color info

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

RGB color model

#721859 color RGB value is (114,24,89).

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

RGB channels and saturation

R 114 of 255 = 45%
G 24 of 255 = 9%
B 89 of 255 = 35%

114
24
89

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

Portions of RGB colors in percentages

R + G + B =
114 + 24 + 89 = 227 (100%)
R 114 of 227 ~ 50.22%
G 24 of 227 ~ 10.57%
B 89 of 227 ~ 39.21%

%50.22
%10.57
%39.21

CMYK color model

#721859 color CMYK value is (0,79,22,55).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 21.93%
  • key color value is 55.29%
CMYK:
(0,79,22,55)
C0M79Y22K55 
(0%,79%,22%,55%)
(0.00/0.79/0.22/0.55)	

CMYK percentages

%0
%78.95
%21.93
%55.29

Codes

Color #721859 in popluar color models

721859
RGB1142489
HSL317°65.22%27.06%
HSB/HSV317°78.95%44.71%
CMYK0.00%78.95%21.93%
55.29%

Color #721859 in popluar number systems.

HEX721859
Decimal1142489
Binary1110010110001011001
Octal16230131

Shades and tints

Shades of #721859

#721859
(114,24,89)
#681651
(104,22,81)
#5E1449
(94,20,73)
#541241
(84,18,65)
#4A1039
(74,16,57)
#400E31
(64,14,49)
#360C29
(54,12,41)
#2C0A21
(44,10,33)
#220819
(34,8,25)
#180611
(24,6,17)
#0E0409
(14,4,9)
#000000
(0,0,0)

Tints of #721859

#721859
(114,24,89)
#7E2D68
(126,45,104)
#8A4277
(138,66,119)
#965786
(150,87,134)
#A26C95
(162,108,149)
#AE81A4
(174,129,164)
#BA96B3
(186,150,179)
#C6ABC2
(198,171,194)
#D2C0D1
(210,192,209)
#DED5E0
(222,213,224)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721859; }

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

This text font color is #721859.


Background Color

.myBgColor { background-color: #721859; }

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

This div background color is #721859.


Border color

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

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

This div border color is #721859.


Opacity

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

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

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

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

This text has shadow with #721859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721859 on black background.


Color preview on white background

This text has color #721859 on white background.



Black color preview on #721859 background

This text has black color on #721859 background.


White color preview on #721859 background

This text has white color on #721859 background.