COLOR #7A1521

HEX: #7A1521
RGB: (122,21,33)

Color info

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

RGB color model

#7A1521 color RGB value is (122,21,33).

  • red value is 122;
  • green value is 21;
  • blue value is 33.
RGB:
(122,21,33)
(48%,8%,13%)

RGB channels and saturation

R 122 of 255 = 48%
G 21 of 255 = 8%
B 33 of 255 = 13%

122
21
33

R + G + B ~ 23%. #7A1521 is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 21 + 33 = 176 (100%)
R 122 of 176 ~ 69.32%
G 21 of 176 ~ 11.93%
B 33 of 176 ~ 18.75%

%69.32
%11.93
%18.75

CMYK color model

#7A1521 color CMYK value is (0,83,73,52).

  • cyan value is 0.00%
  • magenta value is 82.79%
  • yellow value is 72.95%
  • key color value is 52.16%
CMYK:
(0,83,73,52)
C0M83Y73K52 
(0%,83%,73%,52%)
(0.00/0.83/0.73/0.52)	

CMYK percentages

%0
%82.79
%72.95
%52.16

Codes

Color #7A1521 in popluar color models

7A1521
RGB1222133
HSL353°70.63%28.04%
HSB/HSV353°82.79%47.84%
CMYK0.00%82.79%72.95%
52.16%

Color #7A1521 in popluar number systems.

HEX7A1521
Decimal1222133
Binary111101010101100001
Octal1722541

Shades and tints

Shades of #7A1521

#7A1521
(122,21,33)
#6F141E
(111,20,30)
#64131B
(100,19,27)
#591218
(89,18,24)
#4E1115
(78,17,21)
#431012
(67,16,18)
#380F0F
(56,15,15)
#2D0E0C
(45,14,12)
#220D09
(34,13,9)
#170C06
(23,12,6)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #7A1521

#7A1521
(122,21,33)
#862A35
(134,42,53)
#923F49
(146,63,73)
#9E545D
(158,84,93)
#AA6971
(170,105,113)
#B67E85
(182,126,133)
#C29399
(194,147,153)
#CEA8AD
(206,168,173)
#DABDC1
(218,189,193)
#E6D2D5
(230,210,213)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1521 color. Also use rgb(122,21,33) instead hex code.

Text Font Color

.myTextColor { color: #7A1521; }

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

This text font color is #7A1521.


Background Color

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

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

This div background color is #7A1521.


Border color

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

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

This div border color is #7A1521.


Opacity

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

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

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

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

This text has shadow with #7A1521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1521 on black background.


Color preview on white background

This text has color #7A1521 on white background.



Black color preview on #7A1521 background

This text has black color on #7A1521 background.


White color preview on #7A1521 background

This text has white color on #7A1521 background.