COLOR #851024

HEX: #851024
RGB: (133,16,36)

Color info

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

RGB color model

#851024 color RGB value is (133,16,36).

  • red value is 133;
  • green value is 16;
  • blue value is 36.
RGB:
(133,16,36)
(52%,6%,14%)

RGB channels and saturation

R 133 of 255 = 52%
G 16 of 255 = 6%
B 36 of 255 = 14%

133
16
36

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

Portions of RGB colors in percentages

R + G + B =
133 + 16 + 36 = 185 (100%)
R 133 of 185 ~ 71.89%
G 16 of 185 ~ 8.65%
B 36 of 185 ~ 19.46%

%71.89
%19.46

CMYK color model

#851024 color CMYK value is (0,88,73,48).

  • cyan value is 0.00%
  • magenta value is 87.97%
  • yellow value is 72.93%
  • key color value is 47.84%
CMYK:
(0,88,73,48)
C0M88Y73K48 
(0%,88%,73%,48%)
(0.00/0.88/0.73/0.48)	

CMYK percentages

%0
%87.97
%72.93
%47.84

Codes

Color #851024 in popluar color models

851024
RGB1331636
HSL350°78.52%29.22%
HSB/HSV350°87.97%52.16%
CMYK0.00%87.97%72.93%
47.84%

Color #851024 in popluar number systems.

HEX851024
Decimal1331636
Binary1000010110000100100
Octal2052044

Shades and tints

Shades of #851024

#851024
(133,16,36)
#790F21
(121,15,33)
#6D0E1E
(109,14,30)
#610D1B
(97,13,27)
#550C18
(85,12,24)
#490B15
(73,11,21)
#3D0A12
(61,10,18)
#31090F
(49,9,15)
#25080C
(37,8,12)
#190709
(25,7,9)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #851024

#851024
(133,16,36)
#902537
(144,37,55)
#9B3A4A
(155,58,74)
#A64F5D
(166,79,93)
#B16470
(177,100,112)
#BC7983
(188,121,131)
#C78E96
(199,142,150)
#D2A3A9
(210,163,169)
#DDB8BC
(221,184,188)
#E8CDCF
(232,205,207)
#F3E2E2
(243,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851024 color. Also use rgb(133,16,36) instead hex code.

Text Font Color

.myTextColor { color: #851024; }

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

This text font color is #851024.


Background Color

.myBgColor { background-color: #851024; }

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

This div background color is #851024.


Border color

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

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

This div border color is #851024.


Opacity

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

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

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

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

This text has shadow with #851024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851024 on black background.


Color preview on white background

This text has color #851024 on white background.



Black color preview on #851024 background

This text has black color on #851024 background.


White color preview on #851024 background

This text has white color on #851024 background.