COLOR #571139

HEX: #571139
RGB: (87,17,57)

Color info

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

RGB color model

#571139 color RGB value is (87,17,57).

  • red value is 87;
  • green value is 17;
  • blue value is 57.
RGB:
(87,17,57)
(34%,7%,22%)

RGB channels and saturation

R 87 of 255 = 34%
G 17 of 255 = 7%
B 57 of 255 = 22%

87
17
57

R + G + B ~ 21%. #571139 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 17 + 57 = 161 (100%)
R 87 of 161 ~ 54.04%
G 17 of 161 ~ 10.56%
B 57 of 161 ~ 35.4%

%54.04
%10.56
%35.4

CMYK color model

#571139 color CMYK value is (0,80,34,66).

  • cyan value is 0.00%
  • magenta value is 80.46%
  • yellow value is 34.48%
  • key color value is 65.88%
CMYK:
(0,80,34,66)
C0M80Y34K66 
(0%,80%,34%,66%)
(0.00/0.80/0.34/0.66)	

CMYK percentages

%0
%80.46
%34.48
%65.88

Codes

Color #571139 in popluar color models

571139
RGB871757
HSL326°67.31%20.39%
HSB/HSV326°80.46%34.12%
CMYK0.00%80.46%34.48%
65.88%

Color #571139 in popluar number systems.

HEX571139
Decimal871757
Binary101011110001111001
Octal1272171

Shades and tints

Shades of #571139

#571139
(87,17,57)
#501034
(80,16,52)
#490F2F
(73,15,47)
#420E2A
(66,14,42)
#3B0D25
(59,13,37)
#340C20
(52,12,32)
#2D0B1B
(45,11,27)
#260A16
(38,10,22)
#1F0911
(31,9,17)
#18080C
(24,8,12)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #571139

#571139
(87,17,57)
#66264B
(102,38,75)
#753B5D
(117,59,93)
#84506F
(132,80,111)
#936581
(147,101,129)
#A27A93
(162,122,147)
#B18FA5
(177,143,165)
#C0A4B7
(192,164,183)
#CFB9C9
(207,185,201)
#DECEDB
(222,206,219)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571139 color. Also use rgb(87,17,57) instead hex code.

Text Font Color

.myTextColor { color: #571139; }

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

This text font color is #571139.


Background Color

.myBgColor { background-color: #571139; }

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

This div background color is #571139.


Border color

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

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

This div border color is #571139.


Opacity

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

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

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

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

This text has shadow with #571139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571139 on black background.


Color preview on white background

This text has color #571139 on white background.



Black color preview on #571139 background

This text has black color on #571139 background.


White color preview on #571139 background

This text has white color on #571139 background.