Color Hex Logo

#73151c Color Hex

#73151C
(115,21,28)
0 Favorites   0 Comments

Color spaces of #73151c

RGB 1152128
HSL0.990.690.27
HSV356°82°45°
CMYK 0.000.820.76   0.55
XYZ7.54804.26501.5240
Yxy4.26500.56590.3198
Hunter Lab20.651929.098710.0810
CIE-Lab24.528940.222221.6783

#73151c color RGB value is (115,21,28).

#73151c hex color red value is 115, green value is 21 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #73151c hue: 0.99 , saturation: 0.69 and the lightness value of 73151c is 0.27.

The process color (four color CMYK) of #73151c color hex is 0.00, 0.82, 0.76, 0.55. Web safe color of #73151c is #660033. Color #73151c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010101 00011100
Octal 163 25 34
Decimal 115 21 28
Hex 73 15 1C

RGB Percentages of Color #73151c

%70.12
%12.80
%17.07

CMYK Percentages of Color #73151c

%0
%82
%76
%55

Triadic Colors of #73151c

#73151c #1c7315 #151c73

Analogous Colors of #73151c

#73151c #733d15 #73154b

Monochromatic Colors of #73151c

#73151c

Complementary Color

#73151c #15736c

#73151c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73151c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73151c Color CSS Codes

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

#73151c Text Font Color

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

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


#73151c Background Color

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

This div background color is #73151c


#73151c Border Color

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

This div border color is #73151c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73151c


Comments

No comments written yet.

Please login to write comment.