COLOR #741449

HEX: #741449
RGB: (116,20,73)

Color info

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

RGB color model

#741449 color RGB value is (116,20,73).

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

RGB channels and saturation

R 116 of 255 = 45%
G 20 of 255 = 8%
B 73 of 255 = 29%

116
20
73

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

Portions of RGB colors in percentages

R + G + B =
116 + 20 + 73 = 209 (100%)
R 116 of 209 ~ 55.5%
G 20 of 209 ~ 9.57%
B 73 of 209 ~ 34.93%

%55.5
%9.57
%34.93

CMYK color model

#741449 color CMYK value is (0,83,37,55).

  • cyan value is 0.00%
  • magenta value is 82.76%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(0,83,37,55)
C0M83Y37K55 
(0%,83%,37%,55%)
(0.00/0.83/0.37/0.55)	

CMYK percentages

%0
%82.76
%37.07
%54.51

Codes

Color #741449 in popluar color models

741449
RGB1162073
HSL327°70.59%26.67%
HSB/HSV327°82.76%45.49%
CMYK0.00%82.76%37.07%
54.51%

Color #741449 in popluar number systems.

HEX741449
Decimal1162073
Binary1110100101001001001
Octal16424111

Shades and tints

Shades of #741449

#741449
(116,20,73)
#6A1343
(106,19,67)
#60123D
(96,18,61)
#561137
(86,17,55)
#4C1031
(76,16,49)
#420F2B
(66,15,43)
#380E25
(56,14,37)
#2E0D1F
(46,13,31)
#240C19
(36,12,25)
#1A0B13
(26,11,19)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #741449

#741449
(116,20,73)
#802959
(128,41,89)
#8C3E69
(140,62,105)
#985379
(152,83,121)
#A46889
(164,104,137)
#B07D99
(176,125,153)
#BC92A9
(188,146,169)
#C8A7B9
(200,167,185)
#D4BCC9
(212,188,201)
#E0D1D9
(224,209,217)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741449; }

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

This text font color is #741449.


Background Color

.myBgColor { background-color: #741449; }

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

This div background color is #741449.


Border color

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

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

This div border color is #741449.


Opacity

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

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

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

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

This text has shadow with #741449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741449 on black background.


Color preview on white background

This text has color #741449 on white background.



Black color preview on #741449 background

This text has black color on #741449 background.


White color preview on #741449 background

This text has white color on #741449 background.