COLOR #822265

HEX: #822265
RGB: (130,34,101)

Color info

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

RGB color model

#822265 color RGB value is (130,34,101).

  • red value is 130;
  • green value is 34;
  • blue value is 101.
RGB:
(130,34,101)
(51%,13%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 34 of 255 = 13%
B 101 of 255 = 40%

130
34
101

R + G + B ~ 35%. #822265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 34 + 101 = 265 (100%)
R 130 of 265 ~ 49.06%
G 34 of 265 ~ 12.83%
B 101 of 265 ~ 38.11%

%49.06
%12.83
%38.11

CMYK color model

#822265 color CMYK value is (0,74,22,49).

  • cyan value is 0.00%
  • magenta value is 73.85%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(0,74,22,49)
C0M74Y22K49 
(0%,74%,22%,49%)
(0.00/0.74/0.22/0.49)	

CMYK percentages

%0
%73.85
%22.31
%49.02

Codes

Color #822265 in popluar color models

822265
RGB13034101
HSL318°58.54%32.16%
HSB/HSV318°73.85%50.98%
CMYK0.00%73.85%22.31%
49.02%

Color #822265 in popluar number systems.

HEX822265
Decimal13034101
Binary100000101000101100101
Octal20242145

Shades and tints

Shades of #822265

#822265
(130,34,101)
#771F5C
(119,31,92)
#6C1C53
(108,28,83)
#61194A
(97,25,74)
#561641
(86,22,65)
#4B1338
(75,19,56)
#40102F
(64,16,47)
#350D26
(53,13,38)
#2A0A1D
(42,10,29)
#1F0714
(31,7,20)
#14040B
(20,4,11)
#000000
(0,0,0)

Tints of #822265

#822265
(130,34,101)
#8D3673
(141,54,115)
#984A81
(152,74,129)
#A35E8F
(163,94,143)
#AE729D
(174,114,157)
#B986AB
(185,134,171)
#C49AB9
(196,154,185)
#CFAEC7
(207,174,199)
#DAC2D5
(218,194,213)
#E5D6E3
(229,214,227)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822265 color. Also use rgb(130,34,101) instead hex code.

Text Font Color

.myTextColor { color: #822265; }

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

This text font color is #822265.


Background Color

.myBgColor { background-color: #822265; }

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

This div background color is #822265.


Border color

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

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

This div border color is #822265.


Opacity

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

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

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

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

This text has shadow with #822265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822265 on black background.


Color preview on white background

This text has color #822265 on white background.



Black color preview on #822265 background

This text has black color on #822265 background.


White color preview on #822265 background

This text has white color on #822265 background.