COLOR #820419

HEX: #820419
RGB: (130,4,25)

Renk bilgisi

#820419 contains mainly red color. #820419 ‘ nin web güvenlik rengi #990000 (ya da #900) dir.

RGB renk modeli

#820419 color RGB value is (130,4,25).

  • kırmız ton 130;
  • yeşil ton 4;
  • mavi ton 25.
RGB:
(130,4,25)
(51%,2%,10%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 4 of 255 = 2%
B 25 of 255 = 10%

130
4
25

R + G + B ~ 21%. #820419 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 4 + 25 = 159 (100%)
R 130 of 159 ~ 81.76%
G 4 of 159 ~ 2.52%
B 25 of 159 ~ 15.72%

%81.76
%15.72

CMYK RENK MODELİ

#820419 rengi CMYK tonu (0,97,81,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.92%
  • sarı tonu 80.77%
  • ana renk tonu 49.02%
CMYK:
(0,97,81,49)
C0M97Y81K49 
(0%,97%,81%,49%)
(0.00/0.97/0.81/0.49)	

CMYK yüzdeleri

%0
%96.92
%80.77
%49.02

Codes

Color #820419 in popluar color models

820419
RGB130425
HSL350°94.03%26.27%
HSB/HSV350°96.92%50.98%
CMYK0.00%96.92%80.77%
49.02%

Color #820419 in popluar number systems.

HEX820419
Decimal130425
Binary1000001010011001
Octal202431

Shades and tints

Shades of #820419

#820419
(130,4,25)
#770417
(119,4,23)
#6C0415
(108,4,21)
#610413
(97,4,19)
#560411
(86,4,17)
#4B040F
(75,4,15)
#40040D
(64,4,13)
#35040B
(53,4,11)
#2A0409
(42,4,9)
#1F0407
(31,4,7)
#140405
(20,4,5)
#000000
(0,0,0)

Tints of #820419

#820419
(130,4,25)
#8D1A2D
(141,26,45)
#983041
(152,48,65)
#A34655
(163,70,85)
#AE5C69
(174,92,105)
#B9727D
(185,114,125)
#C48891
(196,136,145)
#CF9EA5
(207,158,165)
#DAB4B9
(218,180,185)
#E5CACD
(229,202,205)
#F0E0E1
(240,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820419 color. Also use rgb(130,4,25) instead hex code.

Text Font Color

.myTextColor { color: #820419; }

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

This text font color is #820419.


Background Color

.myBgColor { background-color: #820419; }

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

This div background color is #820419.


Border color

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

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

This div border color is #820419.


Opacity

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

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

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

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

This text has shadow with #820419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820419 on black background.


Color preview on white background

This text has color #820419 on white background.



Black color preview on #820419 background

This text has black color on #820419 background.


White color preview on #820419 background

This text has white color on #820419 background.