Color Hex Logo

#601639 Color Hex

#601639
(96,22,57)
0 Favorites   0 Comments

Color spaces of #601639

RGB 962257
HSL0.920.630.23
HSV332°77°38°
CMYK 0.000.770.41   0.62
XYZ5.84933.35604.2104
Yxy3.35600.43600.2502
Hunter Lab18.319424.9353-0.8032
CIE-Lab21.416736.1263-3.1203

#601639 color RGB value is (96,22,57).

#601639 hex color red value is 96, green value is 22 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #601639 hue: 0.92 , saturation: 0.63 and the lightness value of 601639 is 0.23.

The process color (four color CMYK) of #601639 color hex is 0.00, 0.77, 0.41, 0.62. Web safe color of #601639 is #660033. Color #601639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010110 00111001
Octal 140 26 71
Decimal 96 22 57
Hex 60 16 39

RGB Percentages of Color #601639

%54.86
%12.57
%32.57

CMYK Percentages of Color #601639

%0
%77
%41
%62

Triadic Colors of #601639

#601639 #396016 #163960

Analogous Colors of #601639

#601639 #601816 #60165e

Monochromatic Colors of #601639

#601639

Complementary Color

#601639 #16603d

#601639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601639 Color CSS Codes

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

#601639 Text Font Color

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

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


#601639 Background Color

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

This div background color is #601639


#601639 Border Color

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

This div border color is #601639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601639


Comments

No comments written yet.

Please login to write comment.