COLOR #711135

HEX: #711135
RGB: (113,17,53)

Color info

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

RGB color model

#711135 color RGB value is (113,17,53).

  • red value is 113;
  • green value is 17;
  • blue value is 53.
RGB:
(113,17,53)
(44%,7%,21%)

RGB channels and saturation

R 113 of 255 = 44%
G 17 of 255 = 7%
B 53 of 255 = 21%

113
17
53

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

Portions of RGB colors in percentages

R + G + B =
113 + 17 + 53 = 183 (100%)
R 113 of 183 ~ 61.75%
G 17 of 183 ~ 9.29%
B 53 of 183 ~ 28.96%

%61.75
%28.96

CMYK color model

#711135 color CMYK value is (0,85,53,56).

  • cyan value is 0.00%
  • magenta value is 84.96%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(0,85,53,56)
C0M85Y53K56 
(0%,85%,53%,56%)
(0.00/0.85/0.53/0.56)	

CMYK percentages

%0
%84.96
%53.1
%55.69

Codes

Color #711135 in popluar color models

711135
RGB1131753
HSL338°73.85%25.49%
HSB/HSV338°84.96%44.31%
CMYK0.00%84.96%53.10%
55.69%

Color #711135 in popluar number systems.

HEX711135
Decimal1131753
Binary111000110001110101
Octal1612165

Shades and tints

Shades of #711135

#711135
(113,17,53)
#671031
(103,16,49)
#5D0F2D
(93,15,45)
#530E29
(83,14,41)
#490D25
(73,13,37)
#3F0C21
(63,12,33)
#350B1D
(53,11,29)
#2B0A19
(43,10,25)
#210915
(33,9,21)
#170811
(23,8,17)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #711135

#711135
(113,17,53)
#7D2647
(125,38,71)
#893B59
(137,59,89)
#95506B
(149,80,107)
#A1657D
(161,101,125)
#AD7A8F
(173,122,143)
#B98FA1
(185,143,161)
#C5A4B3
(197,164,179)
#D1B9C5
(209,185,197)
#DDCED7
(221,206,215)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711135 color. Also use rgb(113,17,53) instead hex code.

Text Font Color

.myTextColor { color: #711135; }

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

This text font color is #711135.


Background Color

.myBgColor { background-color: #711135; }

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

This div background color is #711135.


Border color

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

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

This div border color is #711135.


Opacity

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

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

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

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

This text has shadow with #711135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711135 on black background.


Color preview on white background

This text has color #711135 on white background.



Black color preview on #711135 background

This text has black color on #711135 background.


White color preview on #711135 background

This text has white color on #711135 background.