Color Hex Logo

#49091d Color Hex

#49091D
(73,9,29)
0 Favorites   0 Comments

Color spaces of #49091d

RGB 73929
HSL0.950.780.16
HSV341°88°29°
CMYK 0.000.880.60   0.71
XYZ3.06711.70061.3290
Yxy1.70060.50310.2789
Hunter Lab13.040719.16103.0862
CIE-Lab13.830430.60505.3829

#49091d color RGB value is (73,9,29).

#49091d hex color red value is 73, green value is 9 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #49091d hue: 0.95 , saturation: 0.78 and the lightness value of 49091d is 0.16.

The process color (four color CMYK) of #49091d color hex is 0.00, 0.88, 0.60, 0.71. Web safe color of #49091d is #330033. Color #49091d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001001 00011101
Octal 111 11 35
Decimal 73 9 29
Hex 49 9 1D

RGB Percentages of Color #49091d

%65.77
%8.11
%26.13

CMYK Percentages of Color #49091d

%0
%88
%60
%71

Triadic Colors of #49091d

#49091d #1d4909 #091d49

Analogous Colors of #49091d

#49091d #491509 #49093d

Monochromatic Colors of #49091d

#49091d

Complementary Color

#49091d #094935

#49091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49091d Color CSS Codes

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

#49091d Text Font Color

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

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


#49091d Background Color

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

This div background color is #49091d


#49091d Border Color

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

This div border color is #49091d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,9,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49091d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49091d;
  -webkit-box-shadow: 1px 1px 3px 2px #49091d;
  box-shadow:         1px 1px 3px 2px #49091d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49091d


Comments

No comments written yet.

Please login to write comment.