Color Hex Logo

#991429 Color Hex

#991429
(153,20,41)
0 Favorites   0 Comments

Color spaces of #991429

RGB 1532041
HSL0.970.770.34
HSV351°87°60°
CMYK 0.000.870.73   0.40
XYZ13.78737.43272.8058
Yxy7.43270.57390.3094
Hunter Lab27.263042.559912.9822
CIE-Lab32.772352.488725.0163

#991429 color RGB value is (153,20,41).

#991429 hex color red value is 153, green value is 20 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #991429 hue: 0.97 , saturation: 0.77 and the lightness value of 991429 is 0.34.

The process color (four color CMYK) of #991429 color hex is 0.00, 0.87, 0.73, 0.40. Web safe color of #991429 is #990033. Color #991429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010100 00101001
Octal 231 24 51
Decimal 153 20 41
Hex 99 14 29

RGB Percentages of Color #991429

%71.50
%9.35
%19.16

CMYK Percentages of Color #991429

%0
%87
%73
%40

Triadic Colors of #991429

#991429 #299914 #142999

Analogous Colors of #991429

#991429 #994214 #99146c

Monochromatic Colors of #991429

#991429

Complementary Color

#991429 #149984

#991429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991429 Color CSS Codes

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

#991429 Text Font Color

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

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


#991429 Background Color

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

This div background color is #991429


#991429 Border Color

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

This div border color is #991429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991429


Comments

No comments written yet.

Please login to write comment.