Color Hex Logo

#891500 Color Hex

#891500
(137,21,0)
0 Favorites   0 Comments

Color spaces of #891500

RGB 137210
HSL0.031.000.27
HSV100°54°
CMYK 0.000.851.00   0.46
XYZ10.58475.85470.5722
Yxy5.85470.62220.3442
Hunter Lab24.196535.740615.5354
CIE-Lab29.042946.405941.8895

#891500 color RGB value is (137,21,0).

#891500 hex color red value is 137, green value is 21 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #891500 hue: 0.03 , saturation: 1.00 and the lightness value of 891500 is 0.27.

The process color (four color CMYK) of #891500 color hex is 0.00, 0.85, 1.00, 0.46. Web safe color of #891500 is #990000. Color #891500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010101 00000000
Octal 211 25 0
Decimal 137 21 0
Hex 89 15 0

RGB Percentages of Color #891500

%86.71
%13.29
%0.00

CMYK Percentages of Color #891500

%0
%85
%100
%46

Triadic Colors of #891500

#891500 #008915 #150089

Analogous Colors of #891500

#891500 #895a00 #890030

Monochromatic Colors of #891500

#891500

Complementary Color

#891500 #007489

#891500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891500 Color CSS Codes

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

#891500 Text Font Color

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

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


#891500 Background Color

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

This div background color is #891500


#891500 Border Color

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

This div border color is #891500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,21,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #891500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #891500;
  -webkit-box-shadow: 1px 1px 3px 2px #891500;
  box-shadow:         1px 1px 3px 2px #891500; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,21,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891500


Comments

No comments written yet.

Please login to write comment.