#990700

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

Shades of Dark Red #990700

Tints of Dark Red #990700

Color information

#990700 (or 0x990700) is unknown color: approx Dark Red. HEX triplet: 99, 07 and 00. RGB value is (153,7,0). Sum of RGB (Red+Green+Blue) = 153+7+0=160 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.62% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 153 - color contains mainly: red. Hex color #990700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990700 is #66F8FF. Grayscale: #323232. Windows color (decimal): -6748416 or 1945. OLE color: 1945.

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

Color convert

RGB15370-
CMYK00.9510.4
HSL2.75º100%30%-
HSV(B)2.75º100%60%-
XYZ13.216.920.64-
YUV49.8699.87201.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 95.62%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.62%
G=4.38%
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
Decimal1537000.9510.42.7510030
Hex997005F64283641e
Octal23170013714450314436
Binary10011001111001011111110010010100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990700; }

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

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

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

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

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

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

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

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