COLOR #631149

HEX: #631149
RGB: (99,17,73)

Color info

#631149 contains mainly red and blue colors. Web safe color of #631149 is #660033 (or #603).

RGB color model

#631149 color RGB value is (99,17,73).

  • red value is 99;
  • green value is 17;
  • blue value is 73.
RGB:
(99,17,73)
(39%,7%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 17 of 255 = 7%
B 73 of 255 = 29%

99
17
73

R + G + B ~ 25%. #631149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 17 + 73 = 189 (100%)
R 99 of 189 ~ 52.38%
G 17 of 189 ~ 8.99%
B 73 of 189 ~ 38.62%

%52.38
%38.62

CMYK color model

#631149 color CMYK value is (0,83,26,61).

  • cyan value is 0.00%
  • magenta value is 82.83%
  • yellow value is 26.26%
  • key color value is 61.18%
CMYK:
(0,83,26,61)
C0M83Y26K61 
(0%,83%,26%,61%)
(0.00/0.83/0.26/0.61)	

CMYK percentages

%0
%82.83
%26.26
%61.18

Codes

Color #631149 in popluar color models

631149
RGB991773
HSL319°70.69%22.75%
HSB/HSV319°82.83%38.82%
CMYK0.00%82.83%26.26%
61.18%

Color #631149 in popluar number systems.

HEX631149
Decimal991773
Binary1100011100011001001
Octal14321111

Shades and tints

Shades of #631149

#631149
(99,17,73)
#5A1043
(90,16,67)
#510F3D
(81,15,61)
#480E37
(72,14,55)
#3F0D31
(63,13,49)
#360C2B
(54,12,43)
#2D0B25
(45,11,37)
#240A1F
(36,10,31)
#1B0919
(27,9,25)
#120813
(18,8,19)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #631149

#631149
(99,17,73)
#712659
(113,38,89)
#7F3B69
(127,59,105)
#8D5079
(141,80,121)
#9B6589
(155,101,137)
#A97A99
(169,122,153)
#B78FA9
(183,143,169)
#C5A4B9
(197,164,185)
#D3B9C9
(211,185,201)
#E1CED9
(225,206,217)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631149 color. Also use rgb(99,17,73) instead hex code.

Text Font Color

.myTextColor { color: #631149; }

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

This text font color is #631149.


Background Color

.myBgColor { background-color: #631149; }

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

This div background color is #631149.


Border color

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

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

This div border color is #631149.


Opacity

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

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

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

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

This text has shadow with #631149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631149 on black background.


Color preview on white background

This text has color #631149 on white background.



Black color preview on #631149 background

This text has black color on #631149 background.


White color preview on #631149 background

This text has white color on #631149 background.