Color Hex Logo

#731313 Color Hex

#731313
(115,19,19)
0 Favorites   0 Comments

Color spaces of #731313

RGB 1151919
HSL0.000.720.26
HSV83°45°
CMYK 0.000.830.83   0.55
XYZ7.42064.15761.0275
Yxy4.15760.58870.3298
Hunter Lab20.390229.278611.2854
CIE-Lab24.185840.485027.0218

#731313 color RGB value is (115,19,19).

#731313 hex color red value is 115, green value is 19 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #731313 hue: 0.00 , saturation: 0.72 and the lightness value of 731313 is 0.26.

The process color (four color CMYK) of #731313 color hex is 0.00, 0.83, 0.83, 0.55. Web safe color of #731313 is #660000. Color #731313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010011 00010011
Octal 163 23 23
Decimal 115 19 19
Hex 73 13 13

RGB Percentages of Color #731313

%75.16
%12.42
%12.42

CMYK Percentages of Color #731313

%0
%83
%83
%55

Triadic Colors of #731313

#731313 #137313 #131373

Analogous Colors of #731313

#731313 #734313 #731343

Monochromatic Colors of #731313

#731313

Complementary Color

#731313 #137373

#731313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731313 Color CSS Codes

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

#731313 Text Font Color

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

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


#731313 Background Color

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

This div background color is #731313


#731313 Border Color

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

This div border color is #731313


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,19,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 #731313">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731313

#731313 Color Palettes


Comments

No comments written yet.

Please login to write comment.