Color Hex Logo

#59131e Color Hex

#59131E
(89,19,30)
0 Favorites   0 Comments

Color spaces of #59131e

RGB 891930
HSL0.970.650.21
HSV351°79°35°
CMYK 0.000.790.66   0.65
XYZ4.58702.68331.5045
Yxy2.68330.52270.3058
Hunter Lab16.380821.31786.0210
CIE-Lab18.728132.349911.8835

#59131e color RGB value is (89,19,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 00011110
Octal 131 23 36
Decimal 89 19 30
Hex 59 13 1E

RGB Percentages of Color #59131e

%64.49
%13.77
%21.74

CMYK Percentages of Color #59131e

%0
%79
%66
%65

Triadic Colors of #59131e

#59131e #1e5913 #131e59

Analogous Colors of #59131e

#59131e #592b13 #591341

Monochromatic Colors of #59131e

#59131e

Complementary Color

#59131e #13594e

#59131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59131e Color CSS Codes

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

#59131e Text Font Color

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

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


#59131e Background Color

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

This div background color is #59131e


#59131e Border Color

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

This div border color is #59131e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59131e


Comments

No comments written yet.

Please login to write comment.