COLOR #721A29

HEX: #721A29 RGB: (114,26,41)

Color info

#721A29 contains mainly red color. Web safe color of #721A29 is #660033 (or #603).

RGB color model

#721A29 color RGB value is (114,26,41).

RGB: (114,26,41) (45%, 10%, 16%)

RGB channels and saturation

R 114 of 255 = 45%
G 26 of 255 = 10%
B 41 of 255 = 16%

114
26
41

R + G + B ~ 24%. #721A29 is dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 26 + 41 = 181 (100%)
R 114 of 181 ~ 62.98%
G 26 of 181 ~ 14.36%
B 41 of 181 ~ 22.65'%

%62.98
%14.36
%22.65

CMYK color model

#721A29 color CMYK value is (0,77,64,55).

  • cyan value is 0.00%
  • magenta value is 77.19%
  • yellow value is 64.04%
  • key color value is 55.29%

CMYK: (0,77,64,55)
C0M77Y64K55 (0%, 77%, 64%, 55%)
(0.00 / 0.77 / 0.64 / 0.55)

CMYK percentages

%0
%77.19
%64.04
%55.29

Codes

Color #721A29 in popluar color models

72 1A 29
RGB 114 26 41
HSL 350° 62.86% 27.45%
HSB/HSV 350° 77.19% 44.71%
CMYK 0.00% 77.19% 64.04%
55.29%

Color #721A29 in popluar number systems.

HEX 72 1A 29
Decimal 114 26 41
Binary 1110010 11010 101001
Octal 162 32 51

Shades and tints

Shades of #721A29

#721A29
(114,26,41)
#681826
(104,24,38)
#5E1623
(94,22,35)
#541420
(84,20,32)
#4A121D
(74,18,29)
#40101A
(64,16,26)
#360E17
(54,14,23)
#2C0C14
(44,12,20)
#220A11
(34,10,17)
#18080E
(24,8,14)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #721A29

#721A29
(114,26,41)
#7E2E3C
(126,46,60)
#8A424F
(138,66,79)
#965662
(150,86,98)
#A26A75
(162,106,117)
#AE7E88
(174,126,136)
#BA929B
(186,146,155)
#C6A6AE
(198,166,174)
#D2BAC1
(210,186,193)
#DECED4
(222,206,212)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721A29; }

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

This text font color is #721A29.

Background Color

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

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

This div background color is #721A29.

Border color

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

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

This div border color is #721A29.

Opacity

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

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

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

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

This text has shadow with #721A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #721A29.

Preview

Color preview on black background

This text has color #721A29 on black background.


Color preview on white background

This text has color #721A29 on white background.


Black color preview on #721A29 background

This text has black color on #721A29 background.


White color preview on #721A29 background

This text has white color on #721A29 background.


Related colors

Complementary color

Complementary color for #hex is #8DE5D6.


I love getcolorcode.com

Triadic colors

1 #29721A and #1A2972 with #721A29 are triadic colors.

2 #291A72 and #1A7229 with #721A29 are triadic colors.