#990800

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

Shades of Dark Red #990800

Tints of Dark Red #990800

Color information

#990800 (or 0x990800) is unknown color: approx Dark Red. HEX triplet: 99, 08 and 00. RGB value is (153,8,0). Sum of RGB (Red+Green+Blue) = 153+8+0=161 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.03% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 153 - color contains mainly: red. Hex color #990800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990800 is #66F7FF. Grayscale: #323232. Windows color (decimal): -6748160 or 2201. OLE color: 2201.

HSL color Cylindrical-coordinate representation of color #990800: hue angle of 3.14º 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 #990800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB15380-
CMYK00.9510.4
HSL3.14º100%30%-
HSV(B)3.14º100%60%-
XYZ13.226.950.64-
YUV50.4499.54201.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 95.03%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.03%
G=4.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538000.9510.43.1410030
Hex998005F64283641e
Octal231100013714450314436
Binary100110011000001011111110010010100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990800; }

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

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

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

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

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

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

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

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