COLOR #842250

HEX: #842250
RGB: (132,34,80)

Color info

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

RGB color model

#842250 color RGB value is (132,34,80).

  • red value is 132;
  • green value is 34;
  • blue value is 80.
RGB:
(132,34,80)
(52%,13%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 34 of 255 = 13%
B 80 of 255 = 31%

132
34
80

R + G + B ~ 32%. #842250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 34 + 80 = 246 (100%)
R 132 of 246 ~ 53.66%
G 34 of 246 ~ 13.82%
B 80 of 246 ~ 32.52%

%53.66
%13.82
%32.52

CMYK color model

#842250 color CMYK value is (0,74,39,48).

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 39.39%
  • key color value is 48.24%
CMYK:
(0,74,39,48)
C0M74Y39K48 
(0%,74%,39%,48%)
(0.00/0.74/0.39/0.48)	

CMYK percentages

%0
%74.24
%39.39
%48.24

Codes

Color #842250 in popluar color models

842250
RGB1323480
HSL332°59.04%32.55%
HSB/HSV332°74.24%51.76%
CMYK0.00%74.24%39.39%
48.24%

Color #842250 in popluar number systems.

HEX842250
Decimal1323480
Binary100001001000101010000
Octal20442120

Shades and tints

Shades of #842250

#842250
(132,34,80)
#781F49
(120,31,73)
#6C1C42
(108,28,66)
#60193B
(96,25,59)
#541634
(84,22,52)
#48132D
(72,19,45)
#3C1026
(60,16,38)
#300D1F
(48,13,31)
#240A18
(36,10,24)
#180711
(24,7,17)
#0C040A
(12,4,10)
#000000
(0,0,0)

Tints of #842250

#842250
(132,34,80)
#8F365F
(143,54,95)
#9A4A6E
(154,74,110)
#A55E7D
(165,94,125)
#B0728C
(176,114,140)
#BB869B
(187,134,155)
#C69AAA
(198,154,170)
#D1AEB9
(209,174,185)
#DCC2C8
(220,194,200)
#E7D6D7
(231,214,215)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842250 color. Also use rgb(132,34,80) instead hex code.

Text Font Color

.myTextColor { color: #842250; }

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

This text font color is #842250.


Background Color

.myBgColor { background-color: #842250; }

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

This div background color is #842250.


Border color

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

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

This div border color is #842250.


Opacity

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

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

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

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

This text has shadow with #842250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842250 on black background.


Color preview on white background

This text has color #842250 on white background.



Black color preview on #842250 background

This text has black color on #842250 background.


White color preview on #842250 background

This text has white color on #842250 background.