Color Hex Logo

#401316 Color Hex

#401316
(64,19,22)
0 Favorites   0 Comments

Color spaces of #401316

RGB 641922
HSL0.990.540.16
HSV356°70°25°
CMYK 0.000.700.66   0.75
XYZ2.49201.61370.9392
Yxy1.61370.49400.3199
Hunter Lab12.703112.78624.5086
CIE-Lab13.313422.18819.5203

#401316 color RGB value is (64,19,22).

#401316 hex color red value is 64, green value is 19 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #401316 hue: 0.99 , saturation: 0.54 and the lightness value of 401316 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010011 00010110
Octal 100 23 26
Decimal 64 19 22
Hex 40 13 16

RGB Percentages of Color #401316

%60.95
%18.10
%20.95

CMYK Percentages of Color #401316

%0
%70
%66
%75

Triadic Colors of #401316

#401316 #164013 #131640

Analogous Colors of #401316

#401316 #402713 #40132d

Monochromatic Colors of #401316

#401316

Complementary Color

#401316 #13403d

#401316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401316 Color CSS Codes

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

#401316 Text Font Color

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

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


#401316 Background Color

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

This div background color is #401316


#401316 Border Color

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

This div border color is #401316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401316


Comments

No comments written yet.

Please login to write comment.