COLOR #80001F

HEX: #80001F
RGB: (128,0,31)

Renk bilgisi

#80001F contains mainly red color. #80001F ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#80001F color RGB value is (128,0,31).

  • kırmız ton 128;
  • yeşil ton 0;
  • mavi ton 31.
RGB:
(128,0,31)
(50%,0%,12%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 0 of 255 = 0%
B 31 of 255 = 12%

128
0
31

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 0 + 31 = 159 (100%)
R 128 of 159 ~ 80.5%
G 0 of 159 ~ 0%
B 31 of 159 ~ 19.5%

%80.5
%19.5

CMYK RENK MODELİ

#80001F rengi CMYK tonu (0,100,76,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 75.78%
  • ana renk tonu 49.80%
CMYK:
(0,100,76,50)
C0M100Y76K50 
(0%,100%,76%,50%)
(0.00/1.00/0.76/0.50)	

CMYK yüzdeleri

%0
%100
%75.78
%49.8

Codes

Color #80001F in popluar color models

80001F
RGB128031
HSL345°100.00%25.10%
HSB/HSV345°100.00%50.20%
CMYK0.00%100.00%75.78%
49.80%

Color #80001F in popluar number systems.

HEX80001F
Decimal128031
Binary10000000011111
Octal200037

Shades and tints

Shades of #80001F

#80001F
(128,0,31)
#75001D
(117,0,29)
#6A001B
(106,0,27)
#5F0019
(95,0,25)
#540017
(84,0,23)
#490015
(73,0,21)
#3E0013
(62,0,19)
#330011
(51,0,17)
#28000F
(40,0,15)
#1D000D
(29,0,13)
#12000B
(18,0,11)
#000000
(0,0,0)

Tints of #80001F

#80001F
(128,0,31)
#8B1733
(139,23,51)
#962E47
(150,46,71)
#A1455B
(161,69,91)
#AC5C6F
(172,92,111)
#B77383
(183,115,131)
#C28A97
(194,138,151)
#CDA1AB
(205,161,171)
#D8B8BF
(216,184,191)
#E3CFD3
(227,207,211)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80001F color. Also use rgb(128,0,31) instead hex code.

Text Font Color

.myTextColor { color: #80001F; }

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

This text font color is #80001F.


Background Color

.myBgColor { background-color: #80001F; }

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

This div background color is #80001F.


Border color

.myBorderColor { border: 1px solid #80001F; }

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

This div border color is #80001F.


Opacity

.myOpacity80 { color: #80001F; opacity: 0.8; }

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

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

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

This text has shadow with #80001F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80001F on black background.


Color preview on white background

This text has color #80001F on white background.



Black color preview on #80001F background

This text has black color on #80001F background.


White color preview on #80001F background

This text has white color on #80001F background.