Color Hex Logo

#822901 Color Hex

#822901
(130,41,1)
0 Favorites   0 Comments

Color spaces of #822901

RGB 130411
HSL0.050.980.26
HSV19°99°51°
CMYK 0.000.680.99   0.49
XYZ10.00436.33390.7240
Yxy6.33390.58630.3712
Hunter Lab25.167226.913415.9114
CIE-Lab30.239736.767441.7817

#822901 color RGB value is (130,41,1).

#822901 hex color red value is 130, green value is 41 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #822901 hue: 0.05 , saturation: 0.98 and the lightness value of 822901 is 0.26.

The process color (four color CMYK) of #822901 color hex is 0.00, 0.68, 0.99, 0.49. Web safe color of #822901 is #993300. Color #822901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101001 00000001
Octal 202 51 1
Decimal 130 41 1
Hex 82 29 1

RGB Percentages of Color #822901

%75.58
%23.84
%0.58

CMYK Percentages of Color #822901

%0
%68
%99
%49

Triadic Colors of #822901

#822901 #018229 #290182

Analogous Colors of #822901

#822901 #826a01 #82011a

Monochromatic Colors of #822901

#822901

Complementary Color

#822901 #015a82

#822901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822901 Color CSS Codes

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

#822901 Text Font Color

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

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


#822901 Background Color

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

This div background color is #822901


#822901 Border Color

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

This div border color is #822901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822901


Comments

No comments written yet.

Please login to write comment.