#991102

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

Shades of Dark Red #991102

Tints of Dark Red #991102

Color information

#991102 (or 0x991102) is unknown color: approx Dark Red. HEX triplet: 99, 11 and 02. RGB value is (153,17,2). Sum of RGB (Red+Green+Blue) = 153+17+2=172 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.95% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 153 - color contains mainly: red. Hex color #991102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991102 is #66EEFD. Grayscale: #383838. Windows color (decimal): -6745854 or 135577. OLE color: 135577.

HSL color Cylindrical-coordinate representation of color #991102: hue angle of 5.96º degrees, saturation: 0.97, 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 #991102 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153172-
CMYK00.890.990.4
HSL5.96º97.42%30.39%-
HSV(B)5.96º98.69%60%-
XYZ13.357.180.74-
YUV55.9597.56197.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 88.95%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=88.95%
G=9.88%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15317200.890.990.45.9697.4230.39
Hex9911205963286611e
Octal231212013114350614136
Binary100110011000110010110011100011101000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991102; }

 p { color: rgb(153,17,2); }

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

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

 a { background-color: rgb(153,17,2); }

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

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

 span { border-color: rgb(153,17,2); }

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