COLOR #822840

HEX: #822840
RGB: (130,40,64)

Color info

#822840 contains mainly red color. Web safe color of #822840 is #993333 (or #933).

RGB color model

#822840 color RGB value is (130,40,64).

  • red value is 130;
  • green value is 40;
  • blue value is 64.
RGB:
(130,40,64)
(51%,16%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 40 of 255 = 16%
B 64 of 255 = 25%

130
40
64

R + G + B ~ 31%. #822840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 40 + 64 = 234 (100%)
R 130 of 234 ~ 55.56%
G 40 of 234 ~ 17.09%
B 64 of 234 ~ 27.35%

%55.56
%17.09
%27.35

CMYK color model

#822840 color CMYK value is (0,69,51,49).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 50.77%
  • key color value is 49.02%
CMYK:
(0,69,51,49)
C0M69Y51K49 
(0%,69%,51%,49%)
(0.00/0.69/0.51/0.49)	

CMYK percentages

%0
%69.23
%50.77
%49.02

Codes

Color #822840 in popluar color models

822840
RGB1304064
HSL344°52.94%33.33%
HSB/HSV344°69.23%50.98%
CMYK0.00%69.23%50.77%
49.02%

Color #822840 in popluar number systems.

HEX822840
Decimal1304064
Binary100000101010001000000
Octal20250100

Shades and tints

Shades of #822840

#822840
(130,40,64)
#77253B
(119,37,59)
#6C2236
(108,34,54)
#611F31
(97,31,49)
#561C2C
(86,28,44)
#4B1927
(75,25,39)
#401622
(64,22,34)
#35131D
(53,19,29)
#2A1018
(42,16,24)
#1F0D13
(31,13,19)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #822840

#822840
(130,40,64)
#8D3B51
(141,59,81)
#984E62
(152,78,98)
#A36173
(163,97,115)
#AE7484
(174,116,132)
#B98795
(185,135,149)
#C49AA6
(196,154,166)
#CFADB7
(207,173,183)
#DAC0C8
(218,192,200)
#E5D3D9
(229,211,217)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822840 color. Also use rgb(130,40,64) instead hex code.

Text Font Color

.myTextColor { color: #822840; }

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

This text font color is #822840.


Background Color

.myBgColor { background-color: #822840; }

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

This div background color is #822840.


Border color

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

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

This div border color is #822840.


Opacity

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

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

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

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

This text has shadow with #822840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822840 on black background.


Color preview on white background

This text has color #822840 on white background.



Black color preview on #822840 background

This text has black color on #822840 background.


White color preview on #822840 background

This text has white color on #822840 background.