#991F00

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

Shades of Dark Red #991F00

Tints of Dark Red #991F00

Color information

#991F00 (or 0x991F00) is unknown color: approx Dark Red. HEX triplet: 99, 1F and 00. RGB value is (153,31,0). Sum of RGB (Red+Green+Blue) = 153+31+0=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #991F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F00 is #66E0FF. Grayscale: #404040. Windows color (decimal): -6742272 or 8089. OLE color: 8089.

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

Color convert

RGB153310-
CMYK00.8010.4
HSL12.16º100%30%-
HSV(B)12.16º100%60%-
XYZ13.637.750.78-
YUV63.9491.92191.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.15%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.15%
G=16.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15331000.8010.412.1610030
Hex991F00506428c641e
Octal2313700120144501414436
Binary100110011111100101000011001001010001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991F00; }

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

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

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

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

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

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

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

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