COLOR #71152D

HEX: #71152D
RGB: (113,21,45)

Color info

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

RGB color model

#71152D color RGB value is (113,21,45).

  • red value is 113;
  • green value is 21;
  • blue value is 45.
RGB:
(113,21,45)
(44%,8%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 21 of 255 = 8%
B 45 of 255 = 18%

113
21
45

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

Portions of RGB colors in percentages

R + G + B =
113 + 21 + 45 = 179 (100%)
R 113 of 179 ~ 63.13%
G 21 of 179 ~ 11.73%
B 45 of 179 ~ 25.14%

%63.13
%11.73
%25.14

CMYK color model

#71152D color CMYK value is (0,81,60,56).

  • cyan value is 0.00%
  • magenta value is 81.42%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(0,81,60,56)
C0M81Y60K56 
(0%,81%,60%,56%)
(0.00/0.81/0.60/0.56)	

CMYK percentages

%0
%81.42
%60.18
%55.69

Codes

Color #71152D in popluar color models

71152D
RGB1132145
HSL344°68.66%26.27%
HSB/HSV344°81.42%44.31%
CMYK0.00%81.42%60.18%
55.69%

Color #71152D in popluar number systems.

HEX71152D
Decimal1132145
Binary111000110101101101
Octal1612555

Shades and tints

Shades of #71152D

#71152D
(113,21,45)
#671429
(103,20,41)
#5D1325
(93,19,37)
#531221
(83,18,33)
#49111D
(73,17,29)
#3F1019
(63,16,25)
#350F15
(53,15,21)
#2B0E11
(43,14,17)
#210D0D
(33,13,13)
#170C09
(23,12,9)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #71152D

#71152D
(113,21,45)
#7D2A40
(125,42,64)
#893F53
(137,63,83)
#955466
(149,84,102)
#A16979
(161,105,121)
#AD7E8C
(173,126,140)
#B9939F
(185,147,159)
#C5A8B2
(197,168,178)
#D1BDC5
(209,189,197)
#DDD2D8
(221,210,216)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71152D color. Also use rgb(113,21,45) instead hex code.

Text Font Color

.myTextColor { color: #71152D; }

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

This text font color is #71152D.


Background Color

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

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

This div background color is #71152D.


Border color

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

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

This div border color is #71152D.


Opacity

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

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

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

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

This text has shadow with #71152D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71152D on black background.


Color preview on white background

This text has color #71152D on white background.



Black color preview on #71152D background

This text has black color on #71152D background.


White color preview on #71152D background

This text has white color on #71152D background.