COLOR #491001

HEX: #491001 RGB: (73,16,1)

Color info

#491001 contains mainly red and green colors. Web safe color of #491001 is #330000 (or #300).

RGB color model

#491001 color RGB value is (73,16,1).

RGB: (73,16,1) (29%, 6%, 0%)

RGB channels and saturation

R 73 of 255 = 29%
G 16 of 255 = 6%
B 1 of 255 = 0%

73
16
1

R + G + B ~ 12%. #491001 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 16 + 1 = 90 (100%)
R 73 of 90 ~ 81.11%
G 16 of 90 ~ 17.78%
B 1 of 90 ~ 1.11'%

%81.11
%17.78

CMYK color model

#491001 color CMYK value is (0,78,99,71).

  • cyan value is 0.00%
  • magenta value is 78.08%
  • yellow value is 98.63%
  • key color value is 71.37%

CMYK: (0,78,99,71)
C0M78Y99K71 (0%, 78%, 99%, 71%)
(0.00 / 0.78 / 0.99 / 0.71)

CMYK percentages

%0
%78.08
%98.63
%71.37

Codes

Color #491001 in popluar color models

49 10 01
RGB 73 16 1
HSL 13° 97.30% 14.51%
HSB/HSV 13° 98.63% 28.63%
CMYK 0.00% 78.08% 98.63%
71.37%

Color #491001 in popluar number systems.

HEX 49 10 01
Decimal 73 16 1
Binary 1001001 10000 1
Octal 111 20 1

Shades and tints

Shades of #491001

#491001
(73,16,1)
#430F01
(67,15,1)
#3D0E01
(61,14,1)
#370D01
(55,13,1)
#310C01
(49,12,1)
#2B0B01
(43,11,1)
#250A01
(37,10,1)
#1F0901
(31,9,1)
#190801
(25,8,1)
#130701
(19,7,1)
#0D0601
(13,6,1)
#000000
(0,0,0)

Tints of #491001

#491001
(73,16,1)
#592518
(89,37,24)
#693A2F
(105,58,47)
#794F46
(121,79,70)
#89645D
(137,100,93)
#997974
(153,121,116)
#A98E8B
(169,142,139)
#B9A3A2
(185,163,162)
#C9B8B9
(201,184,185)
#D9CDD0
(217,205,208)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491001 color. Also use rgb(73,16,1) instead hex code.

Text Font Color

.myTextColor { color: #491001; }

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

This text font color is #491001.

Background Color

.myBgColor { background-color: #491001; }

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

This div background color is #491001.

Border color

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

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

This div border color is #491001.

Opacity

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

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

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

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

This text has shadow with #491001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491001.

Preview

Color preview on black background

This text has color #491001 on black background.


Color preview on white background

This text has color #491001 on white background.


Black color preview on #491001 background

This text has black color on #491001 background.


White color preview on #491001 background

This text has white color on #491001 background.


Related colors

Complementary color

Complementary color for #hex is #B6EFFE.


I love getcolorcode.com

Triadic colors

1 #014910 and #100149 with #491001 are triadic colors.

2 #011049 and #104901 with #491001 are triadic colors.