Color Hex Logo

#73231c Color Hex

#73231C
(115,35,28)
0 Favorites   0 Comments

Color spaces of #73231c

RGB 1153528
HSL0.010.610.28
HSV76°45°
CMYK 0.000.700.76   0.55
XYZ7.88094.93071.6350
Yxy4.93070.54550.3413
Hunter Lab22.205224.492911.1780
CIE-Lab26.536434.683223.9967

#73231c color RGB value is (115,35,28).

#73231c hex color red value is 115, green value is 35 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #73231c hue: 0.01 , saturation: 0.61 and the lightness value of 73231c is 0.28.

The process color (four color CMYK) of #73231c color hex is 0.00, 0.70, 0.76, 0.55. Web safe color of #73231c is #663333. Color #73231c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100011 00011100
Octal 163 43 34
Decimal 115 35 28
Hex 73 23 1C

RGB Percentages of Color #73231c

%64.61
%19.66
%15.73

CMYK Percentages of Color #73231c

%0
%70
%76
%55

Triadic Colors of #73231c

#73231c #1c7323 #231c73

Analogous Colors of #73231c

#73231c #734e1c #731c41

Monochromatic Colors of #73231c

#73231c

Complementary Color

#73231c #1c6c73

#73231c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73231c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73231c Color CSS Codes

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

#73231c Text Font Color

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

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


#73231c Background Color

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

This div background color is #73231c


#73231c Border Color

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

This div border color is #73231c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,35,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 #73231c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73231c


Comments

No comments written yet.

Please login to write comment.