COLOR #7A141C

HEX: #7A141C
RGB: (122,20,28)

Color info

#7A141C contains mainly red color. Web safe color of #7A141C is #660033 (or #603).

RGB color model

#7A141C color RGB value is (122,20,28).

  • red value is 122;
  • green value is 20;
  • blue value is 28.
RGB:
(122,20,28)
(48%,8%,11%)

RGB channels and saturation

R 122 of 255 = 48%
G 20 of 255 = 8%
B 28 of 255 = 11%

122
20
28

R + G + B ~ 22%. #7A141C is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 20 + 28 = 170 (100%)
R 122 of 170 ~ 71.76%
G 20 of 170 ~ 11.76%
B 28 of 170 ~ 16.47%

%71.76
%11.76
%16.47

CMYK color model

#7A141C color CMYK value is (0,84,77,52).

  • cyan value is 0.00%
  • magenta value is 83.61%
  • yellow value is 77.05%
  • key color value is 52.16%
CMYK:
(0,84,77,52)
C0M84Y77K52 
(0%,84%,77%,52%)
(0.00/0.84/0.77/0.52)	

CMYK percentages

%0
%83.61
%77.05
%52.16

Codes

Color #7A141C in popluar color models

7A141C
RGB1222028
HSL355°71.83%27.84%
HSB/HSV355°83.61%47.84%
CMYK0.00%83.61%77.05%
52.16%

Color #7A141C in popluar number systems.

HEX7A141C
Decimal1222028
Binary11110101010011100
Octal1722434

Shades and tints

Shades of #7A141C

#7A141C
(122,20,28)
#6F131A
(111,19,26)
#641218
(100,18,24)
#591116
(89,17,22)
#4E1014
(78,16,20)
#430F12
(67,15,18)
#380E10
(56,14,16)
#2D0D0E
(45,13,14)
#220C0C
(34,12,12)
#170B0A
(23,11,10)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #7A141C

#7A141C
(122,20,28)
#862930
(134,41,48)
#923E44
(146,62,68)
#9E5358
(158,83,88)
#AA686C
(170,104,108)
#B67D80
(182,125,128)
#C29294
(194,146,148)
#CEA7A8
(206,167,168)
#DABCBC
(218,188,188)
#E6D1D0
(230,209,208)
#F2E6E4
(242,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A141C color. Also use rgb(122,20,28) instead hex code.

Text Font Color

.myTextColor { color: #7A141C; }

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

This text font color is #7A141C.


Background Color

.myBgColor { background-color: #7A141C; }

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

This div background color is #7A141C.


Border color

.myBorderColor { border: 1px solid #7A141C; }

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

This div border color is #7A141C.


Opacity

.myOpacity80 { color: #7A141C; opacity: 0.8; }

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

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

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

This text has shadow with #7A141C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A141C on black background.


Color preview on white background

This text has color #7A141C on white background.



Black color preview on #7A141C background

This text has black color on #7A141C background.


White color preview on #7A141C background

This text has white color on #7A141C background.