Color Hex Logo

#75201f Color Hex

#75201F
(117,32,31)
0 Favorites   0 Comments

Color spaces of #75201f

RGB 1173231
HSL0.000.580.29
HSV74°46°
CMYK 0.000.730.74   0.54
XYZ8.10004.91391.8179
Yxy4.91390.54610.3313
Hunter Lab22.167326.431610.6549
CIE-Lab26.488036.893722.1381

#75201f color RGB value is (117,32,31).

#75201f hex color red value is 117, green value is 32 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #75201f hue: 0.00 , saturation: 0.58 and the lightness value of 75201f is 0.29.

The process color (four color CMYK) of #75201f color hex is 0.00, 0.73, 0.74, 0.54. Web safe color of #75201f is #663333. Color #75201f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 00011111
Octal 165 40 37
Decimal 117 32 31
Hex 75 20 1F

RGB Percentages of Color #75201f

%65.00
%17.78
%17.22

CMYK Percentages of Color #75201f

%0
%73
%74
%54

Triadic Colors of #75201f

#75201f #1f7520 #201f75

Analogous Colors of #75201f

#75201f #754b1f #751f49

Monochromatic Colors of #75201f

#75201f

Complementary Color

#75201f #1f7475

#75201f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75201f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75201f Color CSS Codes

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

#75201f Text Font Color

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

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


#75201f Background Color

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

This div background color is #75201f


#75201f Border Color

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

This div border color is #75201f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75201f


Comments

No comments written yet.

Please login to write comment.