COLOR #741249

HEX: #741249
RGB: (116,18,73)

Color info

#741249 contains mainly red and blue colors. Web safe color of #741249 is #660033 (or #603).

RGB color model

#741249 color RGB value is (116,18,73).

  • red value is 116;
  • green value is 18;
  • blue value is 73.
RGB:
(116,18,73)
(45%,7%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 18 of 255 = 7%
B 73 of 255 = 29%

116
18
73

R + G + B ~ 27%. #741249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 18 + 73 = 207 (100%)
R 116 of 207 ~ 56.04%
G 18 of 207 ~ 8.7%
B 73 of 207 ~ 35.27%

%56.04
%35.27

CMYK color model

#741249 color CMYK value is (0,84,37,55).

  • cyan value is 0.00%
  • magenta value is 84.48%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(0,84,37,55)
C0M84Y37K55 
(0%,84%,37%,55%)
(0.00/0.84/0.37/0.55)	

CMYK percentages

%0
%84.48
%37.07
%54.51

Codes

Color #741249 in popluar color models

741249
RGB1161873
HSL326°73.13%26.27%
HSB/HSV326°84.48%45.49%
CMYK0.00%84.48%37.07%
54.51%

Color #741249 in popluar number systems.

HEX741249
Decimal1161873
Binary1110100100101001001
Octal16422111

Shades and tints

Shades of #741249

#741249
(116,18,73)
#6A1143
(106,17,67)
#60103D
(96,16,61)
#560F37
(86,15,55)
#4C0E31
(76,14,49)
#420D2B
(66,13,43)
#380C25
(56,12,37)
#2E0B1F
(46,11,31)
#240A19
(36,10,25)
#1A0913
(26,9,19)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #741249

#741249
(116,18,73)
#802759
(128,39,89)
#8C3C69
(140,60,105)
#985179
(152,81,121)
#A46689
(164,102,137)
#B07B99
(176,123,153)
#BC90A9
(188,144,169)
#C8A5B9
(200,165,185)
#D4BAC9
(212,186,201)
#E0CFD9
(224,207,217)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741249 color. Also use rgb(116,18,73) instead hex code.

Text Font Color

.myTextColor { color: #741249; }

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

This text font color is #741249.


Background Color

.myBgColor { background-color: #741249; }

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

This div background color is #741249.


Border color

.myBorderColor { border: 1px solid #741249; }

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

This div border color is #741249.


Opacity

.myOpacity80 { color: #741249; opacity: 0.8; }

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

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

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

This text has shadow with #741249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741249 on black background.


Color preview on white background

This text has color #741249 on white background.



Black color preview on #741249 background

This text has black color on #741249 background.


White color preview on #741249 background

This text has white color on #741249 background.