Color Hex Logo

#490521 Color Hex

#490521
(73,5,33)
0 Favorites   0 Comments

Color spaces of #490521

RGB 73533
HSL0.930.870.15
HSV335°93°29°
CMYK 0.000.930.55   0.71
XYZ3.07641.63481.5922
Yxy1.63480.48810.2594
Hunter Lab12.785920.57321.5669
CIE-Lab13.440632.44591.8521

#490521 color RGB value is (73,5,33).

#490521 hex color red value is 73, green value is 5 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #490521 hue: 0.93 , saturation: 0.87 and the lightness value of 490521 is 0.15.

The process color (four color CMYK) of #490521 color hex is 0.00, 0.93, 0.55, 0.71. Web safe color of #490521 is #330033. Color #490521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 00100001
Octal 111 5 41
Decimal 73 5 33
Hex 49 5 21

RGB Percentages of Color #490521

%65.77
%4.50
%29.73

CMYK Percentages of Color #490521

%0
%93
%55
%71

Triadic Colors of #490521

#490521 #214905 #052149

Analogous Colors of #490521

#490521 #490b05 #490543

Monochromatic Colors of #490521

#490521

Complementary Color

#490521 #05492d

#490521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490521 Color CSS Codes

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

#490521 Text Font Color

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

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


#490521 Background Color

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

This div background color is #490521


#490521 Border Color

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

This div border color is #490521


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,5,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #490521; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #490521;
  -webkit-box-shadow: 1px 1px 3px 2px #490521;
  box-shadow:         1px 1px 3px 2px #490521; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490521


Comments

No comments written yet.

Please login to write comment.