Color Hex Logo

#411109 Color Hex

#411109
(65,17,9)
0 Favorites   0 Comments

Color spaces of #411109

RGB 65179
HSL0.020.760.15
HSV86°25°
CMYK 0.000.740.86   0.75
XYZ2.42971.54440.4285
Yxy1.54440.55190.3508
Hunter Lab12.427413.15096.6548
CIE-Lab12.887622.775016.0910

#411109 color RGB value is (65,17,9).

#411109 hex color red value is 65, green value is 17 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #411109 hue: 0.02 , saturation: 0.76 and the lightness value of 411109 is 0.15.

The process color (four color CMYK) of #411109 color hex is 0.00, 0.74, 0.86, 0.75. Web safe color of #411109 is #330000. Color #411109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010001 00001001
Octal 101 21 11
Decimal 65 17 9
Hex 41 11 9

RGB Percentages of Color #411109

%71.43
%18.68
%9.89

CMYK Percentages of Color #411109

%0
%74
%86
%75

Triadic Colors of #411109

#411109 #094111 #110941

Analogous Colors of #411109

#411109 #412d09 #41091d

Monochromatic Colors of #411109

#411109

Complementary Color

#411109 #093941

#411109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411109 Color CSS Codes

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

#411109 Text Font Color

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

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


#411109 Background Color

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

This div background color is #411109


#411109 Border Color

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

This div border color is #411109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411109


Comments

No comments written yet.

Please login to write comment.