Color Hex Logo

#992213 Color Hex

#992213
(153,34,19)
0 Favorites   0 Comments

Color spaces of #992213

RGB 1533419
HSL0.020.780.34
HSV88°60°
CMYK 0.000.780.88   0.40
XYZ13.82647.96341.4244
Yxy7.96340.59560.3430
Hunter Lab28.219538.073616.7609
CIE-Lab33.906547.847938.9205

#992213 color RGB value is (153,34,19).

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

The process color (four color CMYK) of #992213 color hex is 0.00, 0.78, 0.88, 0.40. Web safe color of #992213 is #993300. Color #992213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100010 00010011
Octal 231 42 23
Decimal 153 34 19
Hex 99 22 13

RGB Percentages of Color #992213

%74.27
%16.50
%9.22

CMYK Percentages of Color #992213

%0
%78
%88
%40

Triadic Colors of #992213

#992213 #139922 #221399

Analogous Colors of #992213

#992213 #996513 #991347

Monochromatic Colors of #992213

#992213

Complementary Color

#992213 #138a99

#992213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992213 Color CSS Codes

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

#992213 Text Font Color

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

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


#992213 Background Color

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

This div background color is #992213


#992213 Border Color

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

This div border color is #992213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992213


Comments

No comments written yet.

Please login to write comment.