COLOR #711631

HEX: #711631
RGB: (113,22,49)

Color info

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

RGB color model

#711631 color RGB value is (113,22,49).

  • red value is 113;
  • green value is 22;
  • blue value is 49.
RGB:
(113,22,49)
(44%,9%,19%)

RGB channels and saturation

R 113 of 255 = 44%
G 22 of 255 = 9%
B 49 of 255 = 19%

113
22
49

R + G + B ~ 24%. #711631 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 22 + 49 = 184 (100%)
R 113 of 184 ~ 61.41%
G 22 of 184 ~ 11.96%
B 49 of 184 ~ 26.63%

%61.41
%11.96
%26.63

CMYK color model

#711631 color CMYK value is (0,81,57,56).

  • cyan value is 0.00%
  • magenta value is 80.53%
  • yellow value is 56.64%
  • key color value is 55.69%
CMYK:
(0,81,57,56)
C0M81Y57K56 
(0%,81%,57%,56%)
(0.00/0.81/0.57/0.56)	

CMYK percentages

%0
%80.53
%56.64
%55.69

Codes

Color #711631 in popluar color models

711631
RGB1132249
HSL342°67.41%26.47%
HSB/HSV342°80.53%44.31%
CMYK0.00%80.53%56.64%
55.69%

Color #711631 in popluar number systems.

HEX711631
Decimal1132249
Binary111000110110110001
Octal1612661

Shades and tints

Shades of #711631

#711631
(113,22,49)
#67142D
(103,20,45)
#5D1229
(93,18,41)
#531025
(83,16,37)
#490E21
(73,14,33)
#3F0C1D
(63,12,29)
#350A19
(53,10,25)
#2B0815
(43,8,21)
#210611
(33,6,17)
#17040D
(23,4,13)
#0D0209
(13,2,9)
#000000
(0,0,0)

Tints of #711631

#711631
(113,22,49)
#7D2B43
(125,43,67)
#894055
(137,64,85)
#955567
(149,85,103)
#A16A79
(161,106,121)
#AD7F8B
(173,127,139)
#B9949D
(185,148,157)
#C5A9AF
(197,169,175)
#D1BEC1
(209,190,193)
#DDD3D3
(221,211,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711631 color. Also use rgb(113,22,49) instead hex code.

Text Font Color

.myTextColor { color: #711631; }

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

This text font color is #711631.


Background Color

.myBgColor { background-color: #711631; }

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

This div background color is #711631.


Border color

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

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

This div border color is #711631.


Opacity

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

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

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

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

This text has shadow with #711631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711631 on black background.


Color preview on white background

This text has color #711631 on white background.



Black color preview on #711631 background

This text has black color on #711631 background.


White color preview on #711631 background

This text has white color on #711631 background.