COLOR #801B33

HEX: #801B33
RGB: (128,27,51)

Color info

#801B33 contains mainly red color. Web safe color of #801B33 is #663333 (or #633).

RGB color model

#801B33 color RGB value is (128,27,51).

  • red value is 128;
  • green value is 27;
  • blue value is 51.
RGB:
(128,27,51)
(50%,11%,20%)

RGB channels and saturation

R 128 of 255 = 50%
G 27 of 255 = 11%
B 51 of 255 = 20%

128
27
51

R + G + B ~ 27%. #801B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 27 + 51 = 206 (100%)
R 128 of 206 ~ 62.14%
G 27 of 206 ~ 13.11%
B 51 of 206 ~ 24.76%

%62.14
%13.11
%24.76

CMYK color model

#801B33 color CMYK value is (0,79,60,50).

  • cyan value is 0.00%
  • magenta value is 78.91%
  • yellow value is 60.16%
  • key color value is 49.80%
CMYK:
(0,79,60,50)
C0M79Y60K50 
(0%,79%,60%,50%)
(0.00/0.79/0.60/0.50)	

CMYK percentages

%0
%78.91
%60.16
%49.8

Codes

Color #801B33 in popluar color models

801B33
RGB1282751
HSL346°65.16%30.39%
HSB/HSV346°78.91%50.20%
CMYK0.00%78.91%60.16%
49.80%

Color #801B33 in popluar number systems.

HEX801B33
Decimal1282751
Binary1000000011011110011
Octal2003363

Shades and tints

Shades of #801B33

#801B33
(128,27,51)
#75192F
(117,25,47)
#6A172B
(106,23,43)
#5F1527
(95,21,39)
#541323
(84,19,35)
#49111F
(73,17,31)
#3E0F1B
(62,15,27)
#330D17
(51,13,23)
#280B13
(40,11,19)
#1D090F
(29,9,15)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #801B33

#801B33
(128,27,51)
#8B2F45
(139,47,69)
#964357
(150,67,87)
#A15769
(161,87,105)
#AC6B7B
(172,107,123)
#B77F8D
(183,127,141)
#C2939F
(194,147,159)
#CDA7B1
(205,167,177)
#D8BBC3
(216,187,195)
#E3CFD5
(227,207,213)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801B33 color. Also use rgb(128,27,51) instead hex code.

Text Font Color

.myTextColor { color: #801B33; }

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

This text font color is #801B33.


Background Color

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

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

This div background color is #801B33.


Border color

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

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

This div border color is #801B33.


Opacity

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

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

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

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

This text has shadow with #801B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801B33 on black background.


Color preview on white background

This text has color #801B33 on white background.



Black color preview on #801B33 background

This text has black color on #801B33 background.


White color preview on #801B33 background

This text has white color on #801B33 background.