COLOR #591001

HEX: #591001
RGB: (89,16,1)

Color info

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

RGB color model

#591001 color RGB value is (89,16,1).

  • red value is 89;
  • green value is 16;
  • blue value is 1.
RGB:
(89,16,1)
(35%,6%,0%)

RGB channels and saturation

R 89 of 255 = 35%
G 16 of 255 = 6%
B 1 of 255 = 0%

89
16
1

R + G + B ~ 14%. #591001 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 16 + 1 = 106 (100%)
R 89 of 106 ~ 83.96%
G 16 of 106 ~ 15.09%
B 1 of 106 ~ 0.94%

%83.96
%15.09

CMYK color model

#591001 color CMYK value is (0,82,99,65).

  • cyan value is 0.00%
  • magenta value is 82.02%
  • yellow value is 98.88%
  • key color value is 65.10%
CMYK:
(0,82,99,65)
C0M82Y99K65 
(0%,82%,99%,65%)
(0.00/0.82/0.99/0.65)	

CMYK percentages

%0
%82.02
%98.88
%65.1

Codes

Color #591001 in popluar color models

591001
RGB89161
HSL10°97.78%17.65%
HSB/HSV10°98.88%34.90%
CMYK0.00%82.02%98.88%
65.10%

Color #591001 in popluar number systems.

HEX591001
Decimal89161
Binary1011001100001
Octal131201

Shades and tints

Shades of #591001

#591001
(89,16,1)
#510F01
(81,15,1)
#490E01
(73,14,1)
#410D01
(65,13,1)
#390C01
(57,12,1)
#310B01
(49,11,1)
#290A01
(41,10,1)
#210901
(33,9,1)
#190801
(25,8,1)
#110701
(17,7,1)
#090601
(9,6,1)
#000000
(0,0,0)

Tints of #591001

#591001
(89,16,1)
#682518
(104,37,24)
#773A2F
(119,58,47)
#864F46
(134,79,70)
#95645D
(149,100,93)
#A47974
(164,121,116)
#B38E8B
(179,142,139)
#C2A3A2
(194,163,162)
#D1B8B9
(209,184,185)
#E0CDD0
(224,205,208)
#EFE2E7
(239,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591001; }

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

This text font color is #591001.


Background Color

.myBgColor { background-color: #591001; }

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

This div background color is #591001.


Border color

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

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

This div border color is #591001.


Opacity

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

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

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

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

This text has shadow with #591001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591001 on black background.


Color preview on white background

This text has color #591001 on white background.



Black color preview on #591001 background

This text has black color on #591001 background.


White color preview on #591001 background

This text has white color on #591001 background.