COLOR #841439

HEX: #841439
RGB: (132,20,57)

Color info

#841439 contains mainly red color. Web safe color of #841439 is #990033 (or #903).

RGB color model

#841439 color RGB value is (132,20,57).

  • red value is 132;
  • green value is 20;
  • blue value is 57.
RGB:
(132,20,57)
(52%,8%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 20 of 255 = 8%
B 57 of 255 = 22%

132
20
57

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

Portions of RGB colors in percentages

R + G + B =
132 + 20 + 57 = 209 (100%)
R 132 of 209 ~ 63.16%
G 20 of 209 ~ 9.57%
B 57 of 209 ~ 27.27%

%63.16
%9.57
%27.27

CMYK color model

#841439 color CMYK value is (0,85,57,48).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 56.82%
  • key color value is 48.24%
CMYK:
(0,85,57,48)
C0M85Y57K48 
(0%,85%,57%,48%)
(0.00/0.85/0.57/0.48)	

CMYK percentages

%0
%84.85
%56.82
%48.24

Codes

Color #841439 in popluar color models

841439
RGB1322057
HSL340°73.68%29.80%
HSB/HSV340°84.85%51.76%
CMYK0.00%84.85%56.82%
48.24%

Color #841439 in popluar number systems.

HEX841439
Decimal1322057
Binary1000010010100111001
Octal2042471

Shades and tints

Shades of #841439

#841439
(132,20,57)
#781334
(120,19,52)
#6C122F
(108,18,47)
#60112A
(96,17,42)
#541025
(84,16,37)
#480F20
(72,15,32)
#3C0E1B
(60,14,27)
#300D16
(48,13,22)
#240C11
(36,12,17)
#180B0C
(24,11,12)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #841439

#841439
(132,20,57)
#8F294B
(143,41,75)
#9A3E5D
(154,62,93)
#A5536F
(165,83,111)
#B06881
(176,104,129)
#BB7D93
(187,125,147)
#C692A5
(198,146,165)
#D1A7B7
(209,167,183)
#DCBCC9
(220,188,201)
#E7D1DB
(231,209,219)
#F2E6ED
(242,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841439 color. Also use rgb(132,20,57) instead hex code.

Text Font Color

.myTextColor { color: #841439; }

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

This text font color is #841439.


Background Color

.myBgColor { background-color: #841439; }

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

This div background color is #841439.


Border color

.myBorderColor { border: 1px solid #841439; }

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

This div border color is #841439.


Opacity

.myOpacity80 { color: #841439; opacity: 0.8; }

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

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

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

This text has shadow with #841439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841439 on black background.


Color preview on white background

This text has color #841439 on white background.



Black color preview on #841439 background

This text has black color on #841439 background.


White color preview on #841439 background

This text has white color on #841439 background.