COLOR #631201

HEX: #631201 RGB: (99,18,1)

Color info

#631201 contains mainly red color. Web safe color of #631201 is #660000 (or #600).

RGB color model

#631201 color RGB value is (99,18,1).

RGB: (99,18,1) (39%, 7%, 0%)

RGB channels and saturation

R 99 of 255 = 39%
G 18 of 255 = 7%
B 1 of 255 = 0%

99
18
1

R + G + B ~ 15%. #631201 is dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 18 + 1 = 118 (100%)
R 99 of 118 ~ 83.9%
G 18 of 118 ~ 15.25%
B 1 of 118 ~ 0.85'%

%83.9
%15.25

CMYK color model

#631201 color CMYK value is (0,82,99,61).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 98.99%
  • key color value is 61.18%

CMYK: (0,82,99,61)
C0M82Y99K61 (0%, 82%, 99%, 61%)
(0.00 / 0.82 / 0.99 / 0.61)

CMYK percentages

%0
%81.82
%98.99
%61.18

Codes

Color #631201 in popluar color models

63 12 01
RGB 99 18 1
HSL 10° 98.00% 19.61%
HSB/HSV 10° 98.99% 38.82%
CMYK 0.00% 81.82% 98.99%
61.18%

Color #631201 in popluar number systems.

HEX 63 12 01
Decimal 99 18 1
Binary 1100011 10010 1
Octal 143 22 1

Shades and tints

Shades of #631201

#631201
(99,18,1)
#5A1101
(90,17,1)
#511001
(81,16,1)
#480F01
(72,15,1)
#3F0E01
(63,14,1)
#360D01
(54,13,1)
#2D0C01
(45,12,1)
#240B01
(36,11,1)
#1B0A01
(27,10,1)
#120901
(18,9,1)
#090801
(9,8,1)
#000000
(0,0,0)

Tints of #631201

#631201
(99,18,1)
#712718
(113,39,24)
#7F3C2F
(127,60,47)
#8D5146
(141,81,70)
#9B665D
(155,102,93)
#A97B74
(169,123,116)
#B7908B
(183,144,139)
#C5A5A2
(197,165,162)
#D3BAB9
(211,186,185)
#E1CFD0
(225,207,208)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631201 color. Also use rgb(99,18,1) instead hex code.

Text Font Color

.myTextColor { color: #631201; }

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

This text font color is #631201.

Background Color

.myBgColor { background-color: #631201; }

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

This div background color is #631201.

Border color

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

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

This div border color is #631201.

Opacity

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

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

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

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

This text has shadow with #631201 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #631201.

Preview

Color preview on black background

This text has color #631201 on black background.


Color preview on white background

This text has color #631201 on white background.


Black color preview on #631201 background

This text has black color on #631201 background.


White color preview on #631201 background

This text has white color on #631201 background.


Related colors

Complementary color

Complementary color for #hex is #9CEDFE.


I love getcolorcode.com

Triadic colors

1 #016312 and #120163 with #631201 are triadic colors.

2 #011263 and #126301 with #631201 are triadic colors.