COLOR #790D29

HEX: #790D29
RGB: (121,13,41)

Color info

#790D29 contains mainly red color. Web safe color of #790D29 is #660033 (or #603).

RGB color model

#790D29 color RGB value is (121,13,41).

  • red value is 121;
  • green value is 13;
  • blue value is 41.
RGB:
(121,13,41)
(47%,5%,16%)

RGB channels and saturation

R 121 of 255 = 47%
G 13 of 255 = 5%
B 41 of 255 = 16%

121
13
41

R + G + B ~ 23%. #790D29 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 13 + 41 = 175 (100%)
R 121 of 175 ~ 69.14%
G 13 of 175 ~ 7.43%
B 41 of 175 ~ 23.43%

%69.14
%23.43

CMYK color model

#790D29 color CMYK value is (0,89,66,53).

  • cyan value is 0.00%
  • magenta value is 89.26%
  • yellow value is 66.12%
  • key color value is 52.55%
CMYK:
(0,89,66,53)
C0M89Y66K53 
(0%,89%,66%,53%)
(0.00/0.89/0.66/0.53)	

CMYK percentages

%0
%89.26
%66.12
%52.55

Codes

Color #790D29 in popluar color models

790D29
RGB1211341
HSL344°80.60%26.27%
HSB/HSV344°89.26%47.45%
CMYK0.00%89.26%66.12%
52.55%

Color #790D29 in popluar number systems.

HEX790D29
Decimal1211341
Binary11110011101101001
Octal1711551

Shades and tints

Shades of #790D29

#790D29
(121,13,41)
#6E0C26
(110,12,38)
#630B23
(99,11,35)
#580A20
(88,10,32)
#4D091D
(77,9,29)
#42081A
(66,8,26)
#370717
(55,7,23)
#2C0614
(44,6,20)
#210511
(33,5,17)
#16040E
(22,4,14)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #790D29

#790D29
(121,13,41)
#85233C
(133,35,60)
#91394F
(145,57,79)
#9D4F62
(157,79,98)
#A96575
(169,101,117)
#B57B88
(181,123,136)
#C1919B
(193,145,155)
#CDA7AE
(205,167,174)
#D9BDC1
(217,189,193)
#E5D3D4
(229,211,212)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790D29 color. Also use rgb(121,13,41) instead hex code.

Text Font Color

.myTextColor { color: #790D29; }

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

This text font color is #790D29.


Background Color

.myBgColor { background-color: #790D29; }

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

This div background color is #790D29.


Border color

.myBorderColor { border: 1px solid #790D29; }

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

This div border color is #790D29.


Opacity

.myOpacity80 { color: #790D29; opacity: 0.8; }

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

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

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

This text has shadow with #790D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790D29 on black background.


Color preview on white background

This text has color #790D29 on white background.



Black color preview on #790D29 background

This text has black color on #790D29 background.


White color preview on #790D29 background

This text has white color on #790D29 background.