COLOR #712B55

HEX: #712B55 RGB: (113,43,85)

Color info

#712B55 contains mainly red and blue colors. Web safe color of #712B55 is #663366 (or #636).

RGB color model

#712B55 color RGB value is (113,43,85).

RGB: (113,43,85) (44%, 17%, 33%)

RGB channels and saturation

R 113 of 255 = 44%
G 43 of 255 = 17%
B 85 of 255 = 33%

113
43
85

R + G + B ~ 31%. #712B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 43 + 85 = 241 (100%)
R 113 of 241 ~ 46.89%
G 43 of 241 ~ 17.84%
B 85 of 241 ~ 35.27'%

%46.89
%17.84
%35.27

CMYK color model

#712B55 color CMYK value is (0,62,25,56).

  • cyan value is 0.00%
  • magenta value is 61.95%
  • yellow value is 24.78%
  • key color value is 55.69%

CMYK: (0,62,25,56)
C0M62Y25K56 (0%, 62%, 25%, 56%)
(0.00 / 0.62 / 0.25 / 0.56)

CMYK percentages

%0
%61.95
%24.78
%55.69

Codes

Color #712B55 in popluar color models

71 2B 55
RGB 113 43 85
HSL 324° 44.87% 30.59%
HSB/HSV 324° 61.95% 44.31%
CMYK 0.00% 61.95% 24.78%
55.69%

Color #712B55 in popluar number systems.

HEX 71 2B 55
Decimal 113 43 85
Binary 1110001 101011 1010101
Octal 161 53 125

Shades and tints

Shades of #712B55

#712B55
(113,43,85)
#67284E
(103,40,78)
#5D2547
(93,37,71)
#532240
(83,34,64)
#491F39
(73,31,57)
#3F1C32
(63,28,50)
#35192B
(53,25,43)
#2B1624
(43,22,36)
#21131D
(33,19,29)
#171016
(23,16,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #712B55

#712B55
(113,43,85)
#7D3E64
(125,62,100)
#895173
(137,81,115)
#956482
(149,100,130)
#A17791
(161,119,145)
#AD8AA0
(173,138,160)
#B99DAF
(185,157,175)
#C5B0BE
(197,176,190)
#D1C3CD
(209,195,205)
#DDD6DC
(221,214,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712B55 color. Also use rgb(113,43,85) instead hex code.

Text Font Color

.myTextColor { color: #712B55; }

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

This text font color is #712B55.

Background Color

.myBgColor { background-color: #712B55; }

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

This div background color is #712B55.

Border color

.myBorderColor { border: 1px solid #712B55; }

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

This div border color is #712B55.

Opacity

.myOpacity80 { color: #712B55; opacity: 0.8; }

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

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

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

This text has shadow with #712B55 color.


.textShadow {text-shadow: 3px 3px 1px #712B55', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #712B55; -webkit-box-shadow: 1px 1px 3px 2px #712B55; box-shadow:1px 1px 3px 2px #712B55;">
Div content here
</div>

This div box has shadow with color #712B55.

Preview

Color preview on black background

This text has color #712B55 on black background.


Color preview on white background

This text has color #712B55 on white background.


Black color preview on #712B55 background

This text has black color on #712B55 background.


White color preview on #712B55 background

This text has white color on #712B55 background.


Related colors

Complementary color

Complementary color for #hex is #8ED4AA.


I love getcolorcode.com

Triadic colors

1 #55712B and #2B5571 with #712B55 are triadic colors.

2 #552B71 and #2B7155 with #712B55 are triadic colors.