COLOR #710127

HEX: #710127
RGB: (113,1,39)

Color info

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

RGB color model

#710127 color RGB value is (113,1,39).

  • red value is 113;
  • green value is 1;
  • blue value is 39.
RGB:
(113,1,39)
(44%,0%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 1 of 255 = 0%
B 39 of 255 = 15%

113
1
39

R + G + B ~ 20%. #710127 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 1 + 39 = 153 (100%)
R 113 of 153 ~ 73.86%
G 1 of 153 ~ 0.65%
B 39 of 153 ~ 25.49%

%73.86
%25.49

CMYK color model

#710127 color CMYK value is (0,99,65,56).

  • cyan value is 0.00%
  • magenta value is 99.12%
  • yellow value is 65.49%
  • key color value is 55.69%
CMYK:
(0,99,65,56)
C0M99Y65K56 
(0%,99%,65%,56%)
(0.00/0.99/0.65/0.56)	

CMYK percentages

%0
%99.12
%65.49
%55.69

Codes

Color #710127 in popluar color models

710127
RGB113139
HSL340°98.25%22.35%
HSB/HSV340°99.12%44.31%
CMYK0.00%99.12%65.49%
55.69%

Color #710127 in popluar number systems.

HEX710127
Decimal113139
Binary11100011100111
Octal161147

Shades and tints

Shades of #710127

#710127
(113,1,39)
#670124
(103,1,36)
#5D0121
(93,1,33)
#53011E
(83,1,30)
#49011B
(73,1,27)
#3F0118
(63,1,24)
#350115
(53,1,21)
#2B0112
(43,1,18)
#21010F
(33,1,15)
#17010C
(23,1,12)
#0D0109
(13,1,9)
#000000
(0,0,0)

Tints of #710127

#710127
(113,1,39)
#7D183A
(125,24,58)
#892F4D
(137,47,77)
#954660
(149,70,96)
#A15D73
(161,93,115)
#AD7486
(173,116,134)
#B98B99
(185,139,153)
#C5A2AC
(197,162,172)
#D1B9BF
(209,185,191)
#DDD0D2
(221,208,210)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710127 color. Also use rgb(113,1,39) instead hex code.

Text Font Color

.myTextColor { color: #710127; }

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

This text font color is #710127.


Background Color

.myBgColor { background-color: #710127; }

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

This div background color is #710127.


Border color

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

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

This div border color is #710127.


Opacity

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

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

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

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

This text has shadow with #710127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710127 on black background.


Color preview on white background

This text has color #710127 on white background.



Black color preview on #710127 background

This text has black color on #710127 background.


White color preview on #710127 background

This text has white color on #710127 background.