COLOR #893151

HEX: #893151
RGB: (137,49,81)

Color info

#893151 contains mainly red and blue colors. Web safe color of #893151 is #993366 (or #936).

RGB color model

#893151 color RGB value is (137,49,81).

  • red value is 137;
  • green value is 49;
  • blue value is 81.
RGB:
(137,49,81)
(54%,19%,32%)

RGB channels and saturation

R 137 of 255 = 54%
G 49 of 255 = 19%
B 81 of 255 = 32%

137
49
81

R + G + B ~ 35%. #893151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 49 + 81 = 267 (100%)
R 137 of 267 ~ 51.31%
G 49 of 267 ~ 18.35%
B 81 of 267 ~ 30.34%

%51.31
%18.35
%30.34

CMYK color model

#893151 color CMYK value is (0,64,41,46).

  • cyan value is 0.00%
  • magenta value is 64.23%
  • yellow value is 40.88%
  • key color value is 46.27%
CMYK:
(0,64,41,46)
C0M64Y41K46 
(0%,64%,41%,46%)
(0.00/0.64/0.41/0.46)	

CMYK percentages

%0
%64.23
%40.88
%46.27

Codes

Color #893151 in popluar color models

893151
RGB1374981
HSL338°47.31%36.47%
HSB/HSV338°64.23%53.73%
CMYK0.00%64.23%40.88%
46.27%

Color #893151 in popluar number systems.

HEX893151
Decimal1374981
Binary100010011100011010001
Octal21161121

Shades and tints

Shades of #893151

#893151
(137,49,81)
#7D2D4A
(125,45,74)
#712943
(113,41,67)
#65253C
(101,37,60)
#592135
(89,33,53)
#4D1D2E
(77,29,46)
#411927
(65,25,39)
#351520
(53,21,32)
#291119
(41,17,25)
#1D0D12
(29,13,18)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #893151

#893151
(137,49,81)
#934360
(147,67,96)
#9D556F
(157,85,111)
#A7677E
(167,103,126)
#B1798D
(177,121,141)
#BB8B9C
(187,139,156)
#C59DAB
(197,157,171)
#CFAFBA
(207,175,186)
#D9C1C9
(217,193,201)
#E3D3D8
(227,211,216)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893151 color. Also use rgb(137,49,81) instead hex code.

Text Font Color

.myTextColor { color: #893151; }

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

This text font color is #893151.


Background Color

.myBgColor { background-color: #893151; }

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

This div background color is #893151.


Border color

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

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

This div border color is #893151.


Opacity

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

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

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

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

This text has shadow with #893151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893151 on black background.


Color preview on white background

This text has color #893151 on white background.



Black color preview on #893151 background

This text has black color on #893151 background.


White color preview on #893151 background

This text has white color on #893151 background.