Color Hex Logo

#601131 Color Hex

#601131
(96,17,49)
0 Favorites   0 Comments

Color spaces of #601131

RGB 961749
HSL0.930.700.22
HSV336°82°38°
CMYK 0.000.820.49   0.62
XYZ5.57873.10943.2119
Yxy3.10940.46880.2613
Hunter Lab17.633525.61341.5439
CIE-Lab20.476837.08521.0945

#601131 color RGB value is (96,17,49).

#601131 hex color red value is 96, green value is 17 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #601131 hue: 0.93 , saturation: 0.70 and the lightness value of 601131 is 0.22.

The process color (four color CMYK) of #601131 color hex is 0.00, 0.82, 0.49, 0.62. Web safe color of #601131 is #660033. Color #601131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010001 00110001
Octal 140 21 61
Decimal 96 17 49
Hex 60 11 31

RGB Percentages of Color #601131

%59.26
%10.49
%30.25

CMYK Percentages of Color #601131

%0
%82
%49
%62

Triadic Colors of #601131

#601131 #316011 #113160

Analogous Colors of #601131

#601131 #601911 #601158

Monochromatic Colors of #601131

#601131

Complementary Color

#601131 #116040

#601131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601131 Color CSS Codes

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

#601131 Text Font Color

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

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


#601131 Background Color

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

This div background color is #601131


#601131 Border Color

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

This div border color is #601131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601131


Comments

No comments written yet.

Please login to write comment.