Color Hex Logo

#891827 Color Hex

#891827
(137,24,39)
0 Favorites   0 Comments

Color spaces of #891827

RGB 1372439
HSL0.980.700.32
HSV352°82°54°
CMYK 0.000.820.72   0.46
XYZ11.00946.11812.5201
Yxy6.11810.56030.3114
Hunter Lab24.734836.164111.2736
CIE-Lab29.708546.712221.8111

#891827 color RGB value is (137,24,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011000 00100111
Octal 211 30 47
Decimal 137 24 39
Hex 89 18 27

RGB Percentages of Color #891827

%68.50
%12.00
%19.50

CMYK Percentages of Color #891827

%0
%82
%72
%46

Triadic Colors of #891827

#891827 #278918 #182789

Analogous Colors of #891827

#891827 #894218 #891860

Monochromatic Colors of #891827

#891827

Complementary Color

#891827 #18897a

#891827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891827 Color CSS Codes

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

#891827 Text Font Color

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

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


#891827 Background Color

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

This div background color is #891827


#891827 Border Color

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

This div border color is #891827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891827


Comments

No comments written yet.

Please login to write comment.