COLOR #71314B

HEX: #71314B
RGB: (113,49,75)

Color info

#71314B contains mainly red and blue colors. Web safe color of #71314B is #663333 (or #633).

RGB color model

#71314B color RGB value is (113,49,75).

  • red value is 113;
  • green value is 49;
  • blue value is 75.
RGB:
(113,49,75)
(44%,19%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 49 of 255 = 19%
B 75 of 255 = 29%

113
49
75

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

Portions of RGB colors in percentages

R + G + B =
113 + 49 + 75 = 237 (100%)
R 113 of 237 ~ 47.68%
G 49 of 237 ~ 20.68%
B 75 of 237 ~ 31.65%

%47.68
%20.68
%31.65

CMYK color model

#71314B color CMYK value is (0,57,34,56).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(0,57,34,56)
C0M57Y34K56 
(0%,57%,34%,56%)
(0.00/0.57/0.34/0.56)	

CMYK percentages

%0
%56.64
%33.63
%55.69

Codes

Color #71314B in popluar color models

71314B
RGB1134975
HSL336°39.51%31.76%
HSB/HSV336°56.64%44.31%
CMYK0.00%56.64%33.63%
55.69%

Color #71314B in popluar number systems.

HEX71314B
Decimal1134975
Binary11100011100011001011
Octal16161113

Shades and tints

Shades of #71314B

#71314B
(113,49,75)
#672D45
(103,45,69)
#5D293F
(93,41,63)
#532539
(83,37,57)
#492133
(73,33,51)
#3F1D2D
(63,29,45)
#351927
(53,25,39)
#2B1521
(43,21,33)
#21111B
(33,17,27)
#170D15
(23,13,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #71314B

#71314B
(113,49,75)
#7D435B
(125,67,91)
#89556B
(137,85,107)
#95677B
(149,103,123)
#A1798B
(161,121,139)
#AD8B9B
(173,139,155)
#B99DAB
(185,157,171)
#C5AFBB
(197,175,187)
#D1C1CB
(209,193,203)
#DDD3DB
(221,211,219)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71314B color. Also use rgb(113,49,75) instead hex code.

Text Font Color

.myTextColor { color: #71314B; }

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

This text font color is #71314B.


Background Color

.myBgColor { background-color: #71314B; }

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

This div background color is #71314B.


Border color

.myBorderColor { border: 1px solid #71314B; }

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

This div border color is #71314B.


Opacity

.myOpacity80 { color: #71314B; opacity: 0.8; }

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

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

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

This text has shadow with #71314B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71314B on black background.


Color preview on white background

This text has color #71314B on white background.



Black color preview on #71314B background

This text has black color on #71314B background.


White color preview on #71314B background

This text has white color on #71314B background.