Color Hex Logo

#881816 Color Hex

#881816
(136,24,22)
0 Favorites   0 Comments

Color spaces of #881816

RGB 1362422
HSL0.000.720.31
HSV84°53°
CMYK 0.000.820.84   0.47
XYZ10.62485.94541.3467
Yxy5.94540.59300.3318
Hunter Lab24.383235.109513.7936
CIE-Lab29.274345.711931.8068

#881816 color RGB value is (136,24,22).

#881816 hex color red value is 136, green value is 24 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #881816 hue: 0.00 , saturation: 0.72 and the lightness value of 881816 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011000 00010110
Octal 210 30 26
Decimal 136 24 22
Hex 88 18 16

RGB Percentages of Color #881816

%74.73
%13.19
%12.09

CMYK Percentages of Color #881816

%0
%82
%84
%47

Triadic Colors of #881816

#881816 #168818 #181688

Analogous Colors of #881816

#881816 #885116 #88164d

Monochromatic Colors of #881816

#881816

Complementary Color

#881816 #168688

#881816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881816 Color CSS Codes

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

#881816 Text Font Color

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

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


#881816 Background Color

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

This div background color is #881816


#881816 Border Color

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

This div border color is #881816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881816


Comments

No comments written yet.

Please login to write comment.