Color Hex Logo

#751219 Color Hex

#751219
(117,18,25)
0 Favorites   0 Comments

Color spaces of #751219

RGB 1171825
HSL0.990.730.26
HSV356°85°46°
CMYK 0.000.850.79   0.54
XYZ7.72794.28471.3394
Yxy4.28470.57880.3209
Hunter Lab20.699530.416510.6532
CIE-Lab24.591241.647723.8162

#751219 color RGB value is (117,18,25).

#751219 hex color red value is 117, green value is 18 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #751219 hue: 0.99 , saturation: 0.73 and the lightness value of 751219 is 0.26.

The process color (four color CMYK) of #751219 color hex is 0.00, 0.85, 0.79, 0.54. Web safe color of #751219 is #660000. Color #751219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 00011001
Octal 165 22 31
Decimal 117 18 25
Hex 75 12 19

RGB Percentages of Color #751219

%73.13
%11.25
%15.63

CMYK Percentages of Color #751219

%0
%85
%79
%54

Triadic Colors of #751219

#751219 #197512 #121975

Analogous Colors of #751219

#751219 #753d12 #75124a

Monochromatic Colors of #751219

#751219

Complementary Color

#751219 #12756e

#751219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751219 Color CSS Codes

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

#751219 Text Font Color

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

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


#751219 Background Color

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

This div background color is #751219


#751219 Border Color

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

This div border color is #751219


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,18,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 #751219">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751219


Comments

No comments written yet.

Please login to write comment.