COLOR #721D34

HEX: #721D34 RGB: (114,29,52)

Color info

#721D34 contains mainly red color. Web safe color of #721D34 is #663333 (or #633).

RGB color model

#721D34 color RGB value is (114,29,52).

RGB: (114,29,52) (45%, 11%, 20%)

RGB channels and saturation

R 114 of 255 = 45%
G 29 of 255 = 11%
B 52 of 255 = 20%

114
29
52

R + G + B ~ 25%. #721D34 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 29 + 52 = 195 (100%)
R 114 of 195 ~ 58.46%
G 29 of 195 ~ 14.87%
B 52 of 195 ~ 26.67'%

%58.46
%14.87
%26.67

CMYK color model

#721D34 color CMYK value is (0,75,54,55).

  • cyan value is 0.00%
  • magenta value is 74.56%
  • yellow value is 54.39%
  • key color value is 55.29%

CMYK: (0,75,54,55)
C0M75Y54K55 (0%, 75%, 54%, 55%)
(0.00 / 0.75 / 0.54 / 0.55)

CMYK percentages

%0
%74.56
%54.39
%55.29

Codes

Color #721D34 in popluar color models

72 1D 34
RGB 114 29 52
HSL 344° 59.44% 28.04%
HSB/HSV 344° 74.56% 44.71%
CMYK 0.00% 74.56% 54.39%
55.29%

Color #721D34 in popluar number systems.

HEX 72 1D 34
Decimal 114 29 52
Binary 1110010 11101 110100
Octal 162 35 64

Shades and tints

Shades of #721D34

#721D34
(114,29,52)
#681B30
(104,27,48)
#5E192C
(94,25,44)
#541728
(84,23,40)
#4A1524
(74,21,36)
#401320
(64,19,32)
#36111C
(54,17,28)
#2C0F18
(44,15,24)
#220D14
(34,13,20)
#180B10
(24,11,16)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #721D34

#721D34
(114,29,52)
#7E3146
(126,49,70)
#8A4558
(138,69,88)
#96596A
(150,89,106)
#A26D7C
(162,109,124)
#AE818E
(174,129,142)
#BA95A0
(186,149,160)
#C6A9B2
(198,169,178)
#D2BDC4
(210,189,196)
#DED1D6
(222,209,214)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721D34; }

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

This text font color is #721D34.

Background Color

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

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

This div background color is #721D34.

Border color

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

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

This div border color is #721D34.

Opacity

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

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

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

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

This text has shadow with #721D34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #721D34.

Preview

Color preview on black background

This text has color #721D34 on black background.


Color preview on white background

This text has color #721D34 on white background.


Black color preview on #721D34 background

This text has black color on #721D34 background.


White color preview on #721D34 background

This text has white color on #721D34 background.


Related colors

Complementary color

Complementary color for #hex is #8DE2CB.


I love getcolorcode.com

Triadic colors

1 #34721D and #1D3472 with #721D34 are triadic colors.

2 #341D72 and #1D7234 with #721D34 are triadic colors.