COLOR #791313

HEX: #791313
RGB: (121,19,19)

Color info

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

RGB color model

#791313 color RGB value is (121,19,19).

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

RGB channels and saturation

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

121
19
19

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

Portions of RGB colors in percentages

R + G + B =
121 + 19 + 19 = 159 (100%)
R 121 of 159 ~ 76.1%
G 19 of 159 ~ 11.95%
B 19 of 159 ~ 11.95%

%76.1
%11.95
%11.95

CMYK color model

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

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

CMYK percentages

%0
%84.3
%84.3
%52.55

Codes

Color #791313 in popluar color models

791313
RGB1211919
HSL72.86%27.45%
HSB/HSV84.30%47.45%
CMYK0.00%84.30%84.30%
52.55%

Color #791313 in popluar number systems.

HEX791313
Decimal1211919
Binary11110011001110011
Octal1712323

Shades and tints

Shades of #791313

#791313
(121,19,19)
#6E1212
(110,18,18)
#631111
(99,17,17)
#581010
(88,16,16)
#4D0F0F
(77,15,15)
#420E0E
(66,14,14)
#370D0D
(55,13,13)
#2C0C0C
(44,12,12)
#210B0B
(33,11,11)
#160A0A
(22,10,10)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #791313

#791313
(121,19,19)
#852828
(133,40,40)
#913D3D
(145,61,61)
#9D5252
(157,82,82)
#A96767
(169,103,103)
#B57C7C
(181,124,124)
#C19191
(193,145,145)
#CDA6A6
(205,166,166)
#D9BBBB
(217,187,187)
#E5D0D0
(229,208,208)
#F1E5E5
(241,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #791313; }

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

This text font color is #791313.


Background Color

.myBgColor { background-color: #791313; }

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

This div background color is #791313.


Border color

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

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

This div border color is #791313.


Opacity

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

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

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

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

This text has shadow with #791313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #791313 on black background.


Color preview on white background

This text has color #791313 on white background.



Black color preview on #791313 background

This text has black color on #791313 background.


White color preview on #791313 background

This text has white color on #791313 background.