COLOR #990009

HEX: #990009
RGB: (153,0,9)

Renk bilgisi

#990009 contains mainly red color. #990009 ‘ nin web güvenlik rengi #990000 (ya da #900) dir.

RGB renk modeli

#990009 color RGB value is (153,0,9).

  • kırmız ton 153;
  • yeşil ton 0;
  • mavi ton 9.
RGB:
(153,0,9)
(60%,0%,4%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 0 of 255 = 0%
B 9 of 255 = 4%

153
0
9

R + G + B ~ 21%. #990009 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 0 + 9 = 162 (100%)
R 153 of 162 ~ 94.44%
G 0 of 162 ~ 0%
B 9 of 162 ~ 5.56%

%94.44

CMYK RENK MODELİ

#990009 rengi CMYK tonu (0,100,94,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 94.12%
  • ana renk tonu 40.00%
CMYK:
(0,100,94,40)
C0M100Y94K40 
(0%,100%,94%,40%)
(0.00/1.00/0.94/0.40)	

CMYK yüzdeleri

%0
%100
%94.12
%40

Codes

Color #990009 in popluar color models

990009
RGB15309
HSL356°100.00%30.00%
HSB/HSV356°100.00%60.00%
CMYK0.00%100.00%94.12%
40.00%

Color #990009 in popluar number systems.

HEX990009
Decimal15309
Binary1001100101001
Octal231011

Shades and tints

Shades of #990009

#990009
(153,0,9)
#8C0009
(140,0,9)
#7F0009
(127,0,9)
#720009
(114,0,9)
#650009
(101,0,9)
#580009
(88,0,9)
#4B0009
(75,0,9)
#3E0009
(62,0,9)
#310009
(49,0,9)
#240009
(36,0,9)
#170009
(23,0,9)
#000000
(0,0,0)

Tints of #990009

#990009
(153,0,9)
#A2171F
(162,23,31)
#AB2E35
(171,46,53)
#B4454B
(180,69,75)
#BD5C61
(189,92,97)
#C67377
(198,115,119)
#CF8A8D
(207,138,141)
#D8A1A3
(216,161,163)
#E1B8B9
(225,184,185)
#EACFCF
(234,207,207)
#F3E6E5
(243,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #990009 color. Also use rgb(153,0,9) instead hex code.

Text Font Color

.myTextColor { color: #990009; }

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

This text font color is #990009.


Background Color

.myBgColor { background-color: #990009; }

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

This div background color is #990009.


Border color

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

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

This div border color is #990009.


Opacity

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

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

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

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

This text has shadow with #990009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990009 on black background.


Color preview on white background

This text has color #990009 on white background.



Black color preview on #990009 background

This text has black color on #990009 background.


White color preview on #990009 background

This text has white color on #990009 background.