COLOR #731D5B

HEX: #731D5B
RGB: (115,29,91)

Color info

#731D5B contains mainly red and blue colors. Web safe color of #731D5B is #663366 (or #636).

RGB color model

#731D5B color RGB value is (115,29,91).

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

RGB channels and saturation

R 115 of 255 = 45%
G 29 of 255 = 11%
B 91 of 255 = 36%

115
29
91

R + G + B ~ 31%. #731D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 29 + 91 = 235 (100%)
R 115 of 235 ~ 48.94%
G 29 of 235 ~ 12.34%
B 91 of 235 ~ 38.72%

%48.94
%12.34
%38.72

CMYK color model

#731D5B color CMYK value is (0,75,21,55).

  • cyan value is 0.00%
  • magenta value is 74.78%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,75,21,55)
C0M75Y21K55 
(0%,75%,21%,55%)
(0.00/0.75/0.21/0.55)	

CMYK percentages

%0
%74.78
%20.87
%54.9

Codes

Color #731D5B in popluar color models

731D5B
RGB1152991
HSL317°59.72%28.24%
HSB/HSV317°74.78%45.10%
CMYK0.00%74.78%20.87%
54.90%

Color #731D5B in popluar number systems.

HEX731D5B
Decimal1152991
Binary1110011111011011011
Octal16335133

Shades and tints

Shades of #731D5B

#731D5B
(115,29,91)
#691B53
(105,27,83)
#5F194B
(95,25,75)
#551743
(85,23,67)
#4B153B
(75,21,59)
#411333
(65,19,51)
#37112B
(55,17,43)
#2D0F23
(45,15,35)
#230D1B
(35,13,27)
#190B13
(25,11,19)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #731D5B

#731D5B
(115,29,91)
#7F3169
(127,49,105)
#8B4577
(139,69,119)
#975985
(151,89,133)
#A36D93
(163,109,147)
#AF81A1
(175,129,161)
#BB95AF
(187,149,175)
#C7A9BD
(199,169,189)
#D3BDCB
(211,189,203)
#DFD1D9
(223,209,217)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731D5B; }

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

This text font color is #731D5B.


Background Color

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

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

This div background color is #731D5B.


Border color

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

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

This div border color is #731D5B.


Opacity

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

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

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

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

This text has shadow with #731D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731D5B on black background.


Color preview on white background

This text has color #731D5B on white background.



Black color preview on #731D5B background

This text has black color on #731D5B background.


White color preview on #731D5B background

This text has white color on #731D5B background.