COLOR #801D59

HEX: #801D59
RGB: (128,29,89)

Renk bilgisi

#801D59 contains mainly red and blue colors. #801D59 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#801D59 color RGB value is (128,29,89).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 29 of 255 = 11%
B 89 of 255 = 35%

128
29
89

R + G + B ~ 32%. #801D59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 29 + 89 = 246 (100%)
R 128 of 246 ~ 52.03%
G 29 of 246 ~ 11.79%
B 89 of 246 ~ 36.18%

%52.03
%11.79
%36.18

CMYK RENK MODELİ

#801D59 rengi CMYK tonu (0,77,30,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.34%
  • sarı tonu 30.47%
  • ana renk tonu 49.80%
CMYK:
(0,77,30,50)
C0M77Y30K50 
(0%,77%,30%,50%)
(0.00/0.77/0.30/0.50)	

CMYK yüzdeleri

%0
%77.34
%30.47
%49.8

Codes

Color #801D59 in popluar color models

801D59
RGB1282989
HSL324°63.06%30.78%
HSB/HSV324°77.34%50.20%
CMYK0.00%77.34%30.47%
49.80%

Color #801D59 in popluar number systems.

HEX801D59
Decimal1282989
Binary10000000111011011001
Octal20035131

Shades and tints

Shades of #801D59

#801D59
(128,29,89)
#751B51
(117,27,81)
#6A1949
(106,25,73)
#5F1741
(95,23,65)
#541539
(84,21,57)
#491331
(73,19,49)
#3E1129
(62,17,41)
#330F21
(51,15,33)
#280D19
(40,13,25)
#1D0B11
(29,11,17)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #801D59

#801D59
(128,29,89)
#8B3168
(139,49,104)
#964577
(150,69,119)
#A15986
(161,89,134)
#AC6D95
(172,109,149)
#B781A4
(183,129,164)
#C295B3
(194,149,179)
#CDA9C2
(205,169,194)
#D8BDD1
(216,189,209)
#E3D1E0
(227,209,224)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801D59; }

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

This text font color is #801D59.


Background Color

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

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

This div background color is #801D59.


Border color

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

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

This div border color is #801D59.


Opacity

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

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

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

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

This text has shadow with #801D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801D59 on black background.


Color preview on white background

This text has color #801D59 on white background.



Black color preview on #801D59 background

This text has black color on #801D59 background.


White color preview on #801D59 background

This text has white color on #801D59 background.