#991402

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

Shades of Dark Red #991402

Tints of Dark Red #991402

Color information

#991402 (or 0x991402) is unknown color: approx Dark Red. HEX triplet: 99, 14 and 02. RGB value is (153,20,2). Sum of RGB (Red+Green+Blue) = 153+20+2=175 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.43% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 153 - color contains mainly: red. Hex color #991402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991402 is #66EBFD. Grayscale: #393939. Windows color (decimal): -6745086 or 136345. OLE color: 136345.

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

Color convert

RGB153202-
CMYK00.870.990.4
HSL7.15º97.42%30.39%-
HSV(B)7.15º98.69%60%-
XYZ13.47.280.76-
YUV57.7296.56195.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 87.43%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=87.43%
G=11.43%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15320200.870.990.47.1597.4230.39
Hex9914205763287611e
Octal231242012714350714136
Binary100110011010010010101111100011101000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991402; }

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

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

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

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

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

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

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

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