Color Hex Logo

#591329 Color Hex

#591329
(89,19,41)
0 Favorites   0 Comments

Color spaces of #591329

RGB 891941
HSL0.950.650.21
HSV341°79°35°
CMYK 0.000.790.54   0.65
XYZ4.75292.74972.3781
Yxy2.74970.48100.2783
Hunter Lab16.582222.14393.1046
CIE-Lab19.012233.29394.4606

#591329 color RGB value is (89,19,41).

#591329 hex color red value is 89, green value is 19 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #591329 hue: 0.95 , saturation: 0.65 and the lightness value of 591329 is 0.21.

The process color (four color CMYK) of #591329 color hex is 0.00, 0.79, 0.54, 0.65. Web safe color of #591329 is #660033. Color #591329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 00101001
Octal 131 23 51
Decimal 89 19 41
Hex 59 13 29

RGB Percentages of Color #591329

%59.73
%12.75
%27.52

CMYK Percentages of Color #591329

%0
%79
%54
%65

Triadic Colors of #591329

#591329 #295913 #132959

Analogous Colors of #591329

#591329 #592013 #59134c

Monochromatic Colors of #591329

#591329

Complementary Color

#591329 #135943

#591329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591329 Color CSS Codes

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

#591329 Text Font Color

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

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


#591329 Background Color

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

This div background color is #591329


#591329 Border Color

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

This div border color is #591329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591329


Comments

No comments written yet.

Please login to write comment.