COLOR #711A42

HEX: #711A42
RGB: (113,26,66)

Color info

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

RGB color model

#711A42 color RGB value is (113,26,66).

  • red value is 113;
  • green value is 26;
  • blue value is 66.
RGB:
(113,26,66)
(44%,10%,26%)

RGB channels and saturation

R 113 of 255 = 44%
G 26 of 255 = 10%
B 66 of 255 = 26%

113
26
66

R + G + B ~ 27%. #711A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 26 + 66 = 205 (100%)
R 113 of 205 ~ 55.12%
G 26 of 205 ~ 12.68%
B 66 of 205 ~ 32.2%

%55.12
%12.68
%32.2

CMYK color model

#711A42 color CMYK value is (0,77,42,56).

  • cyan value is 0.00%
  • magenta value is 76.99%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(0,77,42,56)
C0M77Y42K56 
(0%,77%,42%,56%)
(0.00/0.77/0.42/0.56)	

CMYK percentages

%0
%76.99
%41.59
%55.69

Codes

Color #711A42 in popluar color models

711A42
RGB1132666
HSL332°62.59%27.25%
HSB/HSV332°76.99%44.31%
CMYK0.00%76.99%41.59%
55.69%

Color #711A42 in popluar number systems.

HEX711A42
Decimal1132666
Binary1110001110101000010
Octal16132102

Shades and tints

Shades of #711A42

#711A42
(113,26,66)
#67183C
(103,24,60)
#5D1636
(93,22,54)
#531430
(83,20,48)
#49122A
(73,18,42)
#3F1024
(63,16,36)
#350E1E
(53,14,30)
#2B0C18
(43,12,24)
#210A12
(33,10,18)
#17080C
(23,8,12)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #711A42

#711A42
(113,26,66)
#7D2E53
(125,46,83)
#894264
(137,66,100)
#955675
(149,86,117)
#A16A86
(161,106,134)
#AD7E97
(173,126,151)
#B992A8
(185,146,168)
#C5A6B9
(197,166,185)
#D1BACA
(209,186,202)
#DDCEDB
(221,206,219)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711A42 color. Also use rgb(113,26,66) instead hex code.

Text Font Color

.myTextColor { color: #711A42; }

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

This text font color is #711A42.


Background Color

.myBgColor { background-color: #711A42; }

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

This div background color is #711A42.


Border color

.myBorderColor { border: 1px solid #711A42; }

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

This div border color is #711A42.


Opacity

.myOpacity80 { color: #711A42; opacity: 0.8; }

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

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

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

This text has shadow with #711A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711A42 on black background.


Color preview on white background

This text has color #711A42 on white background.



Black color preview on #711A42 background

This text has black color on #711A42 background.


White color preview on #711A42 background

This text has white color on #711A42 background.