Color Hex Logo

#73213d Color Hex

#73213D
(115,33,61)
0 Favorites   0 Comments

Color spaces of #73213d

RGB 1153361
HSL0.940.550.29
HSV340°71°45°
CMYK 0.000.710.47   0.55
XYZ8.45645.06954.9477
Yxy5.06950.45780.2744
Hunter Lab22.515627.63892.7322
CIE-Lab26.931938.16172.6512

#73213d color RGB value is (115,33,61).

#73213d hex color red value is 115, green value is 33 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #73213d hue: 0.94 , saturation: 0.55 and the lightness value of 73213d is 0.29.

The process color (four color CMYK) of #73213d color hex is 0.00, 0.71, 0.47, 0.55. Web safe color of #73213d is #663333. Color #73213d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 00111101
Octal 163 41 75
Decimal 115 33 61
Hex 73 21 3D

RGB Percentages of Color #73213d

%55.02
%15.79
%29.19

CMYK Percentages of Color #73213d

%0
%71
%47
%55

Triadic Colors of #73213d

#73213d #3d7321 #213d73

Analogous Colors of #73213d

#73213d #732e21 #732166

Monochromatic Colors of #73213d

#73213d

Complementary Color

#73213d #217357

#73213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73213d Color CSS Codes

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

#73213d Text Font Color

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

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


#73213d Background Color

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

This div background color is #73213d


#73213d Border Color

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

This div border color is #73213d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,33,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73213d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73213d;
  -webkit-box-shadow: 1px 1px 3px 2px #73213d;
  box-shadow:         1px 1px 3px 2px #73213d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73213d


Comments

No comments written yet.

Please login to write comment.