COLOR #802B31

HEX: #802B31 RGB: (128,43,49)

Color info

#802B31 contains mainly red color. Web safe color of #802B31 is #663333 (or #633).

RGB color model

#802B31 color RGB value is (128,43,49).

RGB: (128,43,49) (50%, 17%, 19%)

RGB channels and saturation

R 128 of 255 = 50%
G 43 of 255 = 17%
B 49 of 255 = 19%

128
43
49

R + G + B ~ 29%. #802B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 43 + 49 = 220 (100%)
R 128 of 220 ~ 58.18%
G 43 of 220 ~ 19.55%
B 49 of 220 ~ 22.27'%

%58.18
%19.55
%22.27

CMYK color model

#802B31 color CMYK value is (0,66,62,50).

  • cyan value is 0.00%
  • magenta value is 66.41%
  • yellow value is 61.72%
  • key color value is 49.80%

CMYK: (0,66,62,50)
C0M66Y62K50 (0%, 66%, 62%, 50%)
(0.00 / 0.66 / 0.62 / 0.50)

CMYK percentages

%0
%66.41
%61.72
%49.8

Codes

Color #802B31 in popluar color models

80 2B 31
RGB 128 43 49
HSL 356° 49.71% 33.53%
HSB/HSV 356° 66.41% 50.20%
CMYK 0.00% 66.41% 61.72%
49.80%

Color #802B31 in popluar number systems.

HEX 80 2B 31
Decimal 128 43 49
Binary 10000000 101011 110001
Octal 200 53 61

Shades and tints

Shades of #802B31

#802B31
(128,43,49)
#75282D
(117,40,45)
#6A2529
(106,37,41)
#5F2225
(95,34,37)
#541F21
(84,31,33)
#491C1D
(73,28,29)
#3E1919
(62,25,25)
#331615
(51,22,21)
#281311
(40,19,17)
#1D100D
(29,16,13)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #802B31

#802B31
(128,43,49)
#8B3E43
(139,62,67)
#965155
(150,81,85)
#A16467
(161,100,103)
#AC7779
(172,119,121)
#B78A8B
(183,138,139)
#C29D9D
(194,157,157)
#CDB0AF
(205,176,175)
#D8C3C1
(216,195,193)
#E3D6D3
(227,214,211)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802B31 color. Also use rgb(128,43,49) instead hex code.

Text Font Color

.myTextColor { color: #802B31; }

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

This text font color is #802B31.

Background Color

.myBgColor { background-color: #802B31; }

<div style="background-color:#802B31">Inner text</div>

This div background color is #802B31.

Border color

.myBorderColor { border: 1px solid #802B31; }

<div style="border:3px solid #802B31">Div</div>

This div border color is #802B31.

Opacity

.myOpacity80 { color: #802B31; opacity: 0.8; }

<p style="color:#802B31;opacity:0.8;">80%</p>

Text with #802B31 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 #802B31;}

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

This text has shadow with #802B31 color.


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

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

This text has shadow with #802B31 primary color and red secondary color.


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

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

This text has shadow with #802B31 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #802B31.

Preview

Color preview on black background

This text has color #802B31 on black background.


Color preview on white background

This text has color #802B31 on white background.


Black color preview on #802B31 background

This text has black color on #802B31 background.


White color preview on #802B31 background

This text has white color on #802B31 background.


Related colors

Complementary color

Complementary color for #hex is #7FD4CE.


I love getcolorcode.com

Triadic colors

1 #31802B and #2B3180 with #802B31 are triadic colors.

2 #312B80 and #2B8031 with #802B31 are triadic colors.