COLOR #72112D

HEX: #72112D
RGB: (114,17,45)

Color info

#72112D contains mainly red color. Web safe color of #72112D is #660033 (or #603).

RGB color model

#72112D color RGB value is (114,17,45).

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

RGB channels and saturation

R 114 of 255 = 45%
G 17 of 255 = 7%
B 45 of 255 = 18%

114
17
45

R + G + B ~ 23%. #72112D is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 17 + 45 = 176 (100%)
R 114 of 176 ~ 64.77%
G 17 of 176 ~ 9.66%
B 45 of 176 ~ 25.57%

%64.77
%9.66
%25.57

CMYK color model

#72112D color CMYK value is (0,85,61,55).

  • cyan value is 0.00%
  • magenta value is 85.09%
  • yellow value is 60.53%
  • key color value is 55.29%
CMYK:
(0,85,61,55)
C0M85Y61K55 
(0%,85%,61%,55%)
(0.00/0.85/0.61/0.55)	

CMYK percentages

%0
%85.09
%60.53
%55.29

Codes

Color #72112D in popluar color models

72112D
RGB1141745
HSL343°74.05%25.69%
HSB/HSV343°85.09%44.71%
CMYK0.00%85.09%60.53%
55.29%

Color #72112D in popluar number systems.

HEX72112D
Decimal1141745
Binary111001010001101101
Octal1622155

Shades and tints

Shades of #72112D

#72112D
(114,17,45)
#681029
(104,16,41)
#5E0F25
(94,15,37)
#540E21
(84,14,33)
#4A0D1D
(74,13,29)
#400C19
(64,12,25)
#360B15
(54,11,21)
#2C0A11
(44,10,17)
#22090D
(34,9,13)
#180809
(24,8,9)
#0E0705
(14,7,5)
#000000
(0,0,0)

Tints of #72112D

#72112D
(114,17,45)
#7E2640
(126,38,64)
#8A3B53
(138,59,83)
#965066
(150,80,102)
#A26579
(162,101,121)
#AE7A8C
(174,122,140)
#BA8F9F
(186,143,159)
#C6A4B2
(198,164,178)
#D2B9C5
(210,185,197)
#DECED8
(222,206,216)
#EAE3EB
(234,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72112D color. Also use rgb(114,17,45) instead hex code.

Text Font Color

.myTextColor { color: #72112D; }

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

This text font color is #72112D.


Background Color

.myBgColor { background-color: #72112D; }

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

This div background color is #72112D.


Border color

.myBorderColor { border: 1px solid #72112D; }

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

This div border color is #72112D.


Opacity

.myOpacity80 { color: #72112D; opacity: 0.8; }

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

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

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

This text has shadow with #72112D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72112D on black background.


Color preview on white background

This text has color #72112D on white background.



Black color preview on #72112D background

This text has black color on #72112D background.


White color preview on #72112D background

This text has white color on #72112D background.