COLOR #841202

HEX: #841202
RGB: (132,18,2)

Color info

#841202 contains mainly red color. Web safe color of #841202 is #990000 (or #900).

RGB color model

#841202 color RGB value is (132,18,2).

  • red value is 132;
  • green value is 18;
  • blue value is 2.
RGB:
(132,18,2)
(52%,7%,1%)

RGB channels and saturation

R 132 of 255 = 52%
G 18 of 255 = 7%
B 2 of 255 = 1%

132
18
2

R + G + B ~ 20%. #841202 is dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 18 + 2 = 152 (100%)
R 132 of 152 ~ 86.84%
G 18 of 152 ~ 11.84%
B 2 of 152 ~ 1.32%

%86.84
%11.84

CMYK color model

#841202 color CMYK value is (0,86,98,48).

  • cyan value is 0.00%
  • magenta value is 86.36%
  • yellow value is 98.48%
  • key color value is 48.24%
CMYK:
(0,86,98,48)
C0M86Y98K48 
(0%,86%,98%,48%)
(0.00/0.86/0.98/0.48)	

CMYK percentages

%0
%86.36
%98.48
%48.24

Codes

Color #841202 in popluar color models

841202
RGB132182
HSL97.01%26.27%
HSB/HSV98.48%51.76%
CMYK0.00%86.36%98.48%
48.24%

Color #841202 in popluar number systems.

HEX841202
Decimal132182
Binary100001001001010
Octal204222

Shades and tints

Shades of #841202

#841202
(132,18,2)
#781102
(120,17,2)
#6C1002
(108,16,2)
#600F02
(96,15,2)
#540E02
(84,14,2)
#480D02
(72,13,2)
#3C0C02
(60,12,2)
#300B02
(48,11,2)
#240A02
(36,10,2)
#180902
(24,9,2)
#0C0802
(12,8,2)
#000000
(0,0,0)

Tints of #841202

#841202
(132,18,2)
#8F2719
(143,39,25)
#9A3C30
(154,60,48)
#A55147
(165,81,71)
#B0665E
(176,102,94)
#BB7B75
(187,123,117)
#C6908C
(198,144,140)
#D1A5A3
(209,165,163)
#DCBABA
(220,186,186)
#E7CFD1
(231,207,209)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841202 color. Also use rgb(132,18,2) instead hex code.

Text Font Color

.myTextColor { color: #841202; }

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

This text font color is #841202.


Background Color

.myBgColor { background-color: #841202; }

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

This div background color is #841202.


Border color

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

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

This div border color is #841202.


Opacity

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

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

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

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

This text has shadow with #841202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841202 on black background.


Color preview on white background

This text has color #841202 on white background.



Black color preview on #841202 background

This text has black color on #841202 background.


White color preview on #841202 background

This text has white color on #841202 background.