Color Hex Logo

#49131a Color Hex

#49131A
(73,19,26)
0 Favorites   0 Comments

Color spaces of #49131a

RGB 731926
HSL0.980.590.18
HSV352°74°29°
CMYK 0.000.740.64   0.71
XYZ3.16701.95681.1881
Yxy1.95680.50180.3100
Hunter Lab13.988615.93234.7563
CIE-Lab15.258926.15749.5343

#49131a color RGB value is (73,19,26).

#49131a hex color red value is 73, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #49131a hue: 0.98 , saturation: 0.59 and the lightness value of 49131a is 0.18.

The process color (four color CMYK) of #49131a color hex is 0.00, 0.74, 0.64, 0.71. Web safe color of #49131a is #330033. Color #49131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010011 00011010
Octal 111 23 32
Decimal 73 19 26
Hex 49 13 1A

RGB Percentages of Color #49131a

%61.86
%16.10
%22.03

CMYK Percentages of Color #49131a

%0
%74
%64
%71

Triadic Colors of #49131a

#49131a #1a4913 #131a49

Analogous Colors of #49131a

#49131a #492713 #491335

Monochromatic Colors of #49131a

#49131a

Complementary Color

#49131a #134942

#49131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49131a Color CSS Codes

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

#49131a Text Font Color

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

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


#49131a Background Color

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

This div background color is #49131a


#49131a Border Color

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

This div border color is #49131a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,19,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49131a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49131a;
  -webkit-box-shadow: 1px 1px 3px 2px #49131a;
  box-shadow:         1px 1px 3px 2px #49131a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49131a


Comments

No comments written yet.

Please login to write comment.