Color Hex Logo

#731010 Color Hex

#731010
(115,16,16)
0 Favorites   0 Comments

Color spaces of #731010

RGB 1151616
HSL0.000.760.26
HSV86°45°
CMYK 0.000.860.86   0.55
XYZ7.34904.05280.8851
Yxy4.05280.59810.3298
Hunter Lab20.131629.930911.4854
CIE-Lab23.845241.263328.4525

#731010 color RGB value is (115,16,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010000 00010000
Octal 163 20 20
Decimal 115 16 16
Hex 73 10 10

RGB Percentages of Color #731010

%78.23
%10.88
%10.88

CMYK Percentages of Color #731010

%0
%86
%86
%55

Triadic Colors of #731010

#731010 #107310 #101073

Analogous Colors of #731010

#731010 #734210 #731042

Monochromatic Colors of #731010

#731010

Complementary Color

#731010 #107373

#731010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731010 Color CSS Codes

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

#731010 Text Font Color

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

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


#731010 Background Color

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

This div background color is #731010


#731010 Border Color

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

This div border color is #731010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731010

#731010 Color Palettes


Comments

No comments written yet.

Please login to write comment.