COLOR #741031

HEX: #741031
RGB: (116,16,49)

Color info

#741031 contains mainly red color. Web safe color of #741031 is #660033 (or #603).

RGB color model

#741031 color RGB value is (116,16,49).

  • red value is 116;
  • green value is 16;
  • blue value is 49.
RGB: (116,16,49) (45%,6%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 16 of 255 = 6%
B 49 of 255 = 19%

116
16
49

R + G + B ~ 23%. #741031 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 16 + 49 = 181 (100%)
R 116 of 181 ~ 64.09%
G 16 of 181 ~ 8.84%
B 49 of 181 ~ 27.07%

%64.09
%27.07

CMYK color model

#741031 color CMYK value is (0,86,58,55).

  • cyan value is 0.00%
  • magenta value is 86.21%
  • yellow value is 57.76%
  • key color value is 54.51%
CMYK: (0,86,58,55) C0M86Y58K55 (0%,86%,58%,55%) (0.00/0.86/0.58/0.55)

CMYK percentages

%0
%86.21
%57.76
%54.51

Codes

Color #741031 in popluar color models

741031
RGB1161649
HSL340°75.76%25.88%
HSB/HSV340°86.21%45.49%
CMYK0.00%86.21%57.76%
54.51%

Color #741031 in popluar number systems.

HEX741031
Decimal1161649
Binary111010010000110001
Octal1642061

Shades and tints

Shades of #741031

#741031
(116,16,49)
#6A0F2D
(106,15,45)
#600E29
(96,14,41)
#560D25
(86,13,37)
#4C0C21
(76,12,33)
#420B1D
(66,11,29)
#380A19
(56,10,25)
#2E0915
(46,9,21)
#240811
(36,8,17)
#1A070D
(26,7,13)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #741031

#741031
(116,16,49)
#802543
(128,37,67)
#8C3A55
(140,58,85)
#984F67
(152,79,103)
#A46479
(164,100,121)
#B0798B
(176,121,139)
#BC8E9D
(188,142,157)
#C8A3AF
(200,163,175)
#D4B8C1
(212,184,193)
#E0CDD3
(224,205,211)
#ECE2E5
(236,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741031 color. Also use rgb(116,16,49) instead hex code.

Text Font Color

.myTextColor { color: #741031; }

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

This text font color is #741031.


Background Color

.myBgColor { background-color: #741031; }

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

This div background color is #741031.


Border color

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

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

This div border color is #741031.


Opacity

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

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

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

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

This text has shadow with #741031 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #741031 on black background.


Color preview on white background

This text has color #741031 on white background.



Black color preview on #741031 background

This text has black color on #741031 background.


White color preview on #741031 background

This text has white color on #741031 background.