COLOR #721B1E

HEX: #721B1E RGB: (114,27,30)

Color info

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

RGB color model

#721B1E color RGB value is (114,27,30).

RGB: (114,27,30) (45%, 11%, 12%)

RGB channels and saturation

R 114 of 255 = 45%
G 27 of 255 = 11%
B 30 of 255 = 12%

114
27
30

R + G + B ~ 23%. #721B1E is dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 27 + 30 = 171 (100%)
R 114 of 171 ~ 66.67%
G 27 of 171 ~ 15.79%
B 30 of 171 ~ 17.54'%

%66.67
%15.79
%17.54

CMYK color model

#721B1E color CMYK value is (0,76,74,55).

  • cyan value is 0.00%
  • magenta value is 76.32%
  • yellow value is 73.68%
  • key color value is 55.29%

CMYK: (0,76,74,55)
C0M76Y74K55 (0%, 76%, 74%, 55%)
(0.00 / 0.76 / 0.74 / 0.55)

CMYK percentages

%0
%76.32
%73.68
%55.29

Codes

Color #721B1E in popluar color models

72 1B 1E
RGB 114 27 30
HSL 358° 61.70% 27.65%
HSB/HSV 358° 76.32% 44.71%
CMYK 0.00% 76.32% 73.68%
55.29%

Color #721B1E in popluar number systems.

HEX 72 1B 1E
Decimal 114 27 30
Binary 1110010 11011 11110
Octal 162 33 36

Shades and tints

Shades of #721B1E

#721B1E
(114,27,30)
#68191C
(104,25,28)
#5E171A
(94,23,26)
#541518
(84,21,24)
#4A1316
(74,19,22)
#401114
(64,17,20)
#360F12
(54,15,18)
#2C0D10
(44,13,16)
#220B0E
(34,11,14)
#18090C
(24,9,12)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #721B1E

#721B1E
(114,27,30)
#7E2F32
(126,47,50)
#8A4346
(138,67,70)
#96575A
(150,87,90)
#A26B6E
(162,107,110)
#AE7F82
(174,127,130)
#BA9396
(186,147,150)
#C6A7AA
(198,167,170)
#D2BBBE
(210,187,190)
#DECFD2
(222,207,210)
#EAE3E6
(234,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721B1E color. Also use rgb(114,27,30) instead hex code.

Text Font Color

.myTextColor { color: #721B1E; }

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

This text font color is #721B1E.

Background Color

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

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

This div background color is #721B1E.

Border color

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

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

This div border color is #721B1E.

Opacity

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

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

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

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

This text has shadow with #721B1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #721B1E.

Preview

Color preview on black background

This text has color #721B1E on black background.


Color preview on white background

This text has color #721B1E on white background.


Black color preview on #721B1E background

This text has black color on #721B1E background.


White color preview on #721B1E background

This text has white color on #721B1E background.


Related colors

Complementary color

Complementary color for #hex is #8DE4E1.


I love getcolorcode.com

Triadic colors

1 #1E721B and #1B1E72 with #721B1E are triadic colors.

2 #1E1B72 and #1B721E with #721B1E are triadic colors.