Color Hex Logo

#75151f Color Hex

#75151F
(117,21,31)
1 Favorites   1 Comments

Color spaces of #75151f

RGB 1172131
HSL0.980.700.27
HSV354°82°46°
CMYK 0.000.820.74   0.54
XYZ7.85164.41721.7351
Yxy4.41720.56070.3154
Hunter Lab21.017129.90429.8172
CIE-Lab25.005341.012120.3699

#75151f color RGB value is (117,21,31).

#75151f hex color red value is 117, green value is 21 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #75151f hue: 0.98 , saturation: 0.70 and the lightness value of 75151f is 0.27.

The process color (four color CMYK) of #75151f color hex is 0.00, 0.82, 0.74, 0.54. Web safe color of #75151f is #660033. Color #75151f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010101 00011111
Octal 165 25 37
Decimal 117 21 31
Hex 75 15 1F

RGB Percentages of Color #75151f

%69.23
%12.43
%18.34

CMYK Percentages of Color #75151f

%0
%82
%74
%54

Triadic Colors of #75151f

#75151f #1f7515 #151f75

Analogous Colors of #75151f

#75151f #753b15 #75154f

Monochromatic Colors of #75151f

#75151f

Complementary Color

#75151f #15756b

#75151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75151f Color CSS Codes

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

#75151f Text Font Color

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

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


#75151f Background Color

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

This div background color is #75151f


#75151f Border Color

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

This div border color is #75151f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75151f


Comments

17 Oct 2023, 5:30 shaggyspowersource

This is for a girl I hold very dear to me, her name is Scarlett and I would love for this hex to be named Scarletts Red in the off chance she sees this

Please login to write comment.