Color Hex Logo

#73132f Color Hex

#73132F
(115,19,47)
0 Favorites   0 Comments

Color spaces of #73132f

RGB 1151947
HSL0.950.720.26
HSV343°83°45°
CMYK 0.000.830.59   0.55
XYZ7.81624.31583.1104
Yxy4.31580.51280.2831
Hunter Lab20.774530.80355.6651
CIE-Lab24.689142.04739.0151

#73132f color RGB value is (115,19,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010011 00101111
Octal 163 23 57
Decimal 115 19 47
Hex 73 13 2F

RGB Percentages of Color #73132f

%63.54
%10.50
%25.97

CMYK Percentages of Color #73132f

%0
%83
%59
%55

Triadic Colors of #73132f

#73132f #2f7313 #132f73

Analogous Colors of #73132f

#73132f #732713 #73135f

Monochromatic Colors of #73132f

#73132f

Complementary Color

#73132f #137357

#73132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73132f Color CSS Codes

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

#73132f Text Font Color

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

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


#73132f Background Color

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

This div background color is #73132f


#73132f Border Color

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

This div border color is #73132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73132f


Comments

No comments written yet.

Please login to write comment.