COLOR #790501

HEX: #790501
RGB: (121,5,1)

Color info

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

RGB color model

#790501 color RGB value is (121,5,1).

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

RGB channels and saturation

R 121 of 255 = 47%
G 5 of 255 = 2%
B 1 of 255 = 0%

121
5
1

R + G + B ~ 16%. #790501 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 5 + 1 = 127 (100%)
R 121 of 127 ~ 95.28%
G 5 of 127 ~ 3.94%
B 1 of 127 ~ 0.79%

%95.28

CMYK color model

#790501 color CMYK value is (0,96,99,53).

  • cyan value is 0.00%
  • magenta value is 95.87%
  • yellow value is 99.17%
  • key color value is 52.55%
CMYK:
(0,96,99,53)
C0M96Y99K53 
(0%,96%,99%,53%)
(0.00/0.96/0.99/0.53)	

CMYK percentages

%0
%95.87
%99.17
%52.55

Codes

Color #790501 in popluar color models

790501
RGB12151
HSL98.36%23.92%
HSB/HSV99.17%47.45%
CMYK0.00%95.87%99.17%
52.55%

Color #790501 in popluar number systems.

HEX790501
Decimal12151
Binary11110011011
Octal17151

Shades and tints

Shades of #790501

#790501
(121,5,1)
#6E0501
(110,5,1)
#630501
(99,5,1)
#580501
(88,5,1)
#4D0501
(77,5,1)
#420501
(66,5,1)
#370501
(55,5,1)
#2C0501
(44,5,1)
#210501
(33,5,1)
#160501
(22,5,1)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #790501

#790501
(121,5,1)
#851B18
(133,27,24)
#91312F
(145,49,47)
#9D4746
(157,71,70)
#A95D5D
(169,93,93)
#B57374
(181,115,116)
#C1898B
(193,137,139)
#CD9FA2
(205,159,162)
#D9B5B9
(217,181,185)
#E5CBD0
(229,203,208)
#F1E1E7
(241,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #790501; }

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

This text font color is #790501.


Background Color

.myBgColor { background-color: #790501; }

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

This div background color is #790501.


Border color

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

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

This div border color is #790501.


Opacity

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

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

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

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

This text has shadow with #790501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790501 on black background.


Color preview on white background

This text has color #790501 on white background.



Black color preview on #790501 background

This text has black color on #790501 background.


White color preview on #790501 background

This text has white color on #790501 background.