COLOR #83001D

HEX: #83001D
RGB: (131,0,29)

Color info

#83001D contains mainly red color. Web safe color of #83001D is #990033 (or #903).

RGB color model

#83001D color RGB value is (131,0,29).

  • red value is 131;
  • green value is 0;
  • blue value is 29.
RGB:
(131,0,29)
(51%,0%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 0 of 255 = 0%
B 29 of 255 = 11%

131
0
29

R + G + B ~ 21%. #83001D is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 0 + 29 = 160 (100%)
R 131 of 160 ~ 81.88%
G 0 of 160 ~ 0%
B 29 of 160 ~ 18.13%

%81.88
%18.13

CMYK color model

#83001D color CMYK value is (0,100,78,49).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(0,100,78,49)
C0M100Y78K49 
(0%,100%,78%,49%)
(0.00/1.00/0.78/0.49)	

CMYK percentages

%0
%100
%77.86
%48.63

Codes

Color #83001D in popluar color models

83001D
RGB131029
HSL347°100.00%25.69%
HSB/HSV347°100.00%51.37%
CMYK0.00%100.00%77.86%
48.63%

Color #83001D in popluar number systems.

HEX83001D
Decimal131029
Binary10000011011101
Octal203035

Shades and tints

Shades of #83001D

#83001D
(131,0,29)
#78001B
(120,0,27)
#6D0019
(109,0,25)
#620017
(98,0,23)
#570015
(87,0,21)
#4C0013
(76,0,19)
#410011
(65,0,17)
#36000F
(54,0,15)
#2B000D
(43,0,13)
#20000B
(32,0,11)
#150009
(21,0,9)
#000000
(0,0,0)

Tints of #83001D

#83001D
(131,0,29)
#8E1731
(142,23,49)
#992E45
(153,46,69)
#A44559
(164,69,89)
#AF5C6D
(175,92,109)
#BA7381
(186,115,129)
#C58A95
(197,138,149)
#D0A1A9
(208,161,169)
#DBB8BD
(219,184,189)
#E6CFD1
(230,207,209)
#F1E6E5
(241,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83001D color. Also use rgb(131,0,29) instead hex code.

Text Font Color

.myTextColor { color: #83001D; }

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

This text font color is #83001D.


Background Color

.myBgColor { background-color: #83001D; }

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

This div background color is #83001D.


Border color

.myBorderColor { border: 1px solid #83001D; }

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

This div border color is #83001D.


Opacity

.myOpacity80 { color: #83001D; opacity: 0.8; }

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

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

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

This text has shadow with #83001D color.

.textShadow {text-shadow: 3px 3px 1px #83001D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83001D on black background.


Color preview on white background

This text has color #83001D on white background.



Black color preview on #83001D background

This text has black color on #83001D background.


White color preview on #83001D background

This text has white color on #83001D background.