Color Hex Logo

#730119 Color Hex

#730119
(115,1,25)
0 Favorites   0 Comments

Color spaces of #730119

RGB 115125
HSL0.960.980.23
HSV347°99°45°
CMYK 0.000.990.78   0.55
XYZ7.25663.73671.2585
Yxy3.73670.59230.3050
Hunter Lab19.330533.17969.6714
CIE-Lab22.781244.953321.6444

#730119 color RGB value is (115,1,25).

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

The process color (four color CMYK) of #730119 color hex is 0.00, 0.99, 0.78, 0.55. Web safe color of #730119 is #660000. Color #730119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 00011001
Octal 163 1 31
Decimal 115 1 25
Hex 73 1 19

RGB Percentages of Color #730119

%81.56
%0.71
%17.73

CMYK Percentages of Color #730119

%0
%99
%78
%55

Triadic Colors of #730119

#730119 #197301 #011973

Analogous Colors of #730119

#730119 #732201 #730152

Monochromatic Colors of #730119

#730119

Complementary Color

#730119 #01735b

#730119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730119 Color CSS Codes

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

#730119 Text Font Color

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

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


#730119 Background Color

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

This div background color is #730119


#730119 Border Color

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

This div border color is #730119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730119


Comments

No comments written yet.

Please login to write comment.