Color Hex Logo

#521531 Color Hex

#521531
(82,21,49)
0 Favorites   0 Comments

Color spaces of #521531

RGB 822149
HSL0.920.590.20
HSV332°74°32°
CMYK 0.000.740.40   0.68
XYZ4.30222.55193.1715
Yxy2.55190.42910.2545
Hunter Lab15.974720.1169-0.5888
CIE-Lab18.151730.9860-2.6541

#521531 color RGB value is (82,21,49).

#521531 hex color red value is 82, green value is 21 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #521531 hue: 0.92 , saturation: 0.59 and the lightness value of 521531 is 0.20.

The process color (four color CMYK) of #521531 color hex is 0.00, 0.74, 0.40, 0.68. Web safe color of #521531 is #660033. Color #521531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 00110001
Octal 122 25 61
Decimal 82 21 49
Hex 52 15 31

RGB Percentages of Color #521531

%53.95
%13.82
%32.24

CMYK Percentages of Color #521531

%0
%74
%40
%68

Triadic Colors of #521531

#521531 #315215 #153152

Analogous Colors of #521531

#521531 #521815 #521550

Monochromatic Colors of #521531

#521531

Complementary Color

#521531 #155236

#521531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521531 Color CSS Codes

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

#521531 Text Font Color

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

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


#521531 Background Color

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

This div background color is #521531


#521531 Border Color

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

This div border color is #521531


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,21,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521531; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521531;
  -webkit-box-shadow: 1px 1px 3px 2px #521531;
  box-shadow:         1px 1px 3px 2px #521531; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521531


Comments

No comments written yet.

Please login to write comment.