#992864

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

Shades of Lipstick #992864

Tints of Lipstick #992864

Color information

#992864 (or 0x992864) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 64. RGB value is (153,40,100). Sum of RGB (Red+Green+Blue) = 153+40+100=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #992864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992864 is #66D79B. Grayscale: #505050. Windows color (decimal): -6739868 or 6563993. OLE color: 6563993.

HSL color Cylindrical-coordinate representation of color #992864: hue angle of 328.14º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992864 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15340100-
CMYK00.740.350.4
HSL328.14º58.55%37.84%-
HSV(B)328.14º73.86%60%-
XYZ16.29.2112.98-
YUV80.63138.94179.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=52.22%
G=13.65%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534010000.740.350.4328.1458.5537.84
Hex99286404A23281483b26
Octal23150144011243505107346
Binary10011001101000110010001001010100011101000101001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992864; }

 p { color: rgb(153,40,100); }

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

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

 a { background-color: rgb(153,40,100); }

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

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

 span { border-color: rgb(153,40,100); }

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