Color Hex Logo

#641555 Color Hex

#641555
(100,21,85)
0 Favorites   0 Comments

Color spaces of #641555

RGB 1002185
HSL0.860.650.24
HSV311°79°39°
CMYK 0.000.790.15   0.61
XYZ7.16343.90158.9698
Yxy3.90150.35750.1947
Hunter Lab19.752230.1690-13.0980
CIE-Lab23.343141.6192-19.1908

#641555 color RGB value is (100,21,85).

#641555 hex color red value is 100, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #641555 hue: 0.86 , saturation: 0.65 and the lightness value of 641555 is 0.24.

The process color (four color CMYK) of #641555 color hex is 0.00, 0.79, 0.15, 0.61. Web safe color of #641555 is #660066. Color #641555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010101 01010101
Octal 144 25 125
Decimal 100 21 85
Hex 64 15 55

RGB Percentages of Color #641555

%48.54
%10.19
%41.26

CMYK Percentages of Color #641555

%0
%79
%15
%61

Triadic Colors of #641555

#641555 #556415 #155564

Analogous Colors of #641555

#641555 #64152e #4b1564

Monochromatic Colors of #641555

#641555

Complementary Color

#641555 #156424

#641555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#641555 Color CSS Codes

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

#641555 Text Font Color

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

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


#641555 Background Color

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

This div background color is #641555


#641555 Border Color

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

This div border color is #641555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,21,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641555


Comments

No comments written yet.

Please login to write comment.