Color Hex Logo

#822241 Color Hex

#822241
(130,34,65)
0 Favorites   0 Comments

Color spaces of #822241

RGB 1303465
HSL0.950.590.32
HSV341°74°51°
CMYK 0.000.740.50   0.49
XYZ10.73216.27155.6459
Yxy6.27150.47380.2769
Hunter Lab25.043032.67054.1632
CIE-Lab30.087443.01544.8812

#822241 color RGB value is (130,34,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100010 01000001
Octal 202 42 101
Decimal 130 34 65
Hex 82 22 41

RGB Percentages of Color #822241

%56.77
%14.85
%28.38

CMYK Percentages of Color #822241

%0
%74
%50
%49

Triadic Colors of #822241

#822241 #418222 #224182

Analogous Colors of #822241

#822241 #823322 #822271

Monochromatic Colors of #822241

#822241

Complementary Color

#822241 #228263

#822241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822241 Color CSS Codes

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

#822241 Text Font Color

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

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


#822241 Background Color

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

This div background color is #822241


#822241 Border Color

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

This div border color is #822241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822241


Comments

No comments written yet.

Please login to write comment.