#990900

Color #990900 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #990900

Tints of Dark Red #990900

Color information

#990900 (or 0x990900) is unknown color: approx Dark Red. HEX triplet: 99, 09 and 00. RGB value is (153,9,0). Sum of RGB (Red+Green+Blue) = 153+9+0=162 (21% of max value = 765). Red value is 153 (60.16% from 255 or 94.44% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 153 - color contains mainly: red. Hex color #990900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990900 is #66F6FF. Grayscale: #333333. Windows color (decimal): -6747904 or 2457. OLE color: 2457.

HSL color Cylindrical-coordinate representation of color #990900: hue angle of 3.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990900 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB15390-
CMYK00.9410.4
HSL3.53º100%30%-
HSV(B)3.53º100%60%-
XYZ13.236.970.65-
YUV51.0399.21200.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 94.44%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.44%
G=5.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539000.9410.43.5310030
Hex999005E64284641e
Octal231110013614450414436
Binary1001100110010010111101100100101000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990900; }

 p { color: rgb(153,9,0); }

 H1.HeaderClassName
 {
   color: #990900;
 }
 .AnyTagClassName
 {
   color: #990900;
 }
</style>
background-color css

<style>
 a { background-color: #990900; }

 a { background-color: rgb(153,9,0); }

 div.DivClassName
 {
   background-color: #990900;
 }
 .BgClassName
 {
   background-color: #990900;
 }
</style>
border-color css

<style>
 span { border-color: #990900; }

 span { border-color: rgb(153,9,0); }

 td.TdClassName
 {
   border-color: #990900;
 }
 .TagClassName
 {
   border-color: #990900;
 }
</style>