Color Hex Logo

#822525 Color Hex

#822525
(130,37,37)
0 Favorites   0 Comments

Color spaces of #822525

RGB 1303737
HSL0.000.560.33
HSV72°51°
CMYK 0.000.720.72   0.49
XYZ10.20146.20252.4098
Yxy6.20250.54220.3297
Hunter Lab24.904829.532911.6964
CIE-Lab29.917739.695623.0158

#822525 color RGB value is (130,37,37).

#822525 hex color red value is 130, green value is 37 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #822525 hue: 0.00 , saturation: 0.56 and the lightness value of 822525 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100101 00100101
Octal 202 45 45
Decimal 130 37 37
Hex 82 25 25

RGB Percentages of Color #822525

%63.73
%18.14
%18.14

CMYK Percentages of Color #822525

%0
%72
%72
%49

Triadic Colors of #822525

#822525 #258225 #252582

Analogous Colors of #822525

#822525 #825425 #822554

Monochromatic Colors of #822525

#822525

Complementary Color

#822525 #258282

#822525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822525 Color CSS Codes

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

#822525 Text Font Color

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

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


#822525 Background Color

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

This div background color is #822525


#822525 Border Color

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

This div border color is #822525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822525


Comments

No comments written yet.

Please login to write comment.