COLOR #85092B

HEX: #85092B
RGB: (133,9,43)

Color info

#85092B contains mainly red color. Web safe color of #85092B is #990033 (or #903).

RGB color model

#85092B color RGB value is (133,9,43).

  • red value is 133;
  • green value is 9;
  • blue value is 43.
RGB:
(133,9,43)
(52%,4%,17%)

RGB channels and saturation

R 133 of 255 = 52%
G 9 of 255 = 4%
B 43 of 255 = 17%

133
9
43

R + G + B ~ 24%. #85092B is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 9 + 43 = 185 (100%)
R 133 of 185 ~ 71.89%
G 9 of 185 ~ 4.86%
B 43 of 185 ~ 23.24%

%71.89
%23.24

CMYK color model

#85092B color CMYK value is (0,93,68,48).

  • cyan value is 0.00%
  • magenta value is 93.23%
  • yellow value is 67.67%
  • key color value is 47.84%
CMYK:
(0,93,68,48)
C0M93Y68K48 
(0%,93%,68%,48%)
(0.00/0.93/0.68/0.48)	

CMYK percentages

%0
%93.23
%67.67
%47.84

Codes

Color #85092B in popluar color models

85092B
RGB133943
HSL344°87.32%27.84%
HSB/HSV344°93.23%52.16%
CMYK0.00%93.23%67.67%
47.84%

Color #85092B in popluar number systems.

HEX85092B
Decimal133943
Binary100001011001101011
Octal2051153

Shades and tints

Shades of #85092B

#85092B
(133,9,43)
#790928
(121,9,40)
#6D0925
(109,9,37)
#610922
(97,9,34)
#55091F
(85,9,31)
#49091C
(73,9,28)
#3D0919
(61,9,25)
#310916
(49,9,22)
#250913
(37,9,19)
#190910
(25,9,16)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #85092B

#85092B
(133,9,43)
#901F3E
(144,31,62)
#9B3551
(155,53,81)
#A64B64
(166,75,100)
#B16177
(177,97,119)
#BC778A
(188,119,138)
#C78D9D
(199,141,157)
#D2A3B0
(210,163,176)
#DDB9C3
(221,185,195)
#E8CFD6
(232,207,214)
#F3E5E9
(243,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85092B color. Also use rgb(133,9,43) instead hex code.

Text Font Color

.myTextColor { color: #85092B; }

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

This text font color is #85092B.


Background Color

.myBgColor { background-color: #85092B; }

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

This div background color is #85092B.


Border color

.myBorderColor { border: 1px solid #85092B; }

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

This div border color is #85092B.


Opacity

.myOpacity80 { color: #85092B; opacity: 0.8; }

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

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

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

This text has shadow with #85092B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85092B on black background.


Color preview on white background

This text has color #85092B on white background.



Black color preview on #85092B background

This text has black color on #85092B background.


White color preview on #85092B background

This text has white color on #85092B background.