Color Hex Logo

#831921 Color Hex

#831921
(131,25,33)
0 Favorites   0 Comments

Color spaces of #831921

RGB 1312533
HSL0.990.680.31
HSV355°81°51°
CMYK 0.000.810.75   0.49
XYZ9.98225.63041.9995
Yxy5.63040.56680.3197
Hunter Lab23.728533.567411.6138
CIE-Lab28.460244.263923.8899

#831921 color RGB value is (131,25,33).

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

The process color (four color CMYK) of #831921 color hex is 0.00, 0.81, 0.75, 0.49. Web safe color of #831921 is #990033. Color #831921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011001 00100001
Octal 203 31 41
Decimal 131 25 33
Hex 83 19 21

RGB Percentages of Color #831921

%69.31
%13.23
%17.46

CMYK Percentages of Color #831921

%0
%81
%75
%49

Triadic Colors of #831921

#831921 #218319 #192183

Analogous Colors of #831921

#831921 #834619 #831956

Monochromatic Colors of #831921

#831921

Complementary Color

#831921 #19837b

#831921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831921 Color CSS Codes

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

#831921 Text Font Color

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

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


#831921 Background Color

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

This div background color is #831921


#831921 Border Color

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

This div border color is #831921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831921


Comments

No comments written yet.

Please login to write comment.