Color Hex Logo

#831222 Color Hex

#831222
(131,18,34)
0 Favorites   0 Comments

Color spaces of #831222

RGB 1311834
HSL0.980.760.29
HSV352°86°51°
CMYK 0.000.860.74   0.49
XYZ9.86515.37342.0306
Yxy5.37340.57130.3112
Hunter Lab23.180635.399211.0327
CIE-Lab27.773146.299122.4332

#831222 color RGB value is (131,18,34).

#831222 hex color red value is 131, green value is 18 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #831222 hue: 0.98 , saturation: 0.76 and the lightness value of 831222 is 0.29.

The process color (four color CMYK) of #831222 color hex is 0.00, 0.86, 0.74, 0.49. Web safe color of #831222 is #990033. Color #831222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010010 00100010
Octal 203 22 42
Decimal 131 18 34
Hex 83 12 22

RGB Percentages of Color #831222

%71.58
%9.84
%18.58

CMYK Percentages of Color #831222

%0
%86
%74
%49

Triadic Colors of #831222

#831222 #228312 #122283

Analogous Colors of #831222

#831222 #833a12 #83125b

Monochromatic Colors of #831222

#831222

Complementary Color

#831222 #128373

#831222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831222 Color CSS Codes

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

#831222 Text Font Color

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

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


#831222 Background Color

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

This div background color is #831222


#831222 Border Color

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

This div border color is #831222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831222


Comments

No comments written yet.

Please login to write comment.