Color Hex Logo

#841918 Color Hex

#841918
(132,25,24)
0 Favorites   0 Comments

Color spaces of #841918

RGB 1322524
HSL0.000.690.31
HSV82°52°
CMYK 0.000.810.82   0.48
XYZ10.02825.66671.4294
Yxy5.66670.58560.3309
Hunter Lab23.804833.537813.1032
CIE-Lab28.555544.214729.6395

#841918 color RGB value is (132,25,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011001 00011000
Octal 204 31 30
Decimal 132 25 24
Hex 84 19 18

RGB Percentages of Color #841918

%72.93
%13.81
%13.26

CMYK Percentages of Color #841918

%0
%81
%82
%48

Triadic Colors of #841918

#841918 #188419 #191884

Analogous Colors of #841918

#841918 #844f18 #84184d

Monochromatic Colors of #841918

#841918

Complementary Color

#841918 #188384

#841918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841918 Color CSS Codes

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

#841918 Text Font Color

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

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


#841918 Background Color

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

This div background color is #841918


#841918 Border Color

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

This div border color is #841918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841918


Comments

No comments written yet.

Please login to write comment.