COLOR #820248

HEX: #820248
RGB: (130,2,72)

Color info

#820248 contains mainly red and blue colors. Web safe color of #820248 is #990033 (or #903).

RGB color model

#820248 color RGB value is (130,2,72).

  • red value is 130;
  • green value is 2;
  • blue value is 72.
RGB:
(130,2,72)
(51%,1%,28%)

RGB channels and saturation

R 130 of 255 = 51%
G 2 of 255 = 1%
B 72 of 255 = 28%

130
2
72

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

Portions of RGB colors in percentages

R + G + B =
130 + 2 + 72 = 204 (100%)
R 130 of 204 ~ 63.73%
G 2 of 204 ~ 0.98%
B 72 of 204 ~ 35.29%

%63.73
%35.29

CMYK color model

#820248 color CMYK value is (0,98,45,49).

  • cyan value is 0.00%
  • magenta value is 98.46%
  • yellow value is 44.62%
  • key color value is 49.02%
CMYK:
(0,98,45,49)
C0M98Y45K49 
(0%,98%,45%,49%)
(0.00/0.98/0.45/0.49)	

CMYK percentages

%0
%98.46
%44.62
%49.02

Codes

Color #820248 in popluar color models

820248
RGB130272
HSL327°96.97%25.88%
HSB/HSV327°98.46%50.98%
CMYK0.00%98.46%44.62%
49.02%

Color #820248 in popluar number systems.

HEX820248
Decimal130272
Binary10000010101001000
Octal2022110

Shades and tints

Shades of #820248

#820248
(130,2,72)
#770242
(119,2,66)
#6C023C
(108,2,60)
#610236
(97,2,54)
#560230
(86,2,48)
#4B022A
(75,2,42)
#400224
(64,2,36)
#35021E
(53,2,30)
#2A0218
(42,2,24)
#1F0212
(31,2,18)
#14020C
(20,2,12)
#000000
(0,0,0)

Tints of #820248

#820248
(130,2,72)
#8D1958
(141,25,88)
#983068
(152,48,104)
#A34778
(163,71,120)
#AE5E88
(174,94,136)
#B97598
(185,117,152)
#C48CA8
(196,140,168)
#CFA3B8
(207,163,184)
#DABAC8
(218,186,200)
#E5D1D8
(229,209,216)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820248 color. Also use rgb(130,2,72) instead hex code.

Text Font Color

.myTextColor { color: #820248; }

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

This text font color is #820248.


Background Color

.myBgColor { background-color: #820248; }

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

This div background color is #820248.


Border color

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

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

This div border color is #820248.


Opacity

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

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

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

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

This text has shadow with #820248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820248 on black background.


Color preview on white background

This text has color #820248 on white background.



Black color preview on #820248 background

This text has black color on #820248 background.


White color preview on #820248 background

This text has white color on #820248 background.