Color Hex Logo

#591242 Color Hex

#591242
(89,18,66)
0 Favorites   0 Comments

Color spaces of #591242

RGB 891866
HSL0.890.660.21
HSV319°80°35°
CMYK 0.000.800.26   0.65
XYZ5.31952.94985.4433
Yxy2.94980.38790.2151
Hunter Lab17.175025.2295-6.7684
CIE-Lab19.841736.7654-11.8807

#591242 color RGB value is (89,18,66).

#591242 hex color red value is 89, green value is 18 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #591242 hue: 0.89 , saturation: 0.66 and the lightness value of 591242 is 0.21.

The process color (four color CMYK) of #591242 color hex is 0.00, 0.80, 0.26, 0.65. Web safe color of #591242 is #660033. Color #591242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010010 01000010
Octal 131 22 102
Decimal 89 18 66
Hex 59 12 42

RGB Percentages of Color #591242

%51.45
%10.40
%38.15

CMYK Percentages of Color #591242

%0
%80
%26
%65

Triadic Colors of #591242

#591242 #425912 #124259

Analogous Colors of #591242

#591242 #59121e #4d1259

Monochromatic Colors of #591242

#591242

Complementary Color

#591242 #125929

#591242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591242 Color CSS Codes

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

#591242 Text Font Color

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

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


#591242 Background Color

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

This div background color is #591242


#591242 Border Color

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

This div border color is #591242


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,18,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 #591242">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591242


Comments

No comments written yet.

Please login to write comment.