COLOR #7A1B33

HEX: #7A1B33
RGB: (122,27,51)

Color info

#7A1B33 contains mainly red color. Web safe color of #7A1B33 is #663333 (or #633).

RGB color model

#7A1B33 color RGB value is (122,27,51).

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

RGB channels and saturation

R 122 of 255 = 48%
G 27 of 255 = 11%
B 51 of 255 = 20%

122
27
51

R + G + B ~ 26%. #7A1B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 27 + 51 = 200 (100%)
R 122 of 200 ~ 61%
G 27 of 200 ~ 13.5%
B 51 of 200 ~ 25.5%

%61
%13.5
%25.5

CMYK color model

#7A1B33 color CMYK value is (0,78,58,52).

  • cyan value is 0.00%
  • magenta value is 77.87%
  • yellow value is 58.20%
  • key color value is 52.16%
CMYK:
(0,78,58,52)
C0M78Y58K52 
(0%,78%,58%,52%)
(0.00/0.78/0.58/0.52)	

CMYK percentages

%0
%77.87
%58.2
%52.16

Codes

Color #7A1B33 in popluar color models

7A1B33
RGB1222751
HSL345°63.76%29.22%
HSB/HSV345°77.87%47.84%
CMYK0.00%77.87%58.20%
52.16%

Color #7A1B33 in popluar number systems.

HEX7A1B33
Decimal1222751
Binary111101011011110011
Octal1723363

Shades and tints

Shades of #7A1B33

#7A1B33
(122,27,51)
#6F192F
(111,25,47)
#64172B
(100,23,43)
#591527
(89,21,39)
#4E1323
(78,19,35)
#43111F
(67,17,31)
#380F1B
(56,15,27)
#2D0D17
(45,13,23)
#220B13
(34,11,19)
#17090F
(23,9,15)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #7A1B33

#7A1B33
(122,27,51)
#862F45
(134,47,69)
#924357
(146,67,87)
#9E5769
(158,87,105)
#AA6B7B
(170,107,123)
#B67F8D
(182,127,141)
#C2939F
(194,147,159)
#CEA7B1
(206,167,177)
#DABBC3
(218,187,195)
#E6CFD5
(230,207,213)
#F2E3E7
(242,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1B33 color. Also use rgb(122,27,51) instead hex code.

Text Font Color

.myTextColor { color: #7A1B33; }

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

This text font color is #7A1B33.


Background Color

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

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

This div background color is #7A1B33.


Border color

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

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

This div border color is #7A1B33.


Opacity

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

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

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

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

This text has shadow with #7A1B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1B33 on black background.


Color preview on white background

This text has color #7A1B33 on white background.



Black color preview on #7A1B33 background

This text has black color on #7A1B33 background.


White color preview on #7A1B33 background

This text has white color on #7A1B33 background.