Color Hex Logo

#591a42 Color Hex

#591A42
(89,26,66)
0 Favorites   0 Comments

Color spaces of #591a42

RGB 892666
HSL0.890.550.23
HSV322°71°35°
CMYK 0.000.710.26   0.65
XYZ5.47263.25605.4943
Yxy3.25600.38480.2289
Hunter Lab18.044422.5588-5.4220
CIE-Lab21.041333.4124-10.0419

#591a42 color RGB value is (89,26,66).

#591a42 hex color red value is 89, green value is 26 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #591a42 hue: 0.89 , saturation: 0.55 and the lightness value of 591a42 is 0.23.

The process color (four color CMYK) of #591a42 color hex is 0.00, 0.71, 0.26, 0.65. Web safe color of #591a42 is #663333. Color #591a42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011010 01000010
Octal 131 32 102
Decimal 89 26 66
Hex 59 1A 42

RGB Percentages of Color #591a42

%49.17
%14.36
%36.46

CMYK Percentages of Color #591a42

%0
%71
%26
%65

Triadic Colors of #591a42

#591a42 #42591a #1a4259

Analogous Colors of #591a42

#591a42 #591a23 #501a59

Monochromatic Colors of #591a42

#591a42

Complementary Color

#591a42 #1a5931

#591a42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591a42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591a42 Color CSS Codes

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

#591a42 Text Font Color

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

This sample text font color is #591a42
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.


#591a42 Background Color

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

This div background color is #591a42


#591a42 Border Color

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

This div border color is #591a42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,26,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #591a42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #591a42;
  -webkit-box-shadow: 1px 1px 3px 2px #591a42;
  box-shadow:         1px 1px 3px 2px #591a42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,26,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591a42


Comments

No comments written yet.

Please login to write comment.