Color Hex Logo

#73013d Color Hex

#73013D
(115,1,61)
0 Favorites   0 Comments

Color spaces of #73013d

RGB 115161
HSL0.910.980.23
HSV328°99°45°
CMYK 0.000.990.47   0.55
XYZ7.92344.00354.7700
Yxy4.00350.47450.2398
Hunter Lab20.008735.6701-0.1284
CIE-Lab23.683047.3735-2.0854

#73013d color RGB value is (115,1,61).

#73013d hex color red value is 115, green value is 1 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #73013d hue: 0.91 , saturation: 0.98 and the lightness value of 73013d is 0.23.

The process color (four color CMYK) of #73013d color hex is 0.00, 0.99, 0.47, 0.55. Web safe color of #73013d is #660033. Color #73013d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 00111101
Octal 163 1 75
Decimal 115 1 61
Hex 73 1 3D

RGB Percentages of Color #73013d

%64.97
%0.56
%34.46

CMYK Percentages of Color #73013d

%0
%99
%47
%55

Triadic Colors of #73013d

#73013d #3d7301 #013d73

Analogous Colors of #73013d

#73013d #730104 #700173

Monochromatic Colors of #73013d

#73013d

Complementary Color

#73013d #017337

#73013d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73013d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73013d Color CSS Codes

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

#73013d Text Font Color

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

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


#73013d Background Color

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

This div background color is #73013d


#73013d Border Color

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

This div border color is #73013d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73013d


Comments

No comments written yet.

Please login to write comment.