Color Hex Logo

#89241d Color Hex

#89241D
(137,36,29)
0 Favorites   0 Comments

Color spaces of #89241d

RGB 1373629
HSL0.010.650.33
HSV79°54°
CMYK 0.000.740.79   0.46
XYZ11.16926.66881.8609
Yxy6.66880.56700.3385
Hunter Lab25.824032.011413.8043
CIE-Lab31.040742.143429.5876

#89241d color RGB value is (137,36,29).

#89241d hex color red value is 137, green value is 36 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #89241d hue: 0.01 , saturation: 0.65 and the lightness value of 89241d is 0.33.

The process color (four color CMYK) of #89241d color hex is 0.00, 0.74, 0.79, 0.46. Web safe color of #89241d is #993333. Color #89241d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100100 00011101
Octal 211 44 35
Decimal 137 36 29
Hex 89 24 1D

RGB Percentages of Color #89241d

%67.82
%17.82
%14.36

CMYK Percentages of Color #89241d

%0
%74
%79
%46

Triadic Colors of #89241d

#89241d #1d8924 #241d89

Analogous Colors of #89241d

#89241d #895a1d #891d4c

Monochromatic Colors of #89241d

#89241d

Complementary Color

#89241d #1d8289

#89241d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89241d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89241d Color CSS Codes

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

#89241d Text Font Color

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

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


#89241d Background Color

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

This div background color is #89241d


#89241d Border Color

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

This div border color is #89241d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,36,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89241d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89241d;
  -webkit-box-shadow: 1px 1px 3px 2px #89241d;
  box-shadow:         1px 1px 3px 2px #89241d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89241d


Comments

No comments written yet.

Please login to write comment.