Color Hex Logo

#591240 Color Hex

#591240
(89,18,64)
0 Favorites   0 Comments

Color spaces of #591240

RGB 891864
HSL0.890.660.21
HSV321°80°35°
CMYK 0.000.800.28   0.65
XYZ5.26152.92665.1381
Yxy2.92660.39480.2196
Hunter Lab17.107324.9614-5.8324
CIE-Lab19.747536.4739-10.6396

#591240 color RGB value is (89,18,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010010 01000000
Octal 131 22 100
Decimal 89 18 64
Hex 59 12 40

RGB Percentages of Color #591240

%52.05
%10.53
%37.43

CMYK Percentages of Color #591240

%0
%80
%28
%65

Triadic Colors of #591240

#591240 #405912 #124059

Analogous Colors of #591240

#591240 #59121d #4f1259

Monochromatic Colors of #591240

#591240

Complementary Color

#591240 #12592b

#591240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591240 Color CSS Codes

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

#591240 Text Font Color

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

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


#591240 Background Color

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

This div background color is #591240


#591240 Border Color

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

This div border color is #591240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591240


Comments

No comments written yet.

Please login to write comment.