COLOR #631331

HEX: #631331
RGB: (99,19,49)

Color info

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

RGB color model

#631331 color RGB value is (99,19,49).

  • red value is 99;
  • green value is 19;
  • blue value is 49.
RGB:
(99,19,49)
(39%,7%,19%)

RGB channels and saturation

R 99 of 255 = 39%
G 19 of 255 = 7%
B 49 of 255 = 19%

99
19
49

R + G + B ~ 22%. #631331 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 19 + 49 = 167 (100%)
R 99 of 167 ~ 59.28%
G 19 of 167 ~ 11.38%
B 49 of 167 ~ 29.34%

%59.28
%11.38
%29.34

CMYK color model

#631331 color CMYK value is (0,81,51,61).

  • cyan value is 0.00%
  • magenta value is 80.81%
  • yellow value is 50.51%
  • key color value is 61.18%
CMYK:
(0,81,51,61)
C0M81Y51K61 
(0%,81%,51%,61%)
(0.00/0.81/0.51/0.61)	

CMYK percentages

%0
%80.81
%50.51
%61.18

Codes

Color #631331 in popluar color models

631331
RGB991949
HSL338°67.80%23.14%
HSB/HSV338°80.81%38.82%
CMYK0.00%80.81%50.51%
61.18%

Color #631331 in popluar number systems.

HEX631331
Decimal991949
Binary110001110011110001
Octal1432361

Shades and tints

Shades of #631331

#631331
(99,19,49)
#5A122D
(90,18,45)
#511129
(81,17,41)
#481025
(72,16,37)
#3F0F21
(63,15,33)
#360E1D
(54,14,29)
#2D0D19
(45,13,25)
#240C15
(36,12,21)
#1B0B11
(27,11,17)
#120A0D
(18,10,13)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #631331

#631331
(99,19,49)
#712843
(113,40,67)
#7F3D55
(127,61,85)
#8D5267
(141,82,103)
#9B6779
(155,103,121)
#A97C8B
(169,124,139)
#B7919D
(183,145,157)
#C5A6AF
(197,166,175)
#D3BBC1
(211,187,193)
#E1D0D3
(225,208,211)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631331 color. Also use rgb(99,19,49) instead hex code.

Text Font Color

.myTextColor { color: #631331; }

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

This text font color is #631331.


Background Color

.myBgColor { background-color: #631331; }

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

This div background color is #631331.


Border color

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

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

This div border color is #631331.


Opacity

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

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

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

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

This text has shadow with #631331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631331 on black background.


Color preview on white background

This text has color #631331 on white background.



Black color preview on #631331 background

This text has black color on #631331 background.


White color preview on #631331 background

This text has white color on #631331 background.