COLOR #71235B

HEX: #71235B
RGB: (113,35,91)

Color info

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

RGB color model

#71235B color RGB value is (113,35,91).

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

RGB channels and saturation

R 113 of 255 = 44%
G 35 of 255 = 14%
B 91 of 255 = 36%

113
35
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 35 + 91 = 239 (100%)
R 113 of 239 ~ 47.28%
G 35 of 239 ~ 14.64%
B 91 of 239 ~ 38.08%

%47.28
%14.64
%38.08

CMYK color model

#71235B color CMYK value is (0,69,19,56).

  • cyan value is 0.00%
  • magenta value is 69.03%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,69,19,56)
C0M69Y19K56 
(0%,69%,19%,56%)
(0.00/0.69/0.19/0.56)	

CMYK percentages

%0
%69.03
%19.47
%55.69

Codes

Color #71235B in popluar color models

71235B
RGB1133591
HSL317°52.70%29.02%
HSB/HSV317°69.03%44.31%
CMYK0.00%69.03%19.47%
55.69%

Color #71235B in popluar number systems.

HEX71235B
Decimal1133591
Binary11100011000111011011
Octal16143133

Shades and tints

Shades of #71235B

#71235B
(113,35,91)
#672053
(103,32,83)
#5D1D4B
(93,29,75)
#531A43
(83,26,67)
#49173B
(73,23,59)
#3F1433
(63,20,51)
#35112B
(53,17,43)
#2B0E23
(43,14,35)
#210B1B
(33,11,27)
#170813
(23,8,19)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #71235B

#71235B
(113,35,91)
#7D3769
(125,55,105)
#894B77
(137,75,119)
#955F85
(149,95,133)
#A17393
(161,115,147)
#AD87A1
(173,135,161)
#B99BAF
(185,155,175)
#C5AFBD
(197,175,189)
#D1C3CB
(209,195,203)
#DDD7D9
(221,215,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71235B; }

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

This text font color is #71235B.


Background Color

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

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

This div background color is #71235B.


Border color

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

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

This div border color is #71235B.


Opacity

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

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

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

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

This text has shadow with #71235B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71235B on black background.


Color preview on white background

This text has color #71235B on white background.



Black color preview on #71235B background

This text has black color on #71235B background.


White color preview on #71235B background

This text has white color on #71235B background.