#991D01

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

Shades of Dark Red #991D01

Tints of Dark Red #991D01

Color information

#991D01 (or 0x991D01) is unknown color: approx Dark Red. HEX triplet: 99, 1D and 01. RGB value is (153,29,1). Sum of RGB (Red+Green+Blue) = 153+29+1=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #991D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D01 is #66E2FE. Grayscale: #3F3F3F. Windows color (decimal): -6742783 or 73113. OLE color: 73113.

HSL color Cylindrical-coordinate representation of color #991D01: hue angle of 11.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #991D01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153291-
CMYK00.810.990.4
HSL11.05º98.7%30.2%-
HSV(B)11.05º99.35%60%-
XYZ13.587.650.79-
YUV62.8893.08192.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.61%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=83.61%
G=15.85%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15329100.810.990.411.0598.730.2
Hex991D10516328b631e
Octal2313510121143501314336
Binary100110011110110101000111000111010001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,29,1); }

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

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

 a { background-color: rgb(153,29,1); }

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

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

 span { border-color: rgb(153,29,1); }

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