COLOR #490019

HEX: #490019
RGB: (73,0,25)

Color info

#490019 contains only red and blue colors. Web safe color of #490019 is #330000 (or #300).

RGB color model

#490019 color RGB value is (73,0,25).

  • red value is 73;
  • green value is 0;
  • blue value is 25.
RGB:
(73,0,25)
(29%,0%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 0 of 255 = 0%
B 25 of 255 = 10%

73
0
25

R + G + B ~ 13%. #490019 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 0 + 25 = 98 (100%)
R 73 of 98 ~ 74.49%
G 0 of 98 ~ 0%
B 25 of 98 ~ 25.51%

%74.49
%25.51

CMYK color model

#490019 color CMYK value is (0,100,66,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(0,100,66,71)
C0M100Y66K71 
(0%,100%,66%,71%)
(0.00/1.00/0.66/0.71)	

CMYK percentages

%0
%100
%65.75
%71.37

Codes

Color #490019 in popluar color models

490019
RGB73025
HSL339°100.00%14.31%
HSB/HSV339°100.00%28.63%
CMYK0.00%100.00%65.75%
71.37%

Color #490019 in popluar number systems.

HEX490019
Decimal73025
Binary1001001011001
Octal111031

Shades and tints

Shades of #490019

#490019
(73,0,25)
#430017
(67,0,23)
#3D0015
(61,0,21)
#370013
(55,0,19)
#310011
(49,0,17)
#2B000F
(43,0,15)
#25000D
(37,0,13)
#1F000B
(31,0,11)
#190009
(25,0,9)
#130007
(19,0,7)
#0D0005
(13,0,5)
#000000
(0,0,0)

Tints of #490019

#490019
(73,0,25)
#59172D
(89,23,45)
#692E41
(105,46,65)
#794555
(121,69,85)
#895C69
(137,92,105)
#99737D
(153,115,125)
#A98A91
(169,138,145)
#B9A1A5
(185,161,165)
#C9B8B9
(201,184,185)
#D9CFCD
(217,207,205)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490019 color. Also use rgb(73,0,25) instead hex code.

Text Font Color

.myTextColor { color: #490019; }

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

This text font color is #490019.


Background Color

.myBgColor { background-color: #490019; }

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

This div background color is #490019.


Border color

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

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

This div border color is #490019.


Opacity

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

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

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

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

This text has shadow with #490019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490019 on black background.


Color preview on white background

This text has color #490019 on white background.



Black color preview on #490019 background

This text has black color on #490019 background.


White color preview on #490019 background

This text has white color on #490019 background.