#991202

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

Shades of Dark Red #991202

Tints of Dark Red #991202

Color information

#991202 (or 0x991202) is unknown color: approx Dark Red. HEX triplet: 99, 12 and 02. RGB value is (153,18,2). Sum of RGB (Red+Green+Blue) = 153+18+2=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #991202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991202 is #66EDFD. Grayscale: #383838. Windows color (decimal): -6745598 or 135833. OLE color: 135833.

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

Color convert

RGB153182-
CMYK00.880.990.4
HSL6.36º97.42%30.39%-
HSV(B)6.36º98.69%60%-
XYZ13.367.210.74-
YUV56.5497.23196.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 88.44%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=88.44%
G=10.40%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15318200.880.990.46.3697.4230.39
Hex9912205863286611e
Octal231222013014350614136
Binary100110011001010010110001100011101000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991202; }

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

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

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

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

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

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

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

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