COLOR #711541

HEX: #711541
RGB: (113,21,65)

Color info

#711541 contains mainly red and blue colors. Web safe color of #711541 is #660033 (or #603).

RGB color model

#711541 color RGB value is (113,21,65).

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

RGB channels and saturation

R 113 of 255 = 44%
G 21 of 255 = 8%
B 65 of 255 = 25%

113
21
65

R + G + B ~ 26%. #711541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 21 + 65 = 199 (100%)
R 113 of 199 ~ 56.78%
G 21 of 199 ~ 10.55%
B 65 of 199 ~ 32.66%

%56.78
%10.55
%32.66

CMYK color model

#711541 color CMYK value is (0,81,42,56).

  • cyan value is 0.00%
  • magenta value is 81.42%
  • yellow value is 42.48%
  • key color value is 55.69%
CMYK:
(0,81,42,56)
C0M81Y42K56 
(0%,81%,42%,56%)
(0.00/0.81/0.42/0.56)	

CMYK percentages

%0
%81.42
%42.48
%55.69

Codes

Color #711541 in popluar color models

711541
RGB1132165
HSL331°68.66%26.27%
HSB/HSV331°81.42%44.31%
CMYK0.00%81.42%42.48%
55.69%

Color #711541 in popluar number systems.

HEX711541
Decimal1132165
Binary1110001101011000001
Octal16125101

Shades and tints

Shades of #711541

#711541
(113,21,65)
#67143C
(103,20,60)
#5D1337
(93,19,55)
#531232
(83,18,50)
#49112D
(73,17,45)
#3F1028
(63,16,40)
#350F23
(53,15,35)
#2B0E1E
(43,14,30)
#210D19
(33,13,25)
#170C14
(23,12,20)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #711541

#711541
(113,21,65)
#7D2A52
(125,42,82)
#893F63
(137,63,99)
#955474
(149,84,116)
#A16985
(161,105,133)
#AD7E96
(173,126,150)
#B993A7
(185,147,167)
#C5A8B8
(197,168,184)
#D1BDC9
(209,189,201)
#DDD2DA
(221,210,218)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711541; }

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

This text font color is #711541.


Background Color

.myBgColor { background-color: #711541; }

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

This div background color is #711541.


Border color

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

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

This div border color is #711541.


Opacity

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

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

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

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

This text has shadow with #711541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711541 on black background.


Color preview on white background

This text has color #711541 on white background.



Black color preview on #711541 background

This text has black color on #711541 background.


White color preview on #711541 background

This text has white color on #711541 background.