Color Hex Logo

#79161b Color Hex

#79161B
(121,22,27)
0 Favorites   0 Comments

Color spaces of #79161b

RGB 1212227
HSL0.990.690.28
HSV357°82°47°
CMYK 0.000.820.78   0.53
XYZ8.36994.71791.5064
Yxy4.71790.57350.3233
Hunter Lab21.720730.772211.0926
CIE-Lab25.915541.779024.2553

#79161b color RGB value is (121,22,27).

#79161b hex color red value is 121, green value is 22 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #79161b hue: 0.99 , saturation: 0.69 and the lightness value of 79161b is 0.28.

The process color (four color CMYK) of #79161b color hex is 0.00, 0.82, 0.78, 0.53. Web safe color of #79161b is #660033. Color #79161b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010110 00011011
Octal 171 26 33
Decimal 121 22 27
Hex 79 16 1B

RGB Percentages of Color #79161b

%71.18
%12.94
%15.88

CMYK Percentages of Color #79161b

%0
%82
%78
%53

Triadic Colors of #79161b

#79161b #1b7916 #161b79

Analogous Colors of #79161b

#79161b #794316 #79164c

Monochromatic Colors of #79161b

#79161b

Complementary Color

#79161b #167974

#79161b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79161b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79161b Color CSS Codes

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

#79161b Text Font Color

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

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


#79161b Background Color

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

This div background color is #79161b


#79161b Border Color

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

This div border color is #79161b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79161b


Comments

No comments written yet.

Please login to write comment.