COLOR #841D61

HEX: #841D61
RGB: (132,29,97)

Color info

#841D61 contains mainly red and blue colors. Web safe color of #841D61 is #993366 (or #936).

RGB color model

#841D61 color RGB value is (132,29,97).

  • red value is 132;
  • green value is 29;
  • blue value is 97.
RGB:
(132,29,97)
(52%,11%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 29 of 255 = 11%
B 97 of 255 = 38%

132
29
97

R + G + B ~ 34%. #841D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 29 + 97 = 258 (100%)
R 132 of 258 ~ 51.16%
G 29 of 258 ~ 11.24%
B 97 of 258 ~ 37.6%

%51.16
%11.24
%37.6

CMYK color model

#841D61 color CMYK value is (0,78,27,48).

  • cyan value is 0.00%
  • magenta value is 78.03%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(0,78,27,48)
C0M78Y27K48 
(0%,78%,27%,48%)
(0.00/0.78/0.27/0.48)	

CMYK percentages

%0
%78.03
%26.52
%48.24

Codes

Color #841D61 in popluar color models

841D61
RGB1322997
HSL320°63.98%31.57%
HSB/HSV320°78.03%51.76%
CMYK0.00%78.03%26.52%
48.24%

Color #841D61 in popluar number systems.

HEX841D61
Decimal1322997
Binary10000100111011100001
Octal20435141

Shades and tints

Shades of #841D61

#841D61
(132,29,97)
#781B59
(120,27,89)
#6C1951
(108,25,81)
#601749
(96,23,73)
#541541
(84,21,65)
#481339
(72,19,57)
#3C1131
(60,17,49)
#300F29
(48,15,41)
#240D21
(36,13,33)
#180B19
(24,11,25)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #841D61

#841D61
(132,29,97)
#8F316F
(143,49,111)
#9A457D
(154,69,125)
#A5598B
(165,89,139)
#B06D99
(176,109,153)
#BB81A7
(187,129,167)
#C695B5
(198,149,181)
#D1A9C3
(209,169,195)
#DCBDD1
(220,189,209)
#E7D1DF
(231,209,223)
#F2E5ED
(242,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841D61 color. Also use rgb(132,29,97) instead hex code.

Text Font Color

.myTextColor { color: #841D61; }

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

This text font color is #841D61.


Background Color

.myBgColor { background-color: #841D61; }

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

This div background color is #841D61.


Border color

.myBorderColor { border: 1px solid #841D61; }

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

This div border color is #841D61.


Opacity

.myOpacity80 { color: #841D61; opacity: 0.8; }

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

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

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

This text has shadow with #841D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841D61 on black background.


Color preview on white background

This text has color #841D61 on white background.



Black color preview on #841D61 background

This text has black color on #841D61 background.


White color preview on #841D61 background

This text has white color on #841D61 background.