COLOR #731D41

HEX: #731D41
RGB: (115,29,65)

Color info

#731D41 contains mainly red and blue colors. Web safe color of #731D41 is #663333 (or #633).

RGB color model

#731D41 color RGB value is (115,29,65).

  • red value is 115;
  • green value is 29;
  • blue value is 65.
RGB:
(115,29,65)
(45%,11%,25%)

RGB channels and saturation

R 115 of 255 = 45%
G 29 of 255 = 11%
B 65 of 255 = 25%

115
29
65

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

Portions of RGB colors in percentages

R + G + B =
115 + 29 + 65 = 209 (100%)
R 115 of 209 ~ 55.02%
G 29 of 209 ~ 13.88%
B 65 of 209 ~ 31.1%

%55.02
%13.88
%31.1

CMYK color model

#731D41 color CMYK value is (0,75,43,55).

  • cyan value is 0.00%
  • magenta value is 74.78%
  • yellow value is 43.48%
  • key color value is 54.90%
CMYK:
(0,75,43,55)
C0M75Y43K55 
(0%,75%,43%,55%)
(0.00/0.75/0.43/0.55)	

CMYK percentages

%0
%74.78
%43.48
%54.9

Codes

Color #731D41 in popluar color models

731D41
RGB1152965
HSL335°59.72%28.24%
HSB/HSV335°74.78%45.10%
CMYK0.00%74.78%43.48%
54.90%

Color #731D41 in popluar number systems.

HEX731D41
Decimal1152965
Binary1110011111011000001
Octal16335101

Shades and tints

Shades of #731D41

#731D41
(115,29,65)
#691B3C
(105,27,60)
#5F1937
(95,25,55)
#551732
(85,23,50)
#4B152D
(75,21,45)
#411328
(65,19,40)
#371123
(55,17,35)
#2D0F1E
(45,15,30)
#230D19
(35,13,25)
#190B14
(25,11,20)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #731D41

#731D41
(115,29,65)
#7F3152
(127,49,82)
#8B4563
(139,69,99)
#975974
(151,89,116)
#A36D85
(163,109,133)
#AF8196
(175,129,150)
#BB95A7
(187,149,167)
#C7A9B8
(199,169,184)
#D3BDC9
(211,189,201)
#DFD1DA
(223,209,218)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731D41 color. Also use rgb(115,29,65) instead hex code.

Text Font Color

.myTextColor { color: #731D41; }

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

This text font color is #731D41.


Background Color

.myBgColor { background-color: #731D41; }

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

This div background color is #731D41.


Border color

.myBorderColor { border: 1px solid #731D41; }

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

This div border color is #731D41.


Opacity

.myOpacity80 { color: #731D41; opacity: 0.8; }

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

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

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

This text has shadow with #731D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731D41 on black background.


Color preview on white background

This text has color #731D41 on white background.



Black color preview on #731D41 background

This text has black color on #731D41 background.


White color preview on #731D41 background

This text has white color on #731D41 background.