Color Hex Logo

#59141f Color Hex

#59141F
(89,20,31)
0 Favorites   0 Comments

Color spaces of #59141f

RGB 892031
HSL0.970.630.21
HSV350°78°35°
CMYK 0.000.780.65   0.65
XYZ4.61732.72311.5786
Yxy2.72310.51770.3053
Hunter Lab16.501821.06715.8795
CIE-Lab18.899032.013411.4027

#59141f color RGB value is (89,20,31).

#59141f hex color red value is 89, green value is 20 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #59141f hue: 0.97 , saturation: 0.63 and the lightness value of 59141f is 0.21.

The process color (four color CMYK) of #59141f color hex is 0.00, 0.78, 0.65, 0.65. Web safe color of #59141f is #660033. Color #59141f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010100 00011111
Octal 131 24 37
Decimal 89 20 31
Hex 59 14 1F

RGB Percentages of Color #59141f

%63.57
%14.29
%22.14

CMYK Percentages of Color #59141f

%0
%78
%65
%65

Triadic Colors of #59141f

#59141f #1f5914 #141f59

Analogous Colors of #59141f

#59141f #592c14 #591442

Monochromatic Colors of #59141f

#59141f

Complementary Color

#59141f #14594e

#59141f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59141f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59141f Color CSS Codes

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

#59141f Text Font Color

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

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


#59141f Background Color

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

This div background color is #59141f


#59141f Border Color

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

This div border color is #59141f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,20,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59141f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59141f;
  -webkit-box-shadow: 1px 1px 3px 2px #59141f;
  box-shadow:         1px 1px 3px 2px #59141f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59141f


Comments

No comments written yet.

Please login to write comment.