#991200

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

Shades of Dark Red #991200

Tints of Dark Red #991200

Color information

#991200 (or 0x991200) is unknown color: approx Dark Red. HEX triplet: 99, 12 and 00. RGB value is (153,18,0). Sum of RGB (Red+Green+Blue) = 153+18+0=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #991200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991200 is #66EDFF. Grayscale: #383838. Windows color (decimal): -6745600 or 4761. OLE color: 4761.

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

Color convert

RGB153180-
CMYK00.8810.4
HSL7.06º100%30%-
HSV(B)7.06º100%60%-
XYZ13.357.20.69-
YUV56.3196.23196.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 89.47%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.47%
G=10.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15318000.8810.47.0610030
Hex9912005864287641e
Octal231220013014450714436
Binary10011001100100010110001100100101000111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991200; }

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

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

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

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

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

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

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

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