COLOR #85215A

HEX: #85215A
RGB: (133,33,90)

Color info

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

RGB color model

#85215A color RGB value is (133,33,90).

  • red value is 133;
  • green value is 33;
  • blue value is 90.
RGB:
(133,33,90)
(52%,13%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 33 of 255 = 13%
B 90 of 255 = 35%

133
33
90

R + G + B ~ 33%. #85215A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 33 + 90 = 256 (100%)
R 133 of 256 ~ 51.95%
G 33 of 256 ~ 12.89%
B 90 of 256 ~ 35.16%

%51.95
%12.89
%35.16

CMYK color model

#85215A color CMYK value is (0,75,32,48).

  • cyan value is 0.00%
  • magenta value is 75.19%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(0,75,32,48)
C0M75Y32K48 
(0%,75%,32%,48%)
(0.00/0.75/0.32/0.48)	

CMYK percentages

%0
%75.19
%32.33
%47.84

Codes

Color #85215A in popluar color models

85215A
RGB1333390
HSL326°60.24%32.55%
HSB/HSV326°75.19%52.16%
CMYK0.00%75.19%32.33%
47.84%

Color #85215A in popluar number systems.

HEX85215A
Decimal1333390
Binary100001011000011011010
Octal20541132

Shades and tints

Shades of #85215A

#85215A
(133,33,90)
#791E52
(121,30,82)
#6D1B4A
(109,27,74)
#611842
(97,24,66)
#55153A
(85,21,58)
#491232
(73,18,50)
#3D0F2A
(61,15,42)
#310C22
(49,12,34)
#25091A
(37,9,26)
#190612
(25,6,18)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #85215A

#85215A
(133,33,90)
#903569
(144,53,105)
#9B4978
(155,73,120)
#A65D87
(166,93,135)
#B17196
(177,113,150)
#BC85A5
(188,133,165)
#C799B4
(199,153,180)
#D2ADC3
(210,173,195)
#DDC1D2
(221,193,210)
#E8D5E1
(232,213,225)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85215A color. Also use rgb(133,33,90) instead hex code.

Text Font Color

.myTextColor { color: #85215A; }

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

This text font color is #85215A.


Background Color

.myBgColor { background-color: #85215A; }

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

This div background color is #85215A.


Border color

.myBorderColor { border: 1px solid #85215A; }

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

This div border color is #85215A.


Opacity

.myOpacity80 { color: #85215A; opacity: 0.8; }

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

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

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

This text has shadow with #85215A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85215A on black background.


Color preview on white background

This text has color #85215A on white background.



Black color preview on #85215A background

This text has black color on #85215A background.


White color preview on #85215A background

This text has white color on #85215A background.