COLOR #821462

HEX: #821462
RGB: (130,20,98)

Color info

#821462 contains mainly red and blue colors. Web safe color of #821462 is #990066 (or #906).

RGB color model

#821462 color RGB value is (130,20,98).

  • red value is 130;
  • green value is 20;
  • blue value is 98.
RGB:
(130,20,98)
(51%,8%,38%)

RGB channels and saturation

R 130 of 255 = 51%
G 20 of 255 = 8%
B 98 of 255 = 38%

130
20
98

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

Portions of RGB colors in percentages

R + G + B =
130 + 20 + 98 = 248 (100%)
R 130 of 248 ~ 52.42%
G 20 of 248 ~ 8.06%
B 98 of 248 ~ 39.52%

%52.42
%39.52

CMYK color model

#821462 color CMYK value is (0,85,25,49).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(0,85,25,49)
C0M85Y25K49 
(0%,85%,25%,49%)
(0.00/0.85/0.25/0.49)	

CMYK percentages

%0
%84.62
%24.62
%49.02

Codes

Color #821462 in popluar color models

821462
RGB1302098
HSL317°73.33%29.41%
HSB/HSV317°84.62%50.98%
CMYK0.00%84.62%24.62%
49.02%

Color #821462 in popluar number systems.

HEX821462
Decimal1302098
Binary10000010101001100010
Octal20224142

Shades and tints

Shades of #821462

#821462
(130,20,98)
#77135A
(119,19,90)
#6C1252
(108,18,82)
#61114A
(97,17,74)
#561042
(86,16,66)
#4B0F3A
(75,15,58)
#400E32
(64,14,50)
#350D2A
(53,13,42)
#2A0C22
(42,12,34)
#1F0B1A
(31,11,26)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #821462

#821462
(130,20,98)
#8D2970
(141,41,112)
#983E7E
(152,62,126)
#A3538C
(163,83,140)
#AE689A
(174,104,154)
#B97DA8
(185,125,168)
#C492B6
(196,146,182)
#CFA7C4
(207,167,196)
#DABCD2
(218,188,210)
#E5D1E0
(229,209,224)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821462 color. Also use rgb(130,20,98) instead hex code.

Text Font Color

.myTextColor { color: #821462; }

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

This text font color is #821462.


Background Color

.myBgColor { background-color: #821462; }

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

This div background color is #821462.


Border color

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

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

This div border color is #821462.


Opacity

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

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

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

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

This text has shadow with #821462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821462 on black background.


Color preview on white background

This text has color #821462 on white background.



Black color preview on #821462 background

This text has black color on #821462 background.


White color preview on #821462 background

This text has white color on #821462 background.