COLOR #971801

HEX: #971801
RGB: (151,24,1)

Color info

#971801 contains mainly red color. Web safe color of #971801 is #990000 (or #900).

RGB color model

#971801 color RGB value is (151,24,1).

  • red value is 151;
  • green value is 24;
  • blue value is 1.
RGB:
(151,24,1)
(59%,9%,0%)

RGB channels and saturation

R 151 of 255 = 59%
G 24 of 255 = 9%
B 1 of 255 = 0%

151
24
1

R + G + B ~ 23%. #971801 is dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 24 + 1 = 176 (100%)
R 151 of 176 ~ 85.8%
G 24 of 176 ~ 13.64%
B 1 of 176 ~ 0.57%

%85.8
%13.64

CMYK color model

#971801 color CMYK value is (0,84,99,41).

  • cyan value is 0.00%
  • magenta value is 84.11%
  • yellow value is 99.34%
  • key color value is 40.78%
CMYK:
(0,84,99,41)
C0M84Y99K41 
(0%,84%,99%,41%)
(0.00/0.84/0.99/0.41)	

CMYK percentages

%0
%84.11
%99.34
%40.78

Codes

Color #971801 in popluar color models

971801
RGB151241
HSL98.68%29.80%
HSB/HSV99.34%59.22%
CMYK0.00%84.11%99.34%
40.78%

Color #971801 in popluar number systems.

HEX971801
Decimal151241
Binary10010111110001
Octal227301

Shades and tints

Shades of #971801

#971801
(151,24,1)
#8A1601
(138,22,1)
#7D1401
(125,20,1)
#701201
(112,18,1)
#631001
(99,16,1)
#560E01
(86,14,1)
#490C01
(73,12,1)
#3C0A01
(60,10,1)
#2F0801
(47,8,1)
#220601
(34,6,1)
#150401
(21,4,1)
#000000
(0,0,0)

Tints of #971801

#971801
(151,24,1)
#A02D18
(160,45,24)
#A9422F
(169,66,47)
#B25746
(178,87,70)
#BB6C5D
(187,108,93)
#C48174
(196,129,116)
#CD968B
(205,150,139)
#D6ABA2
(214,171,162)
#DFC0B9
(223,192,185)
#E8D5D0
(232,213,208)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #971801; }

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

This text font color is #971801.


Background Color

.myBgColor { background-color: #971801; }

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

This div background color is #971801.


Border color

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

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

This div border color is #971801.


Opacity

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

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

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

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

This text has shadow with #971801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #971801 on black background.


Color preview on white background

This text has color #971801 on white background.



Black color preview on #971801 background

This text has black color on #971801 background.


White color preview on #971801 background

This text has white color on #971801 background.