Color Hex Logo

#491039 Color Hex

#491039
(73,16,57)
0 Favorites   0 Comments

Color spaces of #491039

RGB 731657
HSL0.880.640.17
HSV317°78°29°
CMYK 0.000.780.22   0.71
XYZ3.67152.08254.0793
Yxy2.08250.37340.2118
Hunter Lab14.430920.1599-6.6584
CIE-Lab15.914431.4582-11.8977

#491039 color RGB value is (73,16,57).

#491039 hex color red value is 73, green value is 16 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #491039 hue: 0.88 , saturation: 0.64 and the lightness value of 491039 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 00111001
Octal 111 20 71
Decimal 73 16 57
Hex 49 10 39

RGB Percentages of Color #491039

%50.00
%10.96
%39.04

CMYK Percentages of Color #491039

%0
%78
%22
%71

Triadic Colors of #491039

#491039 #394910 #103949

Analogous Colors of #491039

#491039 #49101d #3d1049

Monochromatic Colors of #491039

#491039

Complementary Color

#491039 #104920

#491039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491039 Color CSS Codes

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

#491039 Text Font Color

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

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


#491039 Background Color

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

This div background color is #491039


#491039 Border Color

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

This div border color is #491039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491039


Comments

No comments written yet.

Please login to write comment.