Color Hex Logo

#731431 Color Hex

#731431
(115,20,49)
0 Favorites   0 Comments

Color spaces of #731431

RGB 1152049
HSL0.950.700.26
HSV342°83°45°
CMYK 0.000.830.57   0.55
XYZ7.87484.36693.3336
Yxy4.36690.50560.2804
Hunter Lab20.897130.69535.1698
CIE-Lab24.849141.89987.8621

#731431 color RGB value is (115,20,49).

#731431 hex color red value is 115, green value is 20 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #731431 hue: 0.95 , saturation: 0.70 and the lightness value of 731431 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010100 00110001
Octal 163 24 61
Decimal 115 20 49
Hex 73 14 31

RGB Percentages of Color #731431

%62.50
%10.87
%26.63

CMYK Percentages of Color #731431

%0
%83
%57
%55

Triadic Colors of #731431

#731431 #317314 #143173

Analogous Colors of #731431

#731431 #732714 #731461

Monochromatic Colors of #731431

#731431

Complementary Color

#731431 #147356

#731431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731431 Color CSS Codes

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

#731431 Text Font Color

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

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


#731431 Background Color

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

This div background color is #731431


#731431 Border Color

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

This div border color is #731431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731431


Comments

No comments written yet.

Please login to write comment.