Color Hex Logo

#991500 Color Hex

#991500
(153,21,0)
1 Favorites   0 Comments

Color spaces of #991500

RGB 153210
HSL0.021.000.30
HSV100°60°
CMYK 0.000.861.00   0.40
XYZ13.40507.30860.7042
Yxy7.30860.62590.3412
Hunter Lab27.034441.198917.3797
CIE-Lab32.499451.214245.9609

#991500 color RGB value is (153,21,0).

#991500 hex color red value is 153, green value is 21 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #991500 hue: 0.02 , saturation: 1.00 and the lightness value of 991500 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010101 00000000
Octal 231 25 0
Decimal 153 21 0
Hex 99 15 0

RGB Percentages of Color #991500

%87.93
%12.07
%0.00

CMYK Percentages of Color #991500

%0
%86
%100
%40

Triadic Colors of #991500

#991500 #009915 #150099

Analogous Colors of #991500

#991500 #996200 #990037

Monochromatic Colors of #991500

#991500

Complementary Color

#991500 #008499

#991500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991500 Color CSS Codes

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

#991500 Text Font Color

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

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


#991500 Background Color

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

This div background color is #991500


#991500 Border Color

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

This div border color is #991500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991500


Comments

No comments written yet.

Please login to write comment.