COLOR #631441

HEX: #631441
RGB: (99,20,65)

Color info

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

RGB color model

#631441 color RGB value is (99,20,65).

  • red value is 99;
  • green value is 20;
  • blue value is 65.
RGB:
(99,20,65)
(39%,8%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 20 of 255 = 8%
B 65 of 255 = 25%

99
20
65

R + G + B ~ 24%. #631441 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 20 + 65 = 184 (100%)
R 99 of 184 ~ 53.8%
G 20 of 184 ~ 10.87%
B 65 of 184 ~ 35.33%

%53.8
%10.87
%35.33

CMYK color model

#631441 color CMYK value is (0,80,34,61).

  • cyan value is 0.00%
  • magenta value is 79.80%
  • yellow value is 34.34%
  • key color value is 61.18%
CMYK:
(0,80,34,61)
C0M80Y34K61 
(0%,80%,34%,61%)
(0.00/0.80/0.34/0.61)	

CMYK percentages

%0
%79.8
%34.34
%61.18

Codes

Color #631441 in popluar color models

631441
RGB992065
HSL326°66.39%23.33%
HSB/HSV326°79.80%38.82%
CMYK0.00%79.80%34.34%
61.18%

Color #631441 in popluar number systems.

HEX631441
Decimal992065
Binary1100011101001000001
Octal14324101

Shades and tints

Shades of #631441

#631441
(99,20,65)
#5A133C
(90,19,60)
#511237
(81,18,55)
#481132
(72,17,50)
#3F102D
(63,16,45)
#360F28
(54,15,40)
#2D0E23
(45,14,35)
#240D1E
(36,13,30)
#1B0C19
(27,12,25)
#120B14
(18,11,20)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #631441

#631441
(99,20,65)
#712952
(113,41,82)
#7F3E63
(127,62,99)
#8D5374
(141,83,116)
#9B6885
(155,104,133)
#A97D96
(169,125,150)
#B792A7
(183,146,167)
#C5A7B8
(197,167,184)
#D3BCC9
(211,188,201)
#E1D1DA
(225,209,218)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631441 color. Also use rgb(99,20,65) instead hex code.

Text Font Color

.myTextColor { color: #631441; }

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

This text font color is #631441.


Background Color

.myBgColor { background-color: #631441; }

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

This div background color is #631441.


Border color

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

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

This div border color is #631441.


Opacity

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

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

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

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

This text has shadow with #631441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631441 on black background.


Color preview on white background

This text has color #631441 on white background.



Black color preview on #631441 background

This text has black color on #631441 background.


White color preview on #631441 background

This text has white color on #631441 background.