Color Hex Logo

#89131c Color Hex

#89131C
(137,19,28)
0 Favorites   0 Comments

Color spaces of #89131c

RGB 1371928
HSL0.990.760.31
HSV355°86°54°
CMYK 0.000.860.80   0.46
XYZ10.75905.86801.6642
Yxy5.86800.58820.3208
Hunter Lab24.224036.888312.8835
CIE-Lab29.077047.572328.0850

#89131c color RGB value is (137,19,28).

#89131c hex color red value is 137, green value is 19 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #89131c hue: 0.99 , saturation: 0.76 and the lightness value of 89131c is 0.31.

The process color (four color CMYK) of #89131c color hex is 0.00, 0.86, 0.80, 0.46. Web safe color of #89131c is #990033. Color #89131c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 00011100
Octal 211 23 34
Decimal 137 19 28
Hex 89 13 1C

RGB Percentages of Color #89131c

%74.46
%10.33
%15.22

CMYK Percentages of Color #89131c

%0
%86
%80
%46

Triadic Colors of #89131c

#89131c #1c8913 #131c89

Analogous Colors of #89131c

#89131c #894513 #891357

Monochromatic Colors of #89131c

#89131c

Complementary Color

#89131c #138980

#89131c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89131c Color Preview on White Background

Lorem ipsum dolor sit amet.

#89131c Color CSS Codes

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

#89131c Text Font Color

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

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


#89131c Background Color

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

This div background color is #89131c


#89131c Border Color

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

This div border color is #89131c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,19,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89131c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89131c;
  -webkit-box-shadow: 1px 1px 3px 2px #89131c;
  box-shadow:         1px 1px 3px 2px #89131c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89131c


Comments

No comments written yet.

Please login to write comment.