Color Hex Logo

#411115 Color Hex

#411115
(65,17,21)
0 Favorites   0 Comments

Color spaces of #411115

RGB 651721
HSL0.990.590.16
HSV355°74°25°
CMYK 0.000.740.68   0.75
XYZ2.51581.57890.8816
Yxy1.57890.50560.3173
Hunter Lab12.565413.74914.6360
CIE-Lab13.101123.57449.9782

#411115 color RGB value is (65,17,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010001 00010101
Octal 101 21 25
Decimal 65 17 21
Hex 41 11 15

RGB Percentages of Color #411115

%63.11
%16.50
%20.39

CMYK Percentages of Color #411115

%0
%74
%68
%75

Triadic Colors of #411115

#411115 #154111 #111541

Analogous Colors of #411115

#411115 #412511 #41112d

Monochromatic Colors of #411115

#411115

Complementary Color

#411115 #11413d

#411115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411115 Color CSS Codes

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

#411115 Text Font Color

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

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


#411115 Background Color

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

This div background color is #411115


#411115 Border Color

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

This div border color is #411115


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #411115">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411115


Comments

No comments written yet.

Please login to write comment.