COLOR #821825

HEX: #821825
RGB: (130,24,37)

Color info

#821825 contains mainly red color. Web safe color of #821825 is #990033 (or #903).

RGB color model

#821825 color RGB value is (130,24,37).

  • red value is 130;
  • green value is 24;
  • blue value is 37.
RGB:
(130,24,37)
(51%,9%,15%)

RGB channels and saturation

R 130 of 255 = 51%
G 24 of 255 = 9%
B 37 of 255 = 15%

130
24
37

R + G + B ~ 25%. #821825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 24 + 37 = 191 (100%)
R 130 of 191 ~ 68.06%
G 24 of 191 ~ 12.57%
B 37 of 191 ~ 19.37%

%68.06
%12.57
%19.37

CMYK color model

#821825 color CMYK value is (0,82,72,49).

  • cyan value is 0.00%
  • magenta value is 81.54%
  • yellow value is 71.54%
  • key color value is 49.02%
CMYK:
(0,82,72,49)
C0M82Y72K49 
(0%,82%,72%,49%)
(0.00/0.82/0.72/0.49)	

CMYK percentages

%0
%81.54
%71.54
%49.02

Codes

Color #821825 in popluar color models

821825
RGB1302437
HSL353°68.83%30.20%
HSB/HSV353°81.54%50.98%
CMYK0.00%81.54%71.54%
49.02%

Color #821825 in popluar number systems.

HEX821825
Decimal1302437
Binary1000001011000100101
Octal2023045

Shades and tints

Shades of #821825

#821825
(130,24,37)
#771622
(119,22,34)
#6C141F
(108,20,31)
#61121C
(97,18,28)
#561019
(86,16,25)
#4B0E16
(75,14,22)
#400C13
(64,12,19)
#350A10
(53,10,16)
#2A080D
(42,8,13)
#1F060A
(31,6,10)
#140407
(20,4,7)
#000000
(0,0,0)

Tints of #821825

#821825
(130,24,37)
#8D2D38
(141,45,56)
#98424B
(152,66,75)
#A3575E
(163,87,94)
#AE6C71
(174,108,113)
#B98184
(185,129,132)
#C49697
(196,150,151)
#CFABAA
(207,171,170)
#DAC0BD
(218,192,189)
#E5D5D0
(229,213,208)
#F0EAE3
(240,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821825 color. Also use rgb(130,24,37) instead hex code.

Text Font Color

.myTextColor { color: #821825; }

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

This text font color is #821825.


Background Color

.myBgColor { background-color: #821825; }

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

This div background color is #821825.


Border color

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

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

This div border color is #821825.


Opacity

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

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

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

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

This text has shadow with #821825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821825 on black background.


Color preview on white background

This text has color #821825 on white background.



Black color preview on #821825 background

This text has black color on #821825 background.


White color preview on #821825 background

This text has white color on #821825 background.