COLOR #71185C

HEX: #71185C
RGB: (113,24,92)

Color info

#71185C contains mainly red and blue colors. Web safe color of #71185C is #660066 (or #606).

RGB color model

#71185C color RGB value is (113,24,92).

  • red value is 113;
  • green value is 24;
  • blue value is 92.
RGB:
(113,24,92)
(44%,9%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 24 of 255 = 9%
B 92 of 255 = 36%

113
24
92

R + G + B ~ 30%. #71185C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 24 + 92 = 229 (100%)
R 113 of 229 ~ 49.34%
G 24 of 229 ~ 10.48%
B 92 of 229 ~ 40.17%

%49.34
%10.48
%40.17

CMYK color model

#71185C color CMYK value is (0,79,19,56).

  • cyan value is 0.00%
  • magenta value is 78.76%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(0,79,19,56)
C0M79Y19K56 
(0%,79%,19%,56%)
(0.00/0.79/0.19/0.56)	

CMYK percentages

%0
%78.76
%18.58
%55.69

Codes

Color #71185C in popluar color models

71185C
RGB1132492
HSL314°64.96%26.86%
HSB/HSV314°78.76%44.31%
CMYK0.00%78.76%18.58%
55.69%

Color #71185C in popluar number systems.

HEX71185C
Decimal1132492
Binary1110001110001011100
Octal16130134

Shades and tints

Shades of #71185C

#71185C
(113,24,92)
#671654
(103,22,84)
#5D144C
(93,20,76)
#531244
(83,18,68)
#49103C
(73,16,60)
#3F0E34
(63,14,52)
#350C2C
(53,12,44)
#2B0A24
(43,10,36)
#21081C
(33,8,28)
#170614
(23,6,20)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #71185C

#71185C
(113,24,92)
#7D2D6A
(125,45,106)
#894278
(137,66,120)
#955786
(149,87,134)
#A16C94
(161,108,148)
#AD81A2
(173,129,162)
#B996B0
(185,150,176)
#C5ABBE
(197,171,190)
#D1C0CC
(209,192,204)
#DDD5DA
(221,213,218)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71185C color. Also use rgb(113,24,92) instead hex code.

Text Font Color

.myTextColor { color: #71185C; }

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

This text font color is #71185C.


Background Color

.myBgColor { background-color: #71185C; }

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

This div background color is #71185C.


Border color

.myBorderColor { border: 1px solid #71185C; }

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

This div border color is #71185C.


Opacity

.myOpacity80 { color: #71185C; opacity: 0.8; }

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

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

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

This text has shadow with #71185C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71185C on black background.


Color preview on white background

This text has color #71185C on white background.



Black color preview on #71185C background

This text has black color on #71185C background.


White color preview on #71185C background

This text has white color on #71185C background.