COLOR #971A51

HEX: #971A51
RGB: (151,26,81)

Color info

#971A51 contains mainly red color. Web safe color of #971A51 is #990066 (or #906).

RGB color model

#971A51 color RGB value is (151,26,81).

  • red value is 151;
  • green value is 26;
  • blue value is 81.
RGB:
(151,26,81)
(59%,10%,32%)

RGB channels and saturation

R 151 of 255 = 59%
G 26 of 255 = 10%
B 81 of 255 = 32%

151
26
81

R + G + B ~ 34%. #971A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 26 + 81 = 258 (100%)
R 151 of 258 ~ 58.53%
G 26 of 258 ~ 10.08%
B 81 of 258 ~ 31.4%

%58.53
%10.08
%31.4

CMYK color model

#971A51 color CMYK value is (0,83,46,41).

  • cyan value is 0.00%
  • magenta value is 82.78%
  • yellow value is 46.36%
  • key color value is 40.78%
CMYK:
(0,83,46,41)
C0M83Y46K41 
(0%,83%,46%,41%)
(0.00/0.83/0.46/0.41)	

CMYK percentages

%0
%82.78
%46.36
%40.78

Codes

Color #971A51 in popluar color models

971A51
RGB1512681
HSL334°70.62%34.71%
HSB/HSV334°82.78%59.22%
CMYK0.00%82.78%46.36%
40.78%

Color #971A51 in popluar number systems.

HEX971A51
Decimal1512681
Binary10010111110101010001
Octal22732121

Shades and tints

Shades of #971A51

#971A51
(151,26,81)
#8A184A
(138,24,74)
#7D1643
(125,22,67)
#70143C
(112,20,60)
#631235
(99,18,53)
#56102E
(86,16,46)
#490E27
(73,14,39)
#3C0C20
(60,12,32)
#2F0A19
(47,10,25)
#220812
(34,8,18)
#15060B
(21,6,11)
#000000
(0,0,0)

Tints of #971A51

#971A51
(151,26,81)
#A02E60
(160,46,96)
#A9426F
(169,66,111)
#B2567E
(178,86,126)
#BB6A8D
(187,106,141)
#C47E9C
(196,126,156)
#CD92AB
(205,146,171)
#D6A6BA
(214,166,186)
#DFBAC9
(223,186,201)
#E8CED8
(232,206,216)
#F1E2E7
(241,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #971A51 color. Also use rgb(151,26,81) instead hex code.

Text Font Color

.myTextColor { color: #971A51; }

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

This text font color is #971A51.


Background Color

.myBgColor { background-color: #971A51; }

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

This div background color is #971A51.


Border color

.myBorderColor { border: 1px solid #971A51; }

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

This div border color is #971A51.


Opacity

.myOpacity80 { color: #971A51; opacity: 0.8; }

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

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

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

This text has shadow with #971A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #971A51 on black background.


Color preview on white background

This text has color #971A51 on white background.



Black color preview on #971A51 background

This text has black color on #971A51 background.


White color preview on #971A51 background

This text has white color on #971A51 background.