Color Hex Logo

#822239 Color Hex

#822239
(130,34,57)
0 Favorites   0 Comments

Color spaces of #822239

RGB 1303457
HSL0.960.590.32
HSV346°74°51°
CMYK 0.000.740.56   0.49
XYZ10.51656.18534.5105
Yxy6.18530.49580.2916
Hunter Lab24.870331.95656.6563
CIE-Lab29.875242.30059.8933

#822239 color RGB value is (130,34,57).

#822239 hex color red value is 130, green value is 34 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #822239 hue: 0.96 , saturation: 0.59 and the lightness value of 822239 is 0.32.

The process color (four color CMYK) of #822239 color hex is 0.00, 0.74, 0.56, 0.49. Web safe color of #822239 is #993333. Color #822239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100010 00111001
Octal 202 42 71
Decimal 130 34 57
Hex 82 22 39

RGB Percentages of Color #822239

%58.82
%15.38
%25.79

CMYK Percentages of Color #822239

%0
%74
%56
%49

Triadic Colors of #822239

#822239 #398222 #223982

Analogous Colors of #822239

#822239 #823b22 #822269

Monochromatic Colors of #822239

#822239

Complementary Color

#822239 #22826b

#822239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822239 Color CSS Codes

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

#822239 Text Font Color

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

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


#822239 Background Color

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

This div background color is #822239


#822239 Border Color

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

This div border color is #822239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822239


Comments

No comments written yet.

Please login to write comment.