COLOR #841B63

HEX: #841B63
RGB: (132,27,99)

Color info

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

RGB color model

#841B63 color RGB value is (132,27,99).

  • red value is 132;
  • green value is 27;
  • blue value is 99.
RGB:
(132,27,99)
(52%,11%,39%)

RGB channels and saturation

R 132 of 255 = 52%
G 27 of 255 = 11%
B 99 of 255 = 39%

132
27
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 27 + 99 = 258 (100%)
R 132 of 258 ~ 51.16%
G 27 of 258 ~ 10.47%
B 99 of 258 ~ 38.37%

%51.16
%10.47
%38.37

CMYK color model

#841B63 color CMYK value is (0,80,25,48).

  • cyan value is 0.00%
  • magenta value is 79.55%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,80,25,48)
C0M80Y25K48 
(0%,80%,25%,48%)
(0.00/0.80/0.25/0.48)	

CMYK percentages

%0
%79.55
%25
%48.24

Codes

Color #841B63 in popluar color models

841B63
RGB1322799
HSL319°66.04%31.18%
HSB/HSV319°79.55%51.76%
CMYK0.00%79.55%25.00%
48.24%

Color #841B63 in popluar number systems.

HEX841B63
Decimal1322799
Binary10000100110111100011
Octal20433143

Shades and tints

Shades of #841B63

#841B63
(132,27,99)
#78195A
(120,25,90)
#6C1751
(108,23,81)
#601548
(96,21,72)
#54133F
(84,19,63)
#481136
(72,17,54)
#3C0F2D
(60,15,45)
#300D24
(48,13,36)
#240B1B
(36,11,27)
#180912
(24,9,18)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #841B63

#841B63
(132,27,99)
#8F2F71
(143,47,113)
#9A437F
(154,67,127)
#A5578D
(165,87,141)
#B06B9B
(176,107,155)
#BB7FA9
(187,127,169)
#C693B7
(198,147,183)
#D1A7C5
(209,167,197)
#DCBBD3
(220,187,211)
#E7CFE1
(231,207,225)
#F2E3EF
(242,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841B63 color. Also use rgb(132,27,99) instead hex code.

Text Font Color

.myTextColor { color: #841B63; }

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

This text font color is #841B63.


Background Color

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

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

This div background color is #841B63.


Border color

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

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

This div border color is #841B63.


Opacity

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

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

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

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

This text has shadow with #841B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841B63 on black background.


Color preview on white background

This text has color #841B63 on white background.



Black color preview on #841B63 background

This text has black color on #841B63 background.


White color preview on #841B63 background

This text has white color on #841B63 background.