Color Hex Logo

#991316 Color Hex

#991316
(153,19,22)
0 Favorites   0 Comments

Color spaces of #991316

RGB 1531922
HSL1.000.780.34
HSV359°88°60°
CMYK 0.000.880.86   0.40
XYZ13.51467.29601.4550
Yxy7.29600.60700.3277
Hunter Lab27.011142.040315.7140
CIE-Lab32.471552.041836.1112

#991316 color RGB value is (153,19,22).

#991316 hex color red value is 153, green value is 19 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #991316 hue: 1.00 , saturation: 0.78 and the lightness value of 991316 is 0.34.

The process color (four color CMYK) of #991316 color hex is 0.00, 0.88, 0.86, 0.40. Web safe color of #991316 is #990000. Color #991316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 00010110
Octal 231 23 26
Decimal 153 19 22
Hex 99 13 16

RGB Percentages of Color #991316

%78.87
%9.79
%11.34

CMYK Percentages of Color #991316

%0
%88
%86
%40

Triadic Colors of #991316

#991316 #169913 #131699

Analogous Colors of #991316

#991316 #995313 #991359

Monochromatic Colors of #991316

#991316

Complementary Color

#991316 #139996

#991316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991316 Color CSS Codes

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

#991316 Text Font Color

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

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


#991316 Background Color

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

This div background color is #991316


#991316 Border Color

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

This div border color is #991316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991316


Comments

No comments written yet.

Please login to write comment.