Color Hex Logo

#891106 Color Hex

#891106
(137,17,6)
0 Favorites   0 Comments

Color spaces of #891106

RGB 137176
HSL0.010.920.28
HSV96°54°
CMYK 0.000.880.96   0.46
XYZ10.54985.73240.7227
Yxy5.73240.62040.3371
Hunter Lab23.942436.753514.9700
CIE-Lab28.727047.502639.1923

#891106 color RGB value is (137,17,6).

#891106 hex color red value is 137, green value is 17 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #891106 hue: 0.01 , saturation: 0.92 and the lightness value of 891106 is 0.28.

The process color (four color CMYK) of #891106 color hex is 0.00, 0.88, 0.96, 0.46. Web safe color of #891106 is #990000. Color #891106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010001 00000110
Octal 211 21 6
Decimal 137 17 6
Hex 89 11 6

RGB Percentages of Color #891106

%85.63
%10.63
%3.75

CMYK Percentages of Color #891106

%0
%88
%96
%46

Triadic Colors of #891106

#891106 #068911 #110689

Analogous Colors of #891106

#891106 #895206 #89063d

Monochromatic Colors of #891106

#891106

Complementary Color

#891106 #067e89

#891106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891106 Color CSS Codes

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

#891106 Text Font Color

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

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


#891106 Background Color

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

This div background color is #891106


#891106 Border Color

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

This div border color is #891106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891106


Comments

No comments written yet.

Please login to write comment.