COLOR #791213

HEX: #791213
RGB: (121,18,19)

Color info

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

RGB color model

#791213 color RGB value is (121,18,19).

  • red value is 121;
  • green value is 18;
  • blue value is 19.
RGB:
(121,18,19)
(47%,7%,7%)

RGB channels and saturation

R 121 of 255 = 47%
G 18 of 255 = 7%
B 19 of 255 = 7%

121
18
19

R + G + B ~ 20%. #791213 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 18 + 19 = 158 (100%)
R 121 of 158 ~ 76.58%
G 18 of 158 ~ 11.39%
B 19 of 158 ~ 12.03%

%76.58
%11.39
%12.03

CMYK color model

#791213 color CMYK value is (0,85,84,53).

  • cyan value is 0.00%
  • magenta value is 85.12%
  • yellow value is 84.30%
  • key color value is 52.55%
CMYK:
(0,85,84,53)
C0M85Y84K53 
(0%,85%,84%,53%)
(0.00/0.85/0.84/0.53)	

CMYK percentages

%0
%85.12
%84.3
%52.55

Codes

Color #791213 in popluar color models

791213
RGB1211819
HSL359°74.10%27.25%
HSB/HSV359°85.12%47.45%
CMYK0.00%85.12%84.30%
52.55%

Color #791213 in popluar number systems.

HEX791213
Decimal1211819
Binary11110011001010011
Octal1712223

Shades and tints

Shades of #791213

#791213
(121,18,19)
#6E1112
(110,17,18)
#631011
(99,16,17)
#580F10
(88,15,16)
#4D0E0F
(77,14,15)
#420D0E
(66,13,14)
#370C0D
(55,12,13)
#2C0B0C
(44,11,12)
#210A0B
(33,10,11)
#16090A
(22,9,10)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #791213

#791213
(121,18,19)
#852728
(133,39,40)
#913C3D
(145,60,61)
#9D5152
(157,81,82)
#A96667
(169,102,103)
#B57B7C
(181,123,124)
#C19091
(193,144,145)
#CDA5A6
(205,165,166)
#D9BABB
(217,186,187)
#E5CFD0
(229,207,208)
#F1E4E5
(241,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #791213 color. Also use rgb(121,18,19) instead hex code.

Text Font Color

.myTextColor { color: #791213; }

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

This text font color is #791213.


Background Color

.myBgColor { background-color: #791213; }

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

This div background color is #791213.


Border color

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

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

This div border color is #791213.


Opacity

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

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

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

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

This text has shadow with #791213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #791213 on black background.


Color preview on white background

This text has color #791213 on white background.



Black color preview on #791213 background

This text has black color on #791213 background.


White color preview on #791213 background

This text has white color on #791213 background.