COLOR #790116

HEX: #790116
RGB: (121,1,22)

Color info

#790116 contains mainly red color. Web safe color of #790116 is #660000 (or #600).

RGB color model

#790116 color RGB value is (121,1,22).

  • red value is 121;
  • green value is 1;
  • blue value is 22.
RGB:
(121,1,22)
(47%,0%,9%)

RGB channels and saturation

R 121 of 255 = 47%
G 1 of 255 = 0%
B 22 of 255 = 9%

121
1
22

R + G + B ~ 19%. #790116 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 1 + 22 = 144 (100%)
R 121 of 144 ~ 84.03%
G 1 of 144 ~ 0.69%
B 22 of 144 ~ 15.28%

%84.03
%15.28

CMYK color model

#790116 color CMYK value is (0,99,82,53).

  • cyan value is 0.00%
  • magenta value is 99.17%
  • yellow value is 81.82%
  • key color value is 52.55%
CMYK:
(0,99,82,53)
C0M99Y82K53 
(0%,99%,82%,53%)
(0.00/0.99/0.82/0.53)	

CMYK percentages

%0
%99.17
%81.82
%52.55

Codes

Color #790116 in popluar color models

790116
RGB121122
HSL350°98.36%23.92%
HSB/HSV350°99.17%47.45%
CMYK0.00%99.17%81.82%
52.55%

Color #790116 in popluar number systems.

HEX790116
Decimal121122
Binary1111001110110
Octal171126

Shades and tints

Shades of #790116

#790116
(121,1,22)
#6E0114
(110,1,20)
#630112
(99,1,18)
#580110
(88,1,16)
#4D010E
(77,1,14)
#42010C
(66,1,12)
#37010A
(55,1,10)
#2C0108
(44,1,8)
#210106
(33,1,6)
#160104
(22,1,4)
#0B0102
(11,1,2)
#000000
(0,0,0)

Tints of #790116

#790116
(121,1,22)
#85182B
(133,24,43)
#912F40
(145,47,64)
#9D4655
(157,70,85)
#A95D6A
(169,93,106)
#B5747F
(181,116,127)
#C18B94
(193,139,148)
#CDA2A9
(205,162,169)
#D9B9BE
(217,185,190)
#E5D0D3
(229,208,211)
#F1E7E8
(241,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790116 color. Also use rgb(121,1,22) instead hex code.

Text Font Color

.myTextColor { color: #790116; }

<p style="color:#790116">This sample text font color is #790116.</p>

This text font color is #790116.


Background Color

.myBgColor { background-color: #790116; }

<div style="background-color:#790116">Inner text</div>

This div background color is #790116.


Border color

.myBorderColor { border: 1px solid #790116; }

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

This div border color is #790116.


Opacity

.myOpacity80 { color: #790116; opacity: 0.8; }

<p style="color:#790116;opacity:0.8;">80%</p>

Text with #790116 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #790116;}

<p style="text-shadow: 3px 3px 1px #790116">Text here.</p>

This text has shadow with #790116 color.

.textShadow {text-shadow: 3px 3px 1px #790116, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #790116, 5px 5px 20px red">Text here.</p>

This text has shadow with #790116 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#790116, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#790116, Direction=45, Strength=4)">Text</p>

This text has shadow with #790116 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #790116;
  -webkit-box-shadow:	1px 1px 3px 2px #790116;
  box-shadow:		1px 1px 3px 2px #790116;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #790116;
-webkit-box-shadow: 1px 1px 3px 2px #790116;
box-shadow:1px 1px 3px 2px #790116;">
Div content here</div>
This div box has shadow with color #790116.

Preview

Color preview on black background

This text has color #790116 on black background.


Color preview on white background

This text has color #790116 on white background.



Black color preview on #790116 background

This text has black color on #790116 background.


White color preview on #790116 background

This text has white color on #790116 background.