Color Hex Logo

#891819 Color Hex

#891819
(137,24,25)
0 Favorites   0 Comments

Color spaces of #891819

RGB 1372425
HSL1.000.700.32
HSV359°82°54°
CMYK 0.000.820.82   0.46
XYZ10.81866.04181.5157
Yxy6.04180.58870.3288
Hunter Lab24.580135.549313.5500
CIE-Lab29.517746.118430.3674

#891819 color RGB value is (137,24,25).

#891819 hex color red value is 137, green value is 24 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #891819 hue: 1.00 , saturation: 0.70 and the lightness value of 891819 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011000 00011001
Octal 211 30 31
Decimal 137 24 25
Hex 89 18 19

RGB Percentages of Color #891819

%73.66
%12.90
%13.44

CMYK Percentages of Color #891819

%0
%82
%82
%46

Triadic Colors of #891819

#891819 #198918 #181989

Analogous Colors of #891819

#891819 #895018 #891852

Monochromatic Colors of #891819

#891819

Complementary Color

#891819 #188988

#891819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891819 Color CSS Codes

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

#891819 Text Font Color

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

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


#891819 Background Color

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

This div background color is #891819


#891819 Border Color

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

This div border color is #891819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891819


Comments

No comments written yet.

Please login to write comment.