Color Hex Logo

#73133c Color Hex

#73133C
(115,19,60)
0 Favorites   0 Comments

Color spaces of #73133c

RGB 1151960
HSL0.930.720.26
HSV334°83°45°
CMYK 0.000.830.48   0.55
XYZ8.11874.43684.7035
Yxy4.43680.47040.2571
Hunter Lab21.063731.93871.5052
CIE-Lab25.065943.19290.6281

#73133c color RGB value is (115,19,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010011 00111100
Octal 163 23 74
Decimal 115 19 60
Hex 73 13 3C

RGB Percentages of Color #73133c

%59.28
%9.79
%30.93

CMYK Percentages of Color #73133c

%0
%83
%48
%55

Triadic Colors of #73133c

#73133c #3c7313 #133c73

Analogous Colors of #73133c

#73133c #731a13 #73136c

Monochromatic Colors of #73133c

#73133c

Complementary Color

#73133c #13734a

#73133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73133c Color CSS Codes

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

#73133c Text Font Color

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

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


#73133c Background Color

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

This div background color is #73133c


#73133c Border Color

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

This div border color is #73133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73133c


Comments

No comments written yet.

Please login to write comment.