COLOR #791615

HEX: #791615
RGB: (121,22,21)

Color info

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

RGB color model

#791615 color RGB value is (121,22,21).

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

RGB channels and saturation

R 121 of 255 = 47%
G 22 of 255 = 9%
B 21 of 255 = 8%

121
22
21

R + G + B ~ 21%. #791615 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 22 + 21 = 164 (100%)
R 121 of 164 ~ 73.78%
G 22 of 164 ~ 13.41%
B 21 of 164 ~ 12.8%

%73.78
%13.41
%12.8

CMYK color model

#791615 color CMYK value is (0,82,83,53).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 82.64%
  • key color value is 52.55%
CMYK:
(0,82,83,53)
C0M82Y83K53 
(0%,82%,83%,53%)
(0.00/0.82/0.83/0.53)	

CMYK percentages

%0
%81.82
%82.64
%52.55

Codes

Color #791615 in popluar color models

791615
RGB1212221
HSL70.42%27.84%
HSB/HSV82.64%47.45%
CMYK0.00%81.82%82.64%
52.55%

Color #791615 in popluar number systems.

HEX791615
Decimal1212221
Binary11110011011010101
Octal1712625

Shades and tints

Shades of #791615

#791615
(121,22,21)
#6E1414
(110,20,20)
#631213
(99,18,19)
#581012
(88,16,18)
#4D0E11
(77,14,17)
#420C10
(66,12,16)
#370A0F
(55,10,15)
#2C080E
(44,8,14)
#21060D
(33,6,13)
#16040C
(22,4,12)
#0B020B
(11,2,11)
#000000
(0,0,0)

Tints of #791615

#791615
(121,22,21)
#852B2A
(133,43,42)
#91403F
(145,64,63)
#9D5554
(157,85,84)
#A96A69
(169,106,105)
#B57F7E
(181,127,126)
#C19493
(193,148,147)
#CDA9A8
(205,169,168)
#D9BEBD
(217,190,189)
#E5D3D2
(229,211,210)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #791615; }

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

This text font color is #791615.


Background Color

.myBgColor { background-color: #791615; }

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

This div background color is #791615.


Border color

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

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

This div border color is #791615.


Opacity

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

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

Text with #791615 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 #791615;}

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

This text has shadow with #791615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #791615 on black background.


Color preview on white background

This text has color #791615 on white background.



Black color preview on #791615 background

This text has black color on #791615 background.


White color preview on #791615 background

This text has white color on #791615 background.