COLOR #821520

HEX: #821520
RGB: (130,21,32)

Renk bilgisi

#821520 contains mainly red color. #821520 ‘ nin web güvenlik rengi #990033 (ya da #903) dir.

RGB renk modeli

#821520 color RGB value is (130,21,32).

  • kırmız ton 130;
  • yeşil ton 21;
  • mavi ton 32.
RGB:
(130,21,32)
(51%,8%,13%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 21 of 255 = 8%
B 32 of 255 = 13%

130
21
32

R + G + B ~ 24%. #821520 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 21 + 32 = 183 (100%)
R 130 of 183 ~ 71.04%
G 21 of 183 ~ 11.48%
B 32 of 183 ~ 17.49%

%71.04
%11.48
%17.49

CMYK RENK MODELİ

#821520 rengi CMYK tonu (0,84,75,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.85%
  • sarı tonu 75.38%
  • ana renk tonu 49.02%
CMYK:
(0,84,75,49)
C0M84Y75K49 
(0%,84%,75%,49%)
(0.00/0.84/0.75/0.49)	

CMYK yüzdeleri

%0
%83.85
%75.38
%49.02

Codes

Color #821520 in popluar color models

821520
RGB1302132
HSL354°72.19%29.61%
HSB/HSV354°83.85%50.98%
CMYK0.00%83.85%75.38%
49.02%

Color #821520 in popluar number systems.

HEX821520
Decimal1302132
Binary1000001010101100000
Octal2022540

Shades and tints

Shades of #821520

#821520
(130,21,32)
#77141E
(119,20,30)
#6C131C
(108,19,28)
#61121A
(97,18,26)
#561118
(86,17,24)
#4B1016
(75,16,22)
#400F14
(64,15,20)
#350E12
(53,14,18)
#2A0D10
(42,13,16)
#1F0C0E
(31,12,14)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #821520

#821520
(130,21,32)
#8D2A34
(141,42,52)
#983F48
(152,63,72)
#A3545C
(163,84,92)
#AE6970
(174,105,112)
#B97E84
(185,126,132)
#C49398
(196,147,152)
#CFA8AC
(207,168,172)
#DABDC0
(218,189,192)
#E5D2D4
(229,210,212)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821520 color. Also use rgb(130,21,32) instead hex code.

Text Font Color

.myTextColor { color: #821520; }

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

This text font color is #821520.


Background Color

.myBgColor { background-color: #821520; }

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

This div background color is #821520.


Border color

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

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

This div border color is #821520.


Opacity

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

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

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

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

This text has shadow with #821520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821520 on black background.


Color preview on white background

This text has color #821520 on white background.



Black color preview on #821520 background

This text has black color on #821520 background.


White color preview on #821520 background

This text has white color on #821520 background.