#991E00

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

Shades of Dark Red #991E00

Tints of Dark Red #991E00

Color information

#991E00 (or 0x991E00) is unknown color: approx Dark Red. HEX triplet: 99, 1E and 00. RGB value is (153,30,0). Sum of RGB (Red+Green+Blue) = 153+30+0=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #991E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991E00 is #66E1FF. Grayscale: #3F3F3F. Windows color (decimal): -6742528 or 7833. OLE color: 7833.

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

Color convert

RGB153300-
CMYK00.8010.4
HSL11.76º100%30%-
HSV(B)11.76º100%60%-
XYZ13.67.70.77-
YUV63.3692.25191.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.61%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.61%
G=16.39%
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
Decimal15330000.8010.411.7610030
Hex991E00506428c641e
Octal2313600120144501414436
Binary100110011111000101000011001001010001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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