COLOR #801D01

HEX: #801D01
RGB: (128,29,1)

Renk bilgisi

#801D01 contains mainly red color. #801D01 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#801D01 color RGB value is (128,29,1).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 29 of 255 = 11%
B 1 of 255 = 0%

128
29
1

R + G + B ~ 20%. #801D01 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 29 + 1 = 158 (100%)
R 128 of 158 ~ 81.01%
G 29 of 158 ~ 18.35%
B 1 of 158 ~ 0.63%

%81.01
%18.35

CMYK RENK MODELİ

#801D01 rengi CMYK tonu (0,77,99,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.34%
  • sarı tonu 99.22%
  • ana renk tonu 49.80%
CMYK:
(0,77,99,50)
C0M77Y99K50 
(0%,77%,99%,50%)
(0.00/0.77/0.99/0.50)	

CMYK yüzdeleri

%0
%77.34
%99.22
%49.8

Codes

Color #801D01 in popluar color models

801D01
RGB128291
HSL13°98.45%25.29%
HSB/HSV13°99.22%50.20%
CMYK0.00%77.34%99.22%
49.80%

Color #801D01 in popluar number systems.

HEX801D01
Decimal128291
Binary10000000111011
Octal200351

Shades and tints

Shades of #801D01

#801D01
(128,29,1)
#751B01
(117,27,1)
#6A1901
(106,25,1)
#5F1701
(95,23,1)
#541501
(84,21,1)
#491301
(73,19,1)
#3E1101
(62,17,1)
#330F01
(51,15,1)
#280D01
(40,13,1)
#1D0B01
(29,11,1)
#120901
(18,9,1)
#000000
(0,0,0)

Tints of #801D01

#801D01
(128,29,1)
#8B3118
(139,49,24)
#96452F
(150,69,47)
#A15946
(161,89,70)
#AC6D5D
(172,109,93)
#B78174
(183,129,116)
#C2958B
(194,149,139)
#CDA9A2
(205,169,162)
#D8BDB9
(216,189,185)
#E3D1D0
(227,209,208)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801D01 color. Also use rgb(128,29,1) instead hex code.

Text Font Color

.myTextColor { color: #801D01; }

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

This text font color is #801D01.


Background Color

.myBgColor { background-color: #801D01; }

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

This div background color is #801D01.


Border color

.myBorderColor { border: 1px solid #801D01; }

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

This div border color is #801D01.


Opacity

.myOpacity80 { color: #801D01; opacity: 0.8; }

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

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

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

This text has shadow with #801D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801D01 on black background.


Color preview on white background

This text has color #801D01 on white background.



Black color preview on #801D01 background

This text has black color on #801D01 background.


White color preview on #801D01 background

This text has white color on #801D01 background.