COLOR #651801

HEX: #651801 RGB: (101,24,1)

Color info

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

RGB color model

#651801 color RGB value is (101,24,1).

RGB: (101,24,1) (40%, 9%, 0%)

RGB channels and saturation

R 101 of 255 = 40%
G 24 of 255 = 9%
B 1 of 255 = 0%

101
24
1

R + G + B ~ 16%. #651801 is dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 24 + 1 = 126 (100%)
R 101 of 126 ~ 80.16%
G 24 of 126 ~ 19.05%
B 1 of 126 ~ 0.79'%

%80.16
%19.05

CMYK color model

#651801 color CMYK value is (0,76,99,60).

  • cyan value is 0.00%
  • magenta value is 76.24%
  • yellow value is 99.01%
  • key color value is 60.39%

CMYK: (0,76,99,60)
C0M76Y99K60 (0%, 76%, 99%, 60%)
(0.00 / 0.76 / 0.99 / 0.60)

CMYK percentages

%0
%76.24
%99.01
%60.39

Codes

Color #651801 in popluar color models

65 18 01
RGB 101 24 1
HSL 14° 98.04% 20.00%
HSB/HSV 14° 99.01% 39.61%
CMYK 0.00% 76.24% 99.01%
60.39%

Color #651801 in popluar number systems.

HEX 65 18 01
Decimal 101 24 1
Binary 1100101 11000 1
Octal 145 30 1

Shades and tints

Shades of #651801

#651801
(101,24,1)
#5C1601
(92,22,1)
#531401
(83,20,1)
#4A1201
(74,18,1)
#411001
(65,16,1)
#380E01
(56,14,1)
#2F0C01
(47,12,1)
#260A01
(38,10,1)
#1D0801
(29,8,1)
#140601
(20,6,1)
#0B0401
(11,4,1)
#000000
(0,0,0)

Tints of #651801

#651801
(101,24,1)
#732D18
(115,45,24)
#81422F
(129,66,47)
#8F5746
(143,87,70)
#9D6C5D
(157,108,93)
#AB8174
(171,129,116)
#B9968B
(185,150,139)
#C7ABA2
(199,171,162)
#D5C0B9
(213,192,185)
#E3D5D0
(227,213,208)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651801 color. Also use rgb(101,24,1) instead hex code.

Text Font Color

.myTextColor { color: #651801; }

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

This text font color is #651801.

Background Color

.myBgColor { background-color: #651801; }

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

This div background color is #651801.

Border color

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

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

This div border color is #651801.

Opacity

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

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

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

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

This text has shadow with #651801 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #651801.

Preview

Color preview on black background

This text has color #651801 on black background.


Color preview on white background

This text has color #651801 on white background.


Black color preview on #651801 background

This text has black color on #651801 background.


White color preview on #651801 background

This text has white color on #651801 background.


Related colors

Complementary color

Complementary color for #hex is #9AE7FE.


I love getcolorcode.com

Triadic colors

1 #016518 and #180165 with #651801 are triadic colors.

2 #011865 and #186501 with #651801 are triadic colors.