Color Hex Logo

#411314 Color Hex

#411314
(65,19,20)
0 Favorites   0 Comments

Color spaces of #411314

RGB 651920
HSL1.000.550.16
HSV359°71°25°
CMYK 0.000.710.69   0.75
XYZ2.53911.64010.8446
Yxy1.64010.50540.3265
Hunter Lab12.806612.97865.0545
CIE-Lab13.472322.432811.1475

#411314 color RGB value is (65,19,20).

#411314 hex color red value is 65, green value is 19 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #411314 hue: 1.00 , saturation: 0.55 and the lightness value of 411314 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 00010100
Octal 101 23 24
Decimal 65 19 20
Hex 41 13 14

RGB Percentages of Color #411314

%62.50
%18.27
%19.23

CMYK Percentages of Color #411314

%0
%71
%69
%75

Triadic Colors of #411314

#411314 #144113 #131441

Analogous Colors of #411314

#411314 #412913 #41132b

Monochromatic Colors of #411314

#411314

Complementary Color

#411314 #134140

#411314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411314 Color CSS Codes

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

#411314 Text Font Color

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

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


#411314 Background Color

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

This div background color is #411314


#411314 Border Color

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

This div border color is #411314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411314

#411314 Color Palettes


Comments

No comments written yet.

Please login to write comment.