COLOR #841B2D

HEX: #841B2D
RGB: (132,27,45)

Color info

#841B2D contains mainly red color. Web safe color of #841B2D is #993333 (or #933).

RGB color model

#841B2D color RGB value is (132,27,45).

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

RGB channels and saturation

R 132 of 255 = 52%
G 27 of 255 = 11%
B 45 of 255 = 18%

132
27
45

R + G + B ~ 27%. #841B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 27 + 45 = 204 (100%)
R 132 of 204 ~ 64.71%
G 27 of 204 ~ 13.24%
B 45 of 204 ~ 22.06%

%64.71
%13.24
%22.06

CMYK color model

#841B2D color CMYK value is (0,80,66,48).

  • cyan value is 0.00%
  • magenta value is 79.55%
  • yellow value is 65.91%
  • key color value is 48.24%
CMYK:
(0,80,66,48)
C0M80Y66K48 
(0%,80%,66%,48%)
(0.00/0.80/0.66/0.48)	

CMYK percentages

%0
%79.55
%65.91
%48.24

Codes

Color #841B2D in popluar color models

841B2D
RGB1322745
HSL350°66.04%31.18%
HSB/HSV350°79.55%51.76%
CMYK0.00%79.55%65.91%
48.24%

Color #841B2D in popluar number systems.

HEX841B2D
Decimal1322745
Binary1000010011011101101
Octal2043355

Shades and tints

Shades of #841B2D

#841B2D
(132,27,45)
#781929
(120,25,41)
#6C1725
(108,23,37)
#601521
(96,21,33)
#54131D
(84,19,29)
#481119
(72,17,25)
#3C0F15
(60,15,21)
#300D11
(48,13,17)
#240B0D
(36,11,13)
#180909
(24,9,9)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #841B2D

#841B2D
(132,27,45)
#8F2F40
(143,47,64)
#9A4353
(154,67,83)
#A55766
(165,87,102)
#B06B79
(176,107,121)
#BB7F8C
(187,127,140)
#C6939F
(198,147,159)
#D1A7B2
(209,167,178)
#DCBBC5
(220,187,197)
#E7CFD8
(231,207,216)
#F2E3EB
(242,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #841B2D; }

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

This text font color is #841B2D.


Background Color

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

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

This div background color is #841B2D.


Border color

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

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

This div border color is #841B2D.


Opacity

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

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

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

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

This text has shadow with #841B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841B2D on black background.


Color preview on white background

This text has color #841B2D on white background.



Black color preview on #841B2D background

This text has black color on #841B2D background.


White color preview on #841B2D background

This text has white color on #841B2D background.