COLOR #830001

HEX: #830001
RGB: (131,0,1)

Color info

#830001 contains mainly red color. Web safe color of #830001 is #990000 (or #900).

RGB color model

#830001 color RGB value is (131,0,1).

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

RGB channels and saturation

R 131 of 255 = 51%
G 0 of 255 = 0%
B 1 of 255 = 0%

131
0
1

R + G + B ~ 17%. #830001 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 0 + 1 = 132 (100%)
R 131 of 132 ~ 99.24%
G 0 of 132 ~ 0%
B 1 of 132 ~ 0.76%

%99.24

CMYK color model

#830001 color CMYK value is (0,100,99,49).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 99.24%
  • key color value is 48.63%
CMYK:
(0,100,99,49)
C0M100Y99K49 
(0%,100%,99%,49%)
(0.00/1.00/0.99/0.49)	

CMYK percentages

%0
%100
%99.24
%48.63

Codes

Color #830001 in popluar color models

830001
RGB13101
HSL360°100.00%25.69%
HSB/HSV360°100.00%51.37%
CMYK0.00%100.00%99.24%
48.63%

Color #830001 in popluar number systems.

HEX830001
Decimal13101
Binary1000001101
Octal20301

Shades and tints

Shades of #830001

#830001
(131,0,1)
#780001
(120,0,1)
#6D0001
(109,0,1)
#620001
(98,0,1)
#570001
(87,0,1)
#4C0001
(76,0,1)
#410001
(65,0,1)
#360001
(54,0,1)
#2B0001
(43,0,1)
#200001
(32,0,1)
#150001
(21,0,1)
#000000
(0,0,0)

Tints of #830001

#830001
(131,0,1)
#8E1718
(142,23,24)
#992E2F
(153,46,47)
#A44546
(164,69,70)
#AF5C5D
(175,92,93)
#BA7374
(186,115,116)
#C58A8B
(197,138,139)
#D0A1A2
(208,161,162)
#DBB8B9
(219,184,185)
#E6CFD0
(230,207,208)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #830001; }

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

This text font color is #830001.


Background Color

.myBgColor { background-color: #830001; }

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

This div background color is #830001.


Border color

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

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

This div border color is #830001.


Opacity

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

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

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

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

This text has shadow with #830001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830001 on black background.


Color preview on white background

This text has color #830001 on white background.



Black color preview on #830001 background

This text has black color on #830001 background.


White color preview on #830001 background

This text has white color on #830001 background.