COLOR #71205B

HEX: #71205B
RGB: (113,32,91)

Color info

#71205B contains mainly red and blue colors. Web safe color of #71205B is #663366 (or #636).

RGB color model

#71205B color RGB value is (113,32,91).

  • red value is 113;
  • green value is 32;
  • blue value is 91.
RGB:
(113,32,91)
(44%,13%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 32 of 255 = 13%
B 91 of 255 = 36%

113
32
91

R + G + B ~ 31%. #71205B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 32 + 91 = 236 (100%)
R 113 of 236 ~ 47.88%
G 32 of 236 ~ 13.56%
B 91 of 236 ~ 38.56%

%47.88
%13.56
%38.56

CMYK color model

#71205B color CMYK value is (0,72,19,56).

  • cyan value is 0.00%
  • magenta value is 71.68%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,72,19,56)
C0M72Y19K56 
(0%,72%,19%,56%)
(0.00/0.72/0.19/0.56)	

CMYK percentages

%0
%71.68
%19.47
%55.69

Codes

Color #71205B in popluar color models

71205B
RGB1133291
HSL316°55.86%28.43%
HSB/HSV316°71.68%44.31%
CMYK0.00%71.68%19.47%
55.69%

Color #71205B in popluar number systems.

HEX71205B
Decimal1133291
Binary11100011000001011011
Octal16140133

Shades and tints

Shades of #71205B

#71205B
(113,32,91)
#671E53
(103,30,83)
#5D1C4B
(93,28,75)
#531A43
(83,26,67)
#49183B
(73,24,59)
#3F1633
(63,22,51)
#35142B
(53,20,43)
#2B1223
(43,18,35)
#21101B
(33,16,27)
#170E13
(23,14,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #71205B

#71205B
(113,32,91)
#7D3469
(125,52,105)
#894877
(137,72,119)
#955C85
(149,92,133)
#A17093
(161,112,147)
#AD84A1
(173,132,161)
#B998AF
(185,152,175)
#C5ACBD
(197,172,189)
#D1C0CB
(209,192,203)
#DDD4D9
(221,212,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71205B color. Also use rgb(113,32,91) instead hex code.

Text Font Color

.myTextColor { color: #71205B; }

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

This text font color is #71205B.


Background Color

.myBgColor { background-color: #71205B; }

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

This div background color is #71205B.


Border color

.myBorderColor { border: 1px solid #71205B; }

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

This div border color is #71205B.


Opacity

.myOpacity80 { color: #71205B; opacity: 0.8; }

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

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

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

This text has shadow with #71205B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71205B on black background.


Color preview on white background

This text has color #71205B on white background.



Black color preview on #71205B background

This text has black color on #71205B background.


White color preview on #71205B background

This text has white color on #71205B background.