COLOR #823143

HEX: #823143 RGB: (130,49,67)

Color info

#823143 contains mainly red color. Web safe color of #823143 is #993333 (or #933).

RGB color model

#823143 color RGB value is (130,49,67).

RGB: (130,49,67) (51%, 19%, 26%)

RGB channels and saturation

R 130 of 255 = 51%
G 49 of 255 = 19%
B 67 of 255 = 26%

130
49
67

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

Portions of RGB colors in percentages

R + G + B = 130 + 49 + 67 = 246 (100%)
R 130 of 246 ~ 52.85%
G 49 of 246 ~ 19.92%
B 67 of 246 ~ 27.24'%

%52.85
%19.92
%27.24

CMYK color model

#823143 color CMYK value is (0,62,48,49).

  • cyan value is 0.00%
  • magenta value is 62.31%
  • yellow value is 48.46%
  • key color value is 49.02%

CMYK: (0,62,48,49)
C0M62Y48K49 (0%, 62%, 48%, 49%)
(0.00 / 0.62 / 0.48 / 0.49)

CMYK percentages

%0
%62.31
%48.46
%49.02

Codes

Color #823143 in popluar color models

82 31 43
RGB 130 49 67
HSL 347° 45.25% 35.10%
HSB/HSV 347° 62.31% 50.98%
CMYK 0.00% 62.31% 48.46%
49.02%

Color #823143 in popluar number systems.

HEX 82 31 43
Decimal 130 49 67
Binary 10000010 110001 1000011
Octal 202 61 103

Shades and tints

Shades of #823143

#823143
(130,49,67)
#772D3D
(119,45,61)
#6C2937
(108,41,55)
#612531
(97,37,49)
#56212B
(86,33,43)
#4B1D25
(75,29,37)
#40191F
(64,25,31)
#351519
(53,21,25)
#2A1113
(42,17,19)
#1F0D0D
(31,13,13)
#140907
(20,9,7)
#000000
(0,0,0)

Tints of #823143

#823143
(130,49,67)
#8D4354
(141,67,84)
#985565
(152,85,101)
#A36776
(163,103,118)
#AE7987
(174,121,135)
#B98B98
(185,139,152)
#C49DA9
(196,157,169)
#CFAFBA
(207,175,186)
#DAC1CB
(218,193,203)
#E5D3DC
(229,211,220)
#F0E5ED
(240,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823143 color. Also use rgb(130,49,67) instead hex code.

Text Font Color

.myTextColor { color: #823143; }

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

This text font color is #823143.

Background Color

.myBgColor { background-color: #823143; }

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

This div background color is #823143.

Border color

.myBorderColor { border: 1px solid #823143; }

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

This div border color is #823143.

Opacity

.myOpacity80 { color: #823143; opacity: 0.8; }

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

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

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

This text has shadow with #823143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823143.

Preview

Color preview on black background

This text has color #823143 on black background.


Color preview on white background

This text has color #823143 on white background.


Black color preview on #823143 background

This text has black color on #823143 background.


White color preview on #823143 background

This text has white color on #823143 background.


Related colors

Complementary color

Complementary color for #hex is #7DCEBC.


I love getcolorcode.com

Triadic colors

1 #438231 and #314382 with #823143 are triadic colors.

2 #433182 and #318243 with #823143 are triadic colors.