COLOR #822C72

HEX: #822C72 RGB: (130,44,114)

Color info

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

RGB color model

#822C72 color RGB value is (130,44,114).

RGB: (130,44,114) (51%, 17%, 45%)

RGB channels and saturation

R 130 of 255 = 51%
G 44 of 255 = 17%
B 114 of 255 = 45%

130
44
114

R + G + B ~ 38%. #822C72 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 44 + 114 = 288 (100%)
R 130 of 288 ~ 45.14%
G 44 of 288 ~ 15.28%
B 114 of 288 ~ 39.58'%

%45.14
%15.28
%39.58

CMYK color model

#822C72 color CMYK value is (0,66,12,49).

  • cyan value is 0.00%
  • magenta value is 66.15%
  • yellow value is 12.31%
  • key color value is 49.02%

CMYK: (0,66,12,49)
C0M66Y12K49 (0%, 66%, 12%, 49%)
(0.00 / 0.66 / 0.12 / 0.49)

CMYK percentages

%0
%66.15
%12.31
%49.02

Codes

Color #822C72 in popluar color models

82 2C 72
RGB 130 44 114
HSL 311° 49.43% 34.12%
HSB/HSV 311° 66.15% 50.98%
CMYK 0.00% 66.15% 12.31%
49.02%

Color #822C72 in popluar number systems.

HEX 82 2C 72
Decimal 130 44 114
Binary 10000010 101100 1110010
Octal 202 54 162

Shades and tints

Shades of #822C72

#822C72
(130,44,114)
#772868
(119,40,104)
#6C245E
(108,36,94)
#612054
(97,32,84)
#561C4A
(86,28,74)
#4B1840
(75,24,64)
#401436
(64,20,54)
#35102C
(53,16,44)
#2A0C22
(42,12,34)
#1F0818
(31,8,24)
#14040E
(20,4,14)
#000000
(0,0,0)

Tints of #822C72

#822C72
(130,44,114)
#8D3F7E
(141,63,126)
#98528A
(152,82,138)
#A36596
(163,101,150)
#AE78A2
(174,120,162)
#B98BAE
(185,139,174)
#C49EBA
(196,158,186)
#CFB1C6
(207,177,198)
#DAC4D2
(218,196,210)
#E5D7DE
(229,215,222)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822C72 color. Also use rgb(130,44,114) instead hex code.

Text Font Color

.myTextColor { color: #822C72; }

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

This text font color is #822C72.

Background Color

.myBgColor { background-color: #822C72; }

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

This div background color is #822C72.

Border color

.myBorderColor { border: 1px solid #822C72; }

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

This div border color is #822C72.

Opacity

.myOpacity80 { color: #822C72; opacity: 0.8; }

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

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

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

This text has shadow with #822C72 color.


.textShadow {text-shadow: 3px 3px 1px #822C72', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #822C72; -webkit-box-shadow: 1px 1px 3px 2px #822C72; box-shadow:1px 1px 3px 2px #822C72;">
Div content here
</div>

This div box has shadow with color #822C72.

Preview

Color preview on black background

This text has color #822C72 on black background.


Color preview on white background

This text has color #822C72 on white background.


Black color preview on #822C72 background

This text has black color on #822C72 background.


White color preview on #822C72 background

This text has white color on #822C72 background.


Related colors

Complementary color

Complementary color for #hex is #7DD38D.


I love getcolorcode.com

Triadic colors

1 #72822C and #2C7282 with #822C72 are triadic colors.

2 #722C82 and #2C8272 with #822C72 are triadic colors.