COLOR #571A1F

HEX: #571A1F
RGB: (87,26,31)

Color info

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

RGB color model

#571A1F color RGB value is (87,26,31).

  • red value is 87;
  • green value is 26;
  • blue value is 31.
RGB:
(87,26,31)
(34%,10%,12%)

RGB channels and saturation

R 87 of 255 = 34%
G 26 of 255 = 10%
B 31 of 255 = 12%

87
26
31

R + G + B ~ 19%. #571A1F is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 26 + 31 = 144 (100%)
R 87 of 144 ~ 60.42%
G 26 of 144 ~ 18.06%
B 31 of 144 ~ 21.53%

%60.42
%18.06
%21.53

CMYK color model

#571A1F color CMYK value is (0,70,64,66).

  • cyan value is 0.00%
  • magenta value is 70.11%
  • yellow value is 64.37%
  • key color value is 65.88%
CMYK:
(0,70,64,66)
C0M70Y64K66 
(0%,70%,64%,66%)
(0.00/0.70/0.64/0.66)	

CMYK percentages

%0
%70.11
%64.37
%65.88

Codes

Color #571A1F in popluar color models

571A1F
RGB872631
HSL355°53.98%22.16%
HSB/HSV355°70.11%34.12%
CMYK0.00%70.11%64.37%
65.88%

Color #571A1F in popluar number systems.

HEX571A1F
Decimal872631
Binary10101111101011111
Octal1273237

Shades and tints

Shades of #571A1F

#571A1F
(87,26,31)
#50181D
(80,24,29)
#49161B
(73,22,27)
#421419
(66,20,25)
#3B1217
(59,18,23)
#341015
(52,16,21)
#2D0E13
(45,14,19)
#260C11
(38,12,17)
#1F0A0F
(31,10,15)
#18080D
(24,8,13)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #571A1F

#571A1F
(87,26,31)
#662E33
(102,46,51)
#754247
(117,66,71)
#84565B
(132,86,91)
#936A6F
(147,106,111)
#A27E83
(162,126,131)
#B19297
(177,146,151)
#C0A6AB
(192,166,171)
#CFBABF
(207,186,191)
#DECED3
(222,206,211)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571A1F color. Also use rgb(87,26,31) instead hex code.

Text Font Color

.myTextColor { color: #571A1F; }

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

This text font color is #571A1F.


Background Color

.myBgColor { background-color: #571A1F; }

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

This div background color is #571A1F.


Border color

.myBorderColor { border: 1px solid #571A1F; }

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

This div border color is #571A1F.


Opacity

.myOpacity80 { color: #571A1F; opacity: 0.8; }

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

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

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

This text has shadow with #571A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571A1F on black background.


Color preview on white background

This text has color #571A1F on white background.



Black color preview on #571A1F background

This text has black color on #571A1F background.


White color preview on #571A1F background

This text has white color on #571A1F background.