Color Hex Logo

#611131 Color Hex

#611131
(97,17,49)
0 Favorites   0 Comments

Color spaces of #611131

RGB 971749
HSL0.930.700.22
HSV336°82°38°
CMYK 0.000.820.49   0.62
XYZ5.68463.16403.2168
Yxy3.16400.47110.2622
Hunter Lab17.787625.91691.7291
CIE-Lab20.689137.39211.4291

#611131 color RGB value is (97,17,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010001 00110001
Octal 141 21 61
Decimal 97 17 49
Hex 61 11 31

RGB Percentages of Color #611131

%59.51
%10.43
%30.06

CMYK Percentages of Color #611131

%0
%82
%49
%62

Triadic Colors of #611131

#611131 #316111 #113161

Analogous Colors of #611131

#611131 #611911 #611159

Monochromatic Colors of #611131

#611131

Complementary Color

#611131 #116141

#611131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611131 Color CSS Codes

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

#611131 Text Font Color

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

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


#611131 Background Color

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

This div background color is #611131


#611131 Border Color

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

This div border color is #611131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611131


Comments

No comments written yet.

Please login to write comment.