COLOR #711529

HEX: #711529
RGB: (113,21,41)

Color info

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

RGB color model

#711529 color RGB value is (113,21,41).

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

RGB channels and saturation

R 113 of 255 = 44%
G 21 of 255 = 8%
B 41 of 255 = 16%

113
21
41

R + G + B ~ 23%. #711529 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 21 + 41 = 175 (100%)
R 113 of 175 ~ 64.57%
G 21 of 175 ~ 12%
B 41 of 175 ~ 23.43%

%64.57
%12
%23.43

CMYK color model

#711529 color CMYK value is (0,81,64,56).

  • cyan value is 0.00%
  • magenta value is 81.42%
  • yellow value is 63.72%
  • key color value is 55.69%
CMYK:
(0,81,64,56)
C0M81Y64K56 
(0%,81%,64%,56%)
(0.00/0.81/0.64/0.56)	

CMYK percentages

%0
%81.42
%63.72
%55.69

Codes

Color #711529 in popluar color models

711529
RGB1132141
HSL347°68.66%26.27%
HSB/HSV347°81.42%44.31%
CMYK0.00%81.42%63.72%
55.69%

Color #711529 in popluar number systems.

HEX711529
Decimal1132141
Binary111000110101101001
Octal1612551

Shades and tints

Shades of #711529

#711529
(113,21,41)
#671426
(103,20,38)
#5D1323
(93,19,35)
#531220
(83,18,32)
#49111D
(73,17,29)
#3F101A
(63,16,26)
#350F17
(53,15,23)
#2B0E14
(43,14,20)
#210D11
(33,13,17)
#170C0E
(23,12,14)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #711529

#711529
(113,21,41)
#7D2A3C
(125,42,60)
#893F4F
(137,63,79)
#955462
(149,84,98)
#A16975
(161,105,117)
#AD7E88
(173,126,136)
#B9939B
(185,147,155)
#C5A8AE
(197,168,174)
#D1BDC1
(209,189,193)
#DDD2D4
(221,210,212)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711529; }

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

This text font color is #711529.


Background Color

.myBgColor { background-color: #711529; }

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

This div background color is #711529.


Border color

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

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

This div border color is #711529.


Opacity

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

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

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

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

This text has shadow with #711529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711529 on black background.


Color preview on white background

This text has color #711529 on white background.



Black color preview on #711529 background

This text has black color on #711529 background.


White color preview on #711529 background

This text has white color on #711529 background.