Color Hex Logo

#411116 Color Hex

#411116
(65,17,22)
0 Favorites   0 Comments

Color spaces of #411116

RGB 651722
HSL0.980.590.16
HSV354°74°25°
CMYK 0.000.740.66   0.75
XYZ2.52521.58260.9314
Yxy1.58260.50110.3141
Hunter Lab12.580113.81494.4164
CIE-Lab13.123823.66189.3051

#411116 color RGB value is (65,17,22).

#411116 hex color red value is 65, green value is 17 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #411116 hue: 0.98 , saturation: 0.59 and the lightness value of 411116 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010001 00010110
Octal 101 21 26
Decimal 65 17 22
Hex 41 11 16

RGB Percentages of Color #411116

%62.50
%16.35
%21.15

CMYK Percentages of Color #411116

%0
%74
%66
%75

Triadic Colors of #411116

#411116 #164111 #111641

Analogous Colors of #411116

#411116 #412411 #41112e

Monochromatic Colors of #411116

#411116

Complementary Color

#411116 #11413c

#411116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411116 Color CSS Codes

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

#411116 Text Font Color

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

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


#411116 Background Color

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

This div background color is #411116


#411116 Border Color

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

This div border color is #411116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411116


Comments

No comments written yet.

Please login to write comment.