COLOR #721015

HEX: #721015
RGB: (114,16,21)

Color info

#721015 contains mainly red color. Web safe color of #721015 is #660000 (or #600).

RGB color model

#721015 color RGB value is (114,16,21).

  • red value is 114;
  • green value is 16;
  • blue value is 21.
RGB:
(114,16,21)
(45%,6%,8%)

RGB channels and saturation

R 114 of 255 = 45%
G 16 of 255 = 6%
B 21 of 255 = 8%

114
16
21

R + G + B ~ 20%. #721015 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 16 + 21 = 151 (100%)
R 114 of 151 ~ 75.5%
G 16 of 151 ~ 10.6%
B 21 of 151 ~ 13.91%

%75.5
%10.6
%13.91

CMYK color model

#721015 color CMYK value is (0,86,82,55).

  • cyan value is 0.00%
  • magenta value is 85.96%
  • yellow value is 81.58%
  • key color value is 55.29%
CMYK:
(0,86,82,55)
C0M86Y82K55 
(0%,86%,82%,55%)
(0.00/0.86/0.82/0.55)	

CMYK percentages

%0
%85.96
%81.58
%55.29

Codes

Color #721015 in popluar color models

721015
RGB1141621
HSL357°75.38%25.49%
HSB/HSV357°85.96%44.71%
CMYK0.00%85.96%81.58%
55.29%

Color #721015 in popluar number systems.

HEX721015
Decimal1141621
Binary11100101000010101
Octal1622025

Shades and tints

Shades of #721015

#721015
(114,16,21)
#680F14
(104,15,20)
#5E0E13
(94,14,19)
#540D12
(84,13,18)
#4A0C11
(74,12,17)
#400B10
(64,11,16)
#360A0F
(54,10,15)
#2C090E
(44,9,14)
#22080D
(34,8,13)
#18070C
(24,7,12)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #721015

#721015
(114,16,21)
#7E252A
(126,37,42)
#8A3A3F
(138,58,63)
#964F54
(150,79,84)
#A26469
(162,100,105)
#AE797E
(174,121,126)
#BA8E93
(186,142,147)
#C6A3A8
(198,163,168)
#D2B8BD
(210,184,189)
#DECDD2
(222,205,210)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721015 color. Also use rgb(114,16,21) instead hex code.

Text Font Color

.myTextColor { color: #721015; }

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

This text font color is #721015.


Background Color

.myBgColor { background-color: #721015; }

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

This div background color is #721015.


Border color

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

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

This div border color is #721015.


Opacity

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

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

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

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

This text has shadow with #721015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721015 on black background.


Color preview on white background

This text has color #721015 on white background.



Black color preview on #721015 background

This text has black color on #721015 background.


White color preview on #721015 background

This text has white color on #721015 background.