COLOR #7F2249

HEX: #7F2249 RGB: (127,34,73)

Color info

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

RGB color model

#7F2249 color RGB value is (127,34,73).

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

RGB channels and saturation

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

127
34
73

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

Portions of RGB colors in percentages

R + G + B = 127 + 34 + 73 = 234 (100%)
R 127 of 234 ~ 54.27%
G 34 of 234 ~ 14.53%
B 73 of 234 ~ 31.2'%

%54.27
%14.53
%31.2

CMYK color model

#7F2249 color CMYK value is (0,73,43,50).

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

CMYK: (0,73,43,50)
C0M73Y43K50 (0%, 73%, 43%, 50%)
(0.00 / 0.73 / 0.43 / 0.50)

CMYK percentages

%0
%73.23
%42.52
%50.2

Codes

Color #7F2249 in popluar color models

7F 22 49
RGB 127 34 73
HSL 335° 57.76% 31.57%
HSB/HSV 335° 73.23% 49.80%
CMYK 0.00% 73.23% 42.52%
50.20%

Color #7F2249 in popluar number systems.

HEX 7F 22 49
Decimal 127 34 73
Binary 1111111 100010 1001001
Octal 177 42 111

Shades and tints

Shades of #7F2249

#7F2249
(127,34,73)
#741F43
(116,31,67)
#691C3D
(105,28,61)
#5E1937
(94,25,55)
#531631
(83,22,49)
#48132B
(72,19,43)
#3D1025
(61,16,37)
#320D1F
(50,13,31)
#270A19
(39,10,25)
#1C0713
(28,7,19)
#11040D
(17,4,13)
#000000
(0,0,0)

Tints of #7F2249

#7F2249
(127,34,73)
#8A3659
(138,54,89)
#954A69
(149,74,105)
#A05E79
(160,94,121)
#AB7289
(171,114,137)
#B68699
(182,134,153)
#C19AA9
(193,154,169)
#CCAEB9
(204,174,185)
#D7C2C9
(215,194,201)
#E2D6D9
(226,214,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F2249; }

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

This text font color is #7F2249.

Background Color

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

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

This div background color is #7F2249.

Border color

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

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

This div border color is #7F2249.

Opacity

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

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

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

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

This text has shadow with #7F2249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2249.

Preview

Color preview on black background

This text has color #7F2249 on black background.


Color preview on white background

This text has color #7F2249 on white background.


Black color preview on #7F2249 background

This text has black color on #7F2249 background.


White color preview on #7F2249 background

This text has white color on #7F2249 background.


Related colors

Complementary color

Complementary color for #hex is #80DDB6.


I love getcolorcode.com

Triadic colors

1 #497F22 and #22497F with #7F2249 are triadic colors.

2 #49227F and #227F49 with #7F2249 are triadic colors.