Color Hex Logo

#791901 Color Hex

#791901
(121,25,1)
0 Favorites   0 Comments

Color spaces of #791901

RGB 121251
HSL0.030.980.24
HSV12°99°47°
CMYK 0.000.790.99   0.53
XYZ8.23834.76240.5137
Yxy4.76240.60960.3524
Hunter Lab21.822929.194813.8804
CIE-Lab26.046840.040737.5607

#791901 color RGB value is (121,25,1).

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

The process color (four color CMYK) of #791901 color hex is 0.00, 0.79, 0.99, 0.53. Web safe color of #791901 is #660000. Color #791901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011001 00000001
Octal 171 31 1
Decimal 121 25 1
Hex 79 19 1

RGB Percentages of Color #791901

%82.31
%17.01
%0.68

CMYK Percentages of Color #791901

%0
%79
%99
%53

Triadic Colors of #791901

#791901 #017919 #190179

Analogous Colors of #791901

#791901 #795501 #790125

Monochromatic Colors of #791901

#791901

Complementary Color

#791901 #016179

#791901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#791901 Color CSS Codes

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

#791901 Text Font Color

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

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


#791901 Background Color

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

This div background color is #791901


#791901 Border Color

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

This div border color is #791901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791901


Comments

No comments written yet.

Please login to write comment.