Color Hex Logo

#991d42 Color Hex

#991D42
(153,29,66)
0 Favorites   0 Comments

Color spaces of #991d42

RGB 1532966
HSL0.950.680.36
HSV342°81°60°
CMYK 0.000.810.57   0.40
XYZ14.55968.04445.9396
Yxy8.04440.51010.2818
Hunter Lab28.362741.99607.4376
CIE-Lab34.075251.689410.4853

#991d42 color RGB value is (153,29,66).

#991d42 hex color red value is 153, green value is 29 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #991d42 hue: 0.95 , saturation: 0.68 and the lightness value of 991d42 is 0.36.

The process color (four color CMYK) of #991d42 color hex is 0.00, 0.81, 0.57, 0.40. Web safe color of #991d42 is #993333. Color #991d42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011101 01000010
Octal 231 35 102
Decimal 153 29 66
Hex 99 1D 42

RGB Percentages of Color #991d42

%61.69
%11.69
%26.61

CMYK Percentages of Color #991d42

%0
%81
%57
%40

Triadic Colors of #991d42

#991d42 #42991d #1d4299

Analogous Colors of #991d42

#991d42 #99361d #991d80

Monochromatic Colors of #991d42

#991d42

Complementary Color

#991d42 #1d9974

#991d42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991d42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991d42 Color CSS Codes

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

#991d42 Text Font Color

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

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


#991d42 Background Color

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

This div background color is #991d42


#991d42 Border Color

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

This div border color is #991d42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,29,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #991d42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #991d42;
  -webkit-box-shadow: 1px 1px 3px 2px #991d42;
  box-shadow:         1px 1px 3px 2px #991d42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991d42


Comments

No comments written yet.

Please login to write comment.