COLOR #841D4B

HEX: #841D4B RGB: (132,29,75)

Color info

#841D4B contains mainly red and blue colors. Web safe color of #841D4B is #993333 (or #933).

RGB color model

#841D4B color RGB value is (132,29,75).

RGB: (132,29,75) (52%, 11%, 29%)

RGB channels and saturation

R 132 of 255 = 52%
G 29 of 255 = 11%
B 75 of 255 = 29%

132
29
75

R + G + B ~ 31%. #841D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 29 + 75 = 236 (100%)
R 132 of 236 ~ 55.93%
G 29 of 236 ~ 12.29%
B 75 of 236 ~ 31.78'%

%55.93
%12.29
%31.78

CMYK color model

#841D4B color CMYK value is (0,78,43,48).

  • cyan value is 0.00%
  • magenta value is 78.03%
  • yellow value is 43.18%
  • key color value is 48.24%

CMYK: (0,78,43,48)
C0M78Y43K48 (0%, 78%, 43%, 48%)
(0.00 / 0.78 / 0.43 / 0.48)

CMYK percentages

%0
%78.03
%43.18
%48.24

Codes

Color #841D4B in popluar color models

84 1D 4B
RGB 132 29 75
HSL 333° 63.98% 31.57%
HSB/HSV 333° 78.03% 51.76%
CMYK 0.00% 78.03% 43.18%
48.24%

Color #841D4B in popluar number systems.

HEX 84 1D 4B
Decimal 132 29 75
Binary 10000100 11101 1001011
Octal 204 35 113

Shades and tints

Shades of #841D4B

#841D4B
(132,29,75)
#781B45
(120,27,69)
#6C193F
(108,25,63)
#601739
(96,23,57)
#541533
(84,21,51)
#48132D
(72,19,45)
#3C1127
(60,17,39)
#300F21
(48,15,33)
#240D1B
(36,13,27)
#180B15
(24,11,21)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #841D4B

#841D4B
(132,29,75)
#8F315B
(143,49,91)
#9A456B
(154,69,107)
#A5597B
(165,89,123)
#B06D8B
(176,109,139)
#BB819B
(187,129,155)
#C695AB
(198,149,171)
#D1A9BB
(209,169,187)
#DCBDCB
(220,189,203)
#E7D1DB
(231,209,219)
#F2E5EB
(242,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #841D4B; }

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

This text font color is #841D4B.

Background Color

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

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

This div background color is #841D4B.

Border color

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

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

This div border color is #841D4B.

Opacity

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

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

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

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

This text has shadow with #841D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #841D4B.

Preview

Color preview on black background

This text has color #841D4B on black background.


Color preview on white background

This text has color #841D4B on white background.


Black color preview on #841D4B background

This text has black color on #841D4B background.


White color preview on #841D4B background

This text has white color on #841D4B background.


Related colors

Complementary color

Complementary color for #hex is #7BE2B4.


I love getcolorcode.com

Triadic colors

1 #4B841D and #1D4B84 with #841D4B are triadic colors.

2 #4B1D84 and #1D844B with #841D4B are triadic colors.