HEX: #741137
RGB: (116,17,55)
#741137 contains mainly red color. Web safe color of #741137 is #660033 (or #603).
#741137 color RGB value is (116,17,55).
RGB: (116,17,55)
(45%, 7%, 22%)
R 116 of 255 = 45%
G 17 of 255 = 7%
B 55 of 255 = 22%
R + G + B ~ 25%. #741137 is quite dark color.
R + G + B = 116 + 17 + 55 = 188 (100%)
R 116 of 188 ~ 61.7%
G 17 of 188 ~ 9.04%
B 55 of 188 ~ 29.26'%
#741137 color CMYK value is (0,85,53,55).
CMYK: (0,85,53,55)
C0M85Y53K55 (0%, 85%, 53%, 55%)
(0.00 / 0.85 / 0.53 / 0.55)
Color #741137 in popluar color models
74 | 11 | 37 | |
---|---|---|---|
RGB | 116 | 17 | 55 |
HSL | 337° | 74.44% | 26.08% |
HSB/HSV | 337° | 85.34% | 45.49% |
CMYK | 0.00% | 85.34% | 52.59% |
54.51% |
Color #741137 in popluar number systems.
HEX | 74 | 11 | 37 |
Decimal | 116 | 17 | 55 |
Binary | 1110100 | 10001 | 110111 |
Octal | 164 | 21 | 67 |
Shades of #741137
Tints of #741137
Examples of css and html codes for elements with #741137 color. Also use rgb(116,17,55) instead hex code.
.myTextColor { color: #741137; }
<p style="color:#741137">This sample text font color is #741137.</p>
This text font color is #741137.
.myBgColor { background-color: #741137; }
<div style="background-color:#741137">Inner text</div>
This div background color is #741137.
.myBorderColor { border: 1px solid #741137; }
<div style="border:3px solid #741137">Div</div>
This div border color is #741137.
.myOpacity80 { color: #741137; opacity: 0.8; }
<p style="color:#741137;opacity:0.8;">80%</p>
Text with #741137 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #741137;}
<p style="text-shadow: 3px 3px 1px #741137">Text here.</p>
This text has shadow with #741137 color.
.textShadow {text-shadow: 3px 3px 1px #741137', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #741137, 5px 5px 20px red">Text here.</p>
This text has shadow with #741137 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#741137, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#741137, Direction=45, Strength=4)">Text</p>
This text has shadow with #741137 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #741137;
-webkit-box-shadow: 1px 1px 3px 2px #741137;
box-shadow: 1px 1px 3px 2px #741137;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #741137; -webkit-box-shadow: 1px 1px 3px 2px #741137; box-shadow:1px 1px 3px 2px #741137;">
Div content here
</div>
This text has color #741137 on black background.
This text has color #741137 on white background.
This text has black color on #741137 background.
This text has white color on #741137 background.
Complementary color for #hex is #8BEEC8.