Color Hex Logo

#843231 Color Hex

#843231
(132,50,49)
0 Favorites   0 Comments

Color spaces of #843231

RGB 1325049
HSL0.000.460.35
HSV63°52°
CMYK 0.000.620.63   0.48
XYZ11.21077.40853.7448
Yxy7.40850.50130.3313
Hunter Lab27.218625.887610.8957
CIE-Lab32.719335.210918.9580

#843231 color RGB value is (132,50,49).

#843231 hex color red value is 132, green value is 50 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #843231 hue: 0.00 , saturation: 0.46 and the lightness value of 843231 is 0.35.

The process color (four color CMYK) of #843231 color hex is 0.00, 0.62, 0.63, 0.48. Web safe color of #843231 is #993333. Color #843231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 00110001
Octal 204 62 61
Decimal 132 50 49
Hex 84 32 31

RGB Percentages of Color #843231

%57.14
%21.65
%21.21

CMYK Percentages of Color #843231

%0
%62
%63
%48

Triadic Colors of #843231

#843231 #318432 #323184

Analogous Colors of #843231

#843231 #845c31 #84315a

Monochromatic Colors of #843231

#843231

Complementary Color

#843231 #318384

#843231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843231 Color CSS Codes

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

#843231 Text Font Color

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

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


#843231 Background Color

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

This div background color is #843231


#843231 Border Color

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

This div border color is #843231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843231


Comments

No comments written yet.

Please login to write comment.