Color Hex Logo

#842019 Color Hex

#842019
(132,32,25)
0 Favorites   0 Comments

Color spaces of #842019

RGB 1323225
HSL0.010.680.31
HSV81°52°
CMYK 0.000.760.81   0.48
XYZ10.20776.00871.5415
Yxy6.00870.57480.3384
Hunter Lab24.512631.434913.4303
CIE-Lab29.434441.827729.9524

#842019 color RGB value is (132,32,25).

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

The process color (four color CMYK) of #842019 color hex is 0.00, 0.76, 0.81, 0.48. Web safe color of #842019 is #993300. Color #842019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100000 00011001
Octal 204 40 31
Decimal 132 32 25
Hex 84 20 19

RGB Percentages of Color #842019

%69.84
%16.93
%13.23

CMYK Percentages of Color #842019

%0
%76
%81
%48

Triadic Colors of #842019

#842019 #198420 #201984

Analogous Colors of #842019

#842019 #845619 #841947

Monochromatic Colors of #842019

#842019

Complementary Color

#842019 #197d84

#842019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842019 Color CSS Codes

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

#842019 Text Font Color

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

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


#842019 Background Color

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

This div background color is #842019


#842019 Border Color

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

This div border color is #842019


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,32,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 #842019">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842019


Comments

No comments written yet.

Please login to write comment.