Color Hex Logo

#491527 Color Hex

#491527
(73,21,39)
0 Favorites   0 Comments

Color spaces of #491527

RGB 732139
HSL0.940.550.18
HSV339°71°29°
CMYK 0.000.710.47   0.71
XYZ3.38202.09932.1464
Yxy2.09930.44340.2752
Hunter Lab14.489016.30961.3590
CIE-Lab16.000026.52461.1450

#491527 color RGB value is (73,21,39).

#491527 hex color red value is 73, green value is 21 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #491527 hue: 0.94 , saturation: 0.55 and the lightness value of 491527 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010101 00100111
Octal 111 25 47
Decimal 73 21 39
Hex 49 15 27

RGB Percentages of Color #491527

%54.89
%15.79
%29.32

CMYK Percentages of Color #491527

%0
%71
%47
%71

Triadic Colors of #491527

#491527 #274915 #152749

Analogous Colors of #491527

#491527 #491d15 #491541

Monochromatic Colors of #491527

#491527

Complementary Color

#491527 #154937

#491527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491527 Color CSS Codes

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

#491527 Text Font Color

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

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


#491527 Background Color

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

This div background color is #491527


#491527 Border Color

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

This div border color is #491527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491527


Comments

No comments written yet.

Please login to write comment.