COLOR #571429

HEX: #571429
RGB: (87,20,41)

Color info

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

RGB color model

#571429 color RGB value is (87,20,41).

  • red value is 87;
  • green value is 20;
  • blue value is 41.
RGB:
(87,20,41)
(34%,8%,16%)

RGB channels and saturation

R 87 of 255 = 34%
G 20 of 255 = 8%
B 41 of 255 = 16%

87
20
41

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

Portions of RGB colors in percentages

R + G + B =
87 + 20 + 41 = 148 (100%)
R 87 of 148 ~ 58.78%
G 20 of 148 ~ 13.51%
B 41 of 148 ~ 27.7%

%58.78
%13.51
%27.7

CMYK color model

#571429 color CMYK value is (0,77,53,66).

  • cyan value is 0.00%
  • magenta value is 77.01%
  • yellow value is 52.87%
  • key color value is 65.88%
CMYK:
(0,77,53,66)
C0M77Y53K66 
(0%,77%,53%,66%)
(0.00/0.77/0.53/0.66)	

CMYK percentages

%0
%77.01
%52.87
%65.88

Codes

Color #571429 in popluar color models

571429
RGB872041
HSL341°62.62%20.98%
HSB/HSV341°77.01%34.12%
CMYK0.00%77.01%52.87%
65.88%

Color #571429 in popluar number systems.

HEX571429
Decimal872041
Binary101011110100101001
Octal1272451

Shades and tints

Shades of #571429

#571429
(87,20,41)
#501326
(80,19,38)
#491223
(73,18,35)
#421120
(66,17,32)
#3B101D
(59,16,29)
#340F1A
(52,15,26)
#2D0E17
(45,14,23)
#260D14
(38,13,20)
#1F0C11
(31,12,17)
#180B0E
(24,11,14)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #571429

#571429
(87,20,41)
#66293C
(102,41,60)
#753E4F
(117,62,79)
#845362
(132,83,98)
#936875
(147,104,117)
#A27D88
(162,125,136)
#B1929B
(177,146,155)
#C0A7AE
(192,167,174)
#CFBCC1
(207,188,193)
#DED1D4
(222,209,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571429 color. Also use rgb(87,20,41) instead hex code.

Text Font Color

.myTextColor { color: #571429; }

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

This text font color is #571429.


Background Color

.myBgColor { background-color: #571429; }

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

This div background color is #571429.


Border color

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

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

This div border color is #571429.


Opacity

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

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

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

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

This text has shadow with #571429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571429 on black background.


Color preview on white background

This text has color #571429 on white background.



Black color preview on #571429 background

This text has black color on #571429 background.


White color preview on #571429 background

This text has white color on #571429 background.