Color Hex Logo

#491115 Color Hex

#491115
(73,17,21)
0 Favorites   0 Comments

Color spaces of #491115

RGB 731721
HSL0.990.620.18
HSV356°77°29°
CMYK 0.000.770.71   0.71
XYZ3.08351.87150.9082
Yxy1.87150.52590.3192
Hunter Lab13.680316.29305.6401
CIE-Lab14.797926.717812.5233

#491115 color RGB value is (73,17,21).

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

The process color (four color CMYK) of #491115 color hex is 0.00, 0.77, 0.71, 0.71. Web safe color of #491115 is #330000. Color #491115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 00010101
Octal 111 21 25
Decimal 73 17 21
Hex 49 11 15

RGB Percentages of Color #491115

%65.77
%15.32
%18.92

CMYK Percentages of Color #491115

%0
%77
%71
%71

Triadic Colors of #491115

#491115 #154911 #111549

Analogous Colors of #491115

#491115 #492911 #491131

Monochromatic Colors of #491115

#491115

Complementary Color

#491115 #114945

#491115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491115 Color CSS Codes

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

#491115 Text Font Color

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

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


#491115 Background Color

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

This div background color is #491115


#491115 Border Color

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

This div border color is #491115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491115


Comments

No comments written yet.

Please login to write comment.