Color Hex Logo

#751511 Color Hex

#751511
(117,21,17)
0 Favorites   0 Comments

Color spaces of #751511

RGB 1172117
HSL0.010.750.26
HSV85°46°
CMYK 0.000.820.85   0.54
XYZ7.70554.35870.9655
Yxy4.35870.59140.3345
Hunter Lab20.877529.345411.8723
CIE-Lab24.823540.436728.9891

#751511 color RGB value is (117,21,17).

#751511 hex color red value is 117, green value is 21 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #751511 hue: 0.01 , saturation: 0.75 and the lightness value of 751511 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010101 00010001
Octal 165 25 21
Decimal 117 21 17
Hex 75 15 11

RGB Percentages of Color #751511

%75.48
%13.55
%10.97

CMYK Percentages of Color #751511

%0
%82
%85
%54

Triadic Colors of #751511

#751511 #117515 #151175

Analogous Colors of #751511

#751511 #754711 #75113f

Monochromatic Colors of #751511

#751511

Complementary Color

#751511 #117175

#751511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751511 Color CSS Codes

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

#751511 Text Font Color

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

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


#751511 Background Color

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

This div background color is #751511


#751511 Border Color

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

This div border color is #751511


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,21,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751511


Comments

No comments written yet.

Please login to write comment.