Color Hex Logo

#99130d Color Hex

#99130D
(153,19,13)
0 Favorites   0 Comments

Color spaces of #99130d

RGB 1531913
HSL0.010.840.33
HSV92°60°
CMYK 0.000.880.92   0.40
XYZ13.44247.26711.0750
Yxy7.26710.61710.3336
Hunter Lab26.957641.833416.5060
CIE-Lab32.407451.852540.5555

#99130d color RGB value is (153,19,13).

#99130d hex color red value is 153, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #99130d hue: 0.01 , saturation: 0.84 and the lightness value of 99130d is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 00001101
Octal 231 23 15
Decimal 153 19 13
Hex 99 13 D

RGB Percentages of Color #99130d

%82.70
%10.27
%7.03

CMYK Percentages of Color #99130d

%0
%88
%92
%40

Triadic Colors of #99130d

#99130d #0d9913 #130d99

Analogous Colors of #99130d

#99130d #99590d #990d4d

Monochromatic Colors of #99130d

#99130d

Complementary Color

#99130d #0d9399

#99130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99130d Color CSS Codes

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

#99130d Text Font Color

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

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


#99130d Background Color

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

This div background color is #99130d


#99130d Border Color

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

This div border color is #99130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99130d


Comments

No comments written yet.

Please login to write comment.