Color Hex Logo

#821122 Color Hex

#821122
(130,17,34)
0 Favorites   0 Comments

Color spaces of #821122

RGB 1301734
HSL0.970.770.29
HSV351°87°51°
CMYK 0.000.870.74   0.49
XYZ9.69515.26222.0181
Yxy5.26220.57110.3100
Hunter Lab22.939535.296810.8416
CIE-Lab27.469146.252222.0180

#821122 color RGB value is (130,17,34).

#821122 hex color red value is 130, green value is 17 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #821122 hue: 0.97 , saturation: 0.77 and the lightness value of 821122 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010001 00100010
Octal 202 21 42
Decimal 130 17 34
Hex 82 11 22

RGB Percentages of Color #821122

%71.82
%9.39
%18.78

CMYK Percentages of Color #821122

%0
%87
%74
%49

Triadic Colors of #821122

#821122 #228211 #112282

Analogous Colors of #821122

#821122 #823911 #82115a

Monochromatic Colors of #821122

#821122

Complementary Color

#821122 #118271

#821122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821122 Color CSS Codes

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

#821122 Text Font Color

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

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


#821122 Background Color

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

This div background color is #821122


#821122 Border Color

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

This div border color is #821122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821122


Comments

No comments written yet.

Please login to write comment.