COLOR #601631

HEX: #601631
RGB: (96,22,49)

Color info

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

RGB color model

#601631 color RGB value is (96,22,49).

  • red value is 96;
  • green value is 22;
  • blue value is 49.
RGB:
(96,22,49)
(38%,9%,19%)

RGB channels and saturation

R 96 of 255 = 38%
G 22 of 255 = 9%
B 49 of 255 = 19%

96
22
49

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

Portions of RGB colors in percentages

R + G + B =
96 + 22 + 49 = 167 (100%)
R 96 of 167 ~ 57.49%
G 22 of 167 ~ 13.17%
B 49 of 167 ~ 29.34%

%57.49
%13.17
%29.34

CMYK color model

#601631 color CMYK value is (0,77,49,62).

  • cyan value is 0.00%
  • magenta value is 77.08%
  • yellow value is 48.96%
  • key color value is 62.35%
CMYK:
(0,77,49,62)
C0M77Y49K62 
(0%,77%,49%,62%)
(0.00/0.77/0.49/0.62)	

CMYK percentages

%0
%77.08
%48.96
%62.35

Codes

Color #601631 in popluar color models

601631
RGB962249
HSL338°62.71%23.14%
HSB/HSV338°77.08%37.65%
CMYK0.00%77.08%48.96%
62.35%

Color #601631 in popluar number systems.

HEX601631
Decimal962249
Binary110000010110110001
Octal1402661

Shades and tints

Shades of #601631

#601631
(96,22,49)
#58142D
(88,20,45)
#501229
(80,18,41)
#481025
(72,16,37)
#400E21
(64,14,33)
#380C1D
(56,12,29)
#300A19
(48,10,25)
#280815
(40,8,21)
#200611
(32,6,17)
#18040D
(24,4,13)
#100209
(16,2,9)
#000000
(0,0,0)

Tints of #601631

#601631
(96,22,49)
#6E2B43
(110,43,67)
#7C4055
(124,64,85)
#8A5567
(138,85,103)
#986A79
(152,106,121)
#A67F8B
(166,127,139)
#B4949D
(180,148,157)
#C2A9AF
(194,169,175)
#D0BEC1
(208,190,193)
#DED3D3
(222,211,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601631 color. Also use rgb(96,22,49) instead hex code.

Text Font Color

.myTextColor { color: #601631; }

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

This text font color is #601631.


Background Color

.myBgColor { background-color: #601631; }

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

This div background color is #601631.


Border color

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

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

This div border color is #601631.


Opacity

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

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

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

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

This text has shadow with #601631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601631 on black background.


Color preview on white background

This text has color #601631 on white background.



Black color preview on #601631 background

This text has black color on #601631 background.


White color preview on #601631 background

This text has white color on #601631 background.