COLOR #941249

HEX: #941249
RGB: (148,18,73)

Color info

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

RGB color model

#941249 color RGB value is (148,18,73).

  • red value is 148;
  • green value is 18;
  • blue value is 73.
RGB:
(148,18,73)
(58%,7%,29%)

RGB channels and saturation

R 148 of 255 = 58%
G 18 of 255 = 7%
B 73 of 255 = 29%

148
18
73

R + G + B ~ 31%. #941249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 18 + 73 = 239 (100%)
R 148 of 239 ~ 61.92%
G 18 of 239 ~ 7.53%
B 73 of 239 ~ 30.54%

%61.92
%30.54

CMYK color model

#941249 color CMYK value is (0,88,51,42).

  • cyan value is 0.00%
  • magenta value is 87.84%
  • yellow value is 50.68%
  • key color value is 41.96%
CMYK:
(0,88,51,42)
C0M88Y51K42 
(0%,88%,51%,42%)
(0.00/0.88/0.51/0.42)	

CMYK percentages

%0
%87.84
%50.68
%41.96

Codes

Color #941249 in popluar color models

941249
RGB1481873
HSL335°78.31%32.55%
HSB/HSV335°87.84%58.04%
CMYK0.00%87.84%50.68%
41.96%

Color #941249 in popluar number systems.

HEX941249
Decimal1481873
Binary10010100100101001001
Octal22422111

Shades and tints

Shades of #941249

#941249
(148,18,73)
#871143
(135,17,67)
#7A103D
(122,16,61)
#6D0F37
(109,15,55)
#600E31
(96,14,49)
#530D2B
(83,13,43)
#460C25
(70,12,37)
#390B1F
(57,11,31)
#2C0A19
(44,10,25)
#1F0913
(31,9,19)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #941249

#941249
(148,18,73)
#9D2759
(157,39,89)
#A63C69
(166,60,105)
#AF5179
(175,81,121)
#B86689
(184,102,137)
#C17B99
(193,123,153)
#CA90A9
(202,144,169)
#D3A5B9
(211,165,185)
#DCBAC9
(220,186,201)
#E5CFD9
(229,207,217)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #941249 color. Also use rgb(148,18,73) instead hex code.

Text Font Color

.myTextColor { color: #941249; }

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

This text font color is #941249.


Background Color

.myBgColor { background-color: #941249; }

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

This div background color is #941249.


Border color

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

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

This div border color is #941249.


Opacity

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

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

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

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

This text has shadow with #941249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #941249 on black background.


Color preview on white background

This text has color #941249 on white background.



Black color preview on #941249 background

This text has black color on #941249 background.


White color preview on #941249 background

This text has white color on #941249 background.