COLOR #83193E

HEX: #83193E
RGB: (131,25,62)

Color info

#83193E contains mainly red color. Web safe color of #83193E is #990033 (or #903).

RGB color model

#83193E color RGB value is (131,25,62).

  • red value is 131;
  • green value is 25;
  • blue value is 62.
RGB:
(131,25,62)
(51%,10%,24%)

RGB channels and saturation

R 131 of 255 = 51%
G 25 of 255 = 10%
B 62 of 255 = 24%

131
25
62

R + G + B ~ 28%. #83193E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 25 + 62 = 218 (100%)
R 131 of 218 ~ 60.09%
G 25 of 218 ~ 11.47%
B 62 of 218 ~ 28.44%

%60.09
%11.47
%28.44

CMYK color model

#83193E color CMYK value is (0,81,53,49).

  • cyan value is 0.00%
  • magenta value is 80.92%
  • yellow value is 52.67%
  • key color value is 48.63%
CMYK:
(0,81,53,49)
C0M81Y53K49 
(0%,81%,53%,49%)
(0.00/0.81/0.53/0.49)	

CMYK percentages

%0
%80.92
%52.67
%48.63

Codes

Color #83193E in popluar color models

83193E
RGB1312562
HSL339°67.95%30.59%
HSB/HSV339°80.92%51.37%
CMYK0.00%80.92%52.67%
48.63%

Color #83193E in popluar number systems.

HEX83193E
Decimal1312562
Binary1000001111001111110
Octal2033176

Shades and tints

Shades of #83193E

#83193E
(131,25,62)
#781739
(120,23,57)
#6D1534
(109,21,52)
#62132F
(98,19,47)
#57112A
(87,17,42)
#4C0F25
(76,15,37)
#410D20
(65,13,32)
#360B1B
(54,11,27)
#2B0916
(43,9,22)
#200711
(32,7,17)
#15050C
(21,5,12)
#000000
(0,0,0)

Tints of #83193E

#83193E
(131,25,62)
#8E2D4F
(142,45,79)
#994160
(153,65,96)
#A45571
(164,85,113)
#AF6982
(175,105,130)
#BA7D93
(186,125,147)
#C591A4
(197,145,164)
#D0A5B5
(208,165,181)
#DBB9C6
(219,185,198)
#E6CDD7
(230,205,215)
#F1E1E8
(241,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83193E color. Also use rgb(131,25,62) instead hex code.

Text Font Color

.myTextColor { color: #83193E; }

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

This text font color is #83193E.


Background Color

.myBgColor { background-color: #83193E; }

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

This div background color is #83193E.


Border color

.myBorderColor { border: 1px solid #83193E; }

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

This div border color is #83193E.


Opacity

.myOpacity80 { color: #83193E; opacity: 0.8; }

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

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

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

This text has shadow with #83193E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83193E on black background.


Color preview on white background

This text has color #83193E on white background.



Black color preview on #83193E background

This text has black color on #83193E background.


White color preview on #83193E background

This text has white color on #83193E background.