COLOR #80024B

HEX: #80024B RGB: (128,2,75)

Color info

#80024B contains mainly red and blue colors. Web safe color of #80024B is #660033 (or #603).

RGB color model

#80024B color RGB value is (128,2,75).

RGB: (128,2,75) (50%, 1%, 29%)

RGB channels and saturation

R 128 of 255 = 50%
G 2 of 255 = 1%
B 75 of 255 = 29%

128
2
75

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

Portions of RGB colors in percentages

R + G + B = 128 + 2 + 75 = 205 (100%)
R 128 of 205 ~ 62.44%
G 2 of 205 ~ 0.98%
B 75 of 205 ~ 36.59'%

%62.44
%36.59

CMYK color model

#80024B color CMYK value is (0,98,41,50).

  • cyan value is 0.00%
  • magenta value is 98.44%
  • yellow value is 41.41%
  • key color value is 49.80%
CMYK: (0,98,41,50) C0M98Y41K50 (0%,98%,41%,50%) (0.00/0.98/0.41/0.50) 

CMYK percentages

%0
%98.44
%41.41
%49.8

Codes

Color #80024B in popluar color models

80 02 4B
RGB 128 2 75
HSL 325° 96.92% 25.49%
HSB/HSV 325° 98.44% 50.20%
CMYK 0.00% 98.44% 41.41%
49.80%

Color #80024B in popluar number systems.

HEX 80 02 4B
Decimal 128 2 75
Binary 10000000 10 1001011
Octal 200 2 113

Shades and tints

Shades of #80024B

#80024B
(128,2,75)
#750245
(117,2,69)
#6A023F
(106,2,63)
#5F0239
(95,2,57)
#540233
(84,2,51)
#49022D
(73,2,45)
#3E0227
(62,2,39)
#330221
(51,2,33)
#28021B
(40,2,27)
#1D0215
(29,2,21)
#12020F
(18,2,15)
#000000
(0,0,0)

Tints of #80024B

#80024B
(128,2,75)
#8B195B
(139,25,91)
#96306B
(150,48,107)
#A1477B
(161,71,123)
#AC5E8B
(172,94,139)
#B7759B
(183,117,155)
#C28CAB
(194,140,171)
#CDA3BB
(205,163,187)
#D8BACB
(216,186,203)
#E3D1DB
(227,209,219)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80024B color. Also use rgb(128,2,75) instead hex code.

Text Font Color

.myTextColor { color: #80024B; }

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

This text font color is #80024B.

Background Color

.myBgColor { background-color: #80024B; }

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

This div background color is #80024B.

Border color

.myBorderColor { border: 1px solid #80024B; }

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

This div border color is #80024B.

Opacity

.myOpacity80 { color: #80024B; opacity: 0.8; }

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

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

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

This text has shadow with #80024B color.


.textShadow {text-shadow: 3px 3px 1px #80024B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80024B; -webkit-box-shadow: 1px 1px 3px 2px #80024B; box-shadow:1px 1px 3px 2px #80024B;">
Div content here
</div>

This div box has shadow with color #80024B.

Preview

Color preview on black background

This text has color #80024B on black background.


Color preview on white background

This text has color #80024B on white background.


Black color preview on #80024B background

This text has black color on #80024B background.


White color preview on #80024B background

This text has white color on #80024B background.


Related colors

Complementary color

Complementary color for #hex is #7FFDB4.


I love getcolorcode.com

Triadic colors

1 #4B8002 and #024B80 with #80024B are triadic colors.

2 #4B0280 and #02804B with #80024B are triadic colors.