Color Hex Logo

#571949 Color Hex

#571949
(87,25,73)
0 Favorites   0 Comments

Color spaces of #571949

RGB 872573
HSL0.870.550.22
HSV314°71°34°
CMYK 0.000.710.16   0.66
XYZ5.48073.20256.6326
Yxy3.20250.35780.2091
Hunter Lab17.895523.3504-9.4477
CIE-Lab20.837334.3869-15.1808

#571949 color RGB value is (87,25,73).

#571949 hex color red value is 87, green value is 25 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #571949 hue: 0.87 , saturation: 0.55 and the lightness value of 571949 is 0.22.

The process color (four color CMYK) of #571949 color hex is 0.00, 0.71, 0.16, 0.66. Web safe color of #571949 is #660033. Color #571949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011001 01001001
Octal 127 31 111
Decimal 87 25 73
Hex 57 19 49

RGB Percentages of Color #571949

%47.03
%13.51
%39.46

CMYK Percentages of Color #571949

%0
%71
%16
%66

Triadic Colors of #571949

#571949 #495719 #194957

Analogous Colors of #571949

#571949 #57192a #461957

Monochromatic Colors of #571949

#571949

Complementary Color

#571949 #195727

#571949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571949 Color CSS Codes

.mybgcolor {background-color:#571949; } 
.myforecolor {color:#571949; }
.mybordercolor {border:3px solid #571949; }

#571949 Text Font Color

<p style="color:#571949">Text here</p>

This sample text font color is #571949
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#571949 Background Color

<div style="background-color:#571949">
Div content here</div>

This div background color is #571949


#571949 Border Color

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

This div border color is #571949


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,25,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #571949; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #571949;
  -webkit-box-shadow: 1px 1px 3px 2px #571949;
  box-shadow:         1px 1px 3px 2px #571949; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,25,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #571949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #571949;
  -webkit-box-shadow: 1px 1px 3px 2px #571949;
  box-shadow:         1px 1px 3px 2px #571949;">
Div content here</div>

This div box has shadow with color #571949


Comments

No comments written yet.

Please login to write comment.