COLOR #7F2149

HEX: #7F2149 RGB: (127,33,73)

Color info

#7F2149 contains mainly red and blue colors. Web safe color of #7F2149 is #663333 (or #633).

RGB color model

#7F2149 color RGB value is (127,33,73).

RGB: (127,33,73) (50%, 13%, 29%)

RGB channels and saturation

R 127 of 255 = 50%
G 33 of 255 = 13%
B 73 of 255 = 29%

127
33
73

R + G + B ~ 31%. #7F2149 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 33 + 73 = 233 (100%)
R 127 of 233 ~ 54.51%
G 33 of 233 ~ 14.16%
B 73 of 233 ~ 31.33'%

%54.51
%14.16
%31.33

CMYK color model

#7F2149 color CMYK value is (0,74,43,50).

  • cyan value is 0.00%
  • magenta value is 74.02%
  • yellow value is 42.52%
  • key color value is 50.20%

CMYK: (0,74,43,50)
C0M74Y43K50 (0%, 74%, 43%, 50%)
(0.00 / 0.74 / 0.43 / 0.50)

CMYK percentages

%0
%74.02
%42.52
%50.2

Codes

Color #7F2149 in popluar color models

7F 21 49
RGB 127 33 73
HSL 334° 58.75% 31.37%
HSB/HSV 334° 74.02% 49.80%
CMYK 0.00% 74.02% 42.52%
50.20%

Color #7F2149 in popluar number systems.

HEX 7F 21 49
Decimal 127 33 73
Binary 1111111 100001 1001001
Octal 177 41 111

Shades and tints

Shades of #7F2149

#7F2149
(127,33,73)
#741E43
(116,30,67)
#691B3D
(105,27,61)
#5E1837
(94,24,55)
#531531
(83,21,49)
#48122B
(72,18,43)
#3D0F25
(61,15,37)
#320C1F
(50,12,31)
#270919
(39,9,25)
#1C0613
(28,6,19)
#11030D
(17,3,13)
#000000
(0,0,0)

Tints of #7F2149

#7F2149
(127,33,73)
#8A3559
(138,53,89)
#954969
(149,73,105)
#A05D79
(160,93,121)
#AB7189
(171,113,137)
#B68599
(182,133,153)
#C199A9
(193,153,169)
#CCADB9
(204,173,185)
#D7C1C9
(215,193,201)
#E2D5D9
(226,213,217)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2149 color. Also use rgb(127,33,73) instead hex code.

Text Font Color

.myTextColor { color: #7F2149; }

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

This text font color is #7F2149.

Background Color

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

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

This div background color is #7F2149.

Border color

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

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

This div border color is #7F2149.

Opacity

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

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

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

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

This text has shadow with #7F2149 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2149.

Preview

Color preview on black background

This text has color #7F2149 on black background.


Color preview on white background

This text has color #7F2149 on white background.


Black color preview on #7F2149 background

This text has black color on #7F2149 background.


White color preview on #7F2149 background

This text has white color on #7F2149 background.


Related colors

Complementary color

Complementary color for #hex is #80DEB6.


I love getcolorcode.com

Triadic colors

1 #497F21 and #21497F with #7F2149 are triadic colors.

2 #49217F and #217F49 with #7F2149 are triadic colors.