COLOR #741101

HEX: #741101
RGB: (116,17,1)

Color info

#741101 contains mainly red color. Web safe color of #741101 is #660000 (or #600).

RGB color model

#741101 color RGB value is (116,17,1).

  • red value is 116;
  • green value is 17;
  • blue value is 1.
RGB:
(116,17,1)
(45%,7%,0%)

RGB channels and saturation

R 116 of 255 = 45%
G 17 of 255 = 7%
B 1 of 255 = 0%

116
17
1

R + G + B ~ 17%. #741101 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 17 + 1 = 134 (100%)
R 116 of 134 ~ 86.57%
G 17 of 134 ~ 12.69%
B 1 of 134 ~ 0.75%

%86.57
%12.69

CMYK color model

#741101 color CMYK value is (0,85,99,55).

  • cyan value is 0.00%
  • magenta value is 85.34%
  • yellow value is 99.14%
  • key color value is 54.51%
CMYK:
(0,85,99,55)
C0M85Y99K55 
(0%,85%,99%,55%)
(0.00/0.85/0.99/0.55)	

CMYK percentages

%0
%85.34
%99.14
%54.51

Codes

Color #741101 in popluar color models

741101
RGB116171
HSL98.29%22.94%
HSB/HSV99.14%45.49%
CMYK0.00%85.34%99.14%
54.51%

Color #741101 in popluar number systems.

HEX741101
Decimal116171
Binary1110100100011
Octal164211

Shades and tints

Shades of #741101

#741101
(116,17,1)
#6A1001
(106,16,1)
#600F01
(96,15,1)
#560E01
(86,14,1)
#4C0D01
(76,13,1)
#420C01
(66,12,1)
#380B01
(56,11,1)
#2E0A01
(46,10,1)
#240901
(36,9,1)
#1A0801
(26,8,1)
#100701
(16,7,1)
#000000
(0,0,0)

Tints of #741101

#741101
(116,17,1)
#802618
(128,38,24)
#8C3B2F
(140,59,47)
#985046
(152,80,70)
#A4655D
(164,101,93)
#B07A74
(176,122,116)
#BC8F8B
(188,143,139)
#C8A4A2
(200,164,162)
#D4B9B9
(212,185,185)
#E0CED0
(224,206,208)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741101 color. Also use rgb(116,17,1) instead hex code.

Text Font Color

.myTextColor { color: #741101; }

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

This text font color is #741101.


Background Color

.myBgColor { background-color: #741101; }

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

This div background color is #741101.


Border color

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

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

This div border color is #741101.


Opacity

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

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

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

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

This text has shadow with #741101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741101 on black background.


Color preview on white background

This text has color #741101 on white background.



Black color preview on #741101 background

This text has black color on #741101 background.


White color preview on #741101 background

This text has white color on #741101 background.