Color Hex Logo

#601721 Color Hex

#601721
(96,23,33)
0 Favorites   0 Comments

Color spaces of #601721

RGB 962333
HSL0.980.610.23
HSV352°76°38°
CMYK 0.000.760.66   0.62
XYZ5.40483.20941.7735
Yxy3.20940.52030.3090
Hunter Lab17.914822.50166.6709
CIE-Lab20.863733.377112.8606

#601721 color RGB value is (96,23,33).

#601721 hex color red value is 96, green value is 23 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #601721 hue: 0.98 , saturation: 0.61 and the lightness value of 601721 is 0.23.

The process color (four color CMYK) of #601721 color hex is 0.00, 0.76, 0.66, 0.62. Web safe color of #601721 is #660033. Color #601721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010111 00100001
Octal 140 27 41
Decimal 96 23 33
Hex 60 17 21

RGB Percentages of Color #601721

%63.16
%15.13
%21.71

CMYK Percentages of Color #601721

%0
%76
%66
%62

Triadic Colors of #601721

#601721 #216017 #172160

Analogous Colors of #601721

#601721 #603217 #601746

Monochromatic Colors of #601721

#601721

Complementary Color

#601721 #176056

#601721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601721 Color CSS Codes

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

#601721 Text Font Color

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

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


#601721 Background Color

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

This div background color is #601721


#601721 Border Color

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

This div border color is #601721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601721


Comments

No comments written yet.

Please login to write comment.