Color Hex Logo

#991561 Color Hex

#991561
(153,21,97)
0 Favorites   0 Comments

Color spaces of #991561

RGB 1532197
HSL0.900.760.34
HSV325°86°60°
CMYK 0.000.860.37   0.40
XYZ15.56278.171712.0663
Yxy8.17170.43470.2283
Hunter Lab28.586247.1520-5.0161
CIE-Lab34.337956.5649-9.2761

#991561 color RGB value is (153,21,97).

#991561 hex color red value is 153, green value is 21 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #991561 hue: 0.90 , saturation: 0.76 and the lightness value of 991561 is 0.34.

The process color (four color CMYK) of #991561 color hex is 0.00, 0.86, 0.37, 0.40. Web safe color of #991561 is #990066. Color #991561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010101 01100001
Octal 231 25 141
Decimal 153 21 97
Hex 99 15 61

RGB Percentages of Color #991561

%56.46
%7.75
%35.79

CMYK Percentages of Color #991561

%0
%86
%37
%40

Triadic Colors of #991561

#991561 #619915 #156199

Analogous Colors of #991561

#991561 #99151f #8f1599

Monochromatic Colors of #991561

#991561

Complementary Color

#991561 #15994d

#991561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991561 Color CSS Codes

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

#991561 Text Font Color

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

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


#991561 Background Color

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

This div background color is #991561


#991561 Border Color

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

This div border color is #991561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991561


Comments

No comments written yet.

Please login to write comment.