#991640

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

Shades of Lipstick #991640

Tints of Lipstick #991640

Color information

#991640 (or 0x991640) is unknown color: approx Lipstick. HEX triplet: 99, 16 and 40. RGB value is (153,22,64). Sum of RGB (Red+Green+Blue) = 153+22+64=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #991640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991640 is #66E9BF. Grayscale: #414141. Windows color (decimal): -6744512 or 4200089. OLE color: 4200089.

HSL color Cylindrical-coordinate representation of color #991640: hue angle of 340.76º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991640 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1532264-
CMYK00.860.580.4
HSL340.76º74.86%34.31%-
HSV(B)340.76º85.62%60%-
XYZ14.357.725.58-
YUV65.96126.9190.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=64.02%
G=9.21%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153226400.860.580.4340.7674.8634.31
Hex9916400563A281554b22
Octal231261000126725052511342
Binary10011001101101000000010101101110101010001010101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991640; }

 p { color: rgb(153,22,64); }

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

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

 a { background-color: rgb(153,22,64); }

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

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

 span { border-color: rgb(153,22,64); }

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