#992860

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

Shades of Lipstick #992860

Tints of Lipstick #992860

Color information

#992860 (or 0x992860) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 60. RGB value is (153,40,96). Sum of RGB (Red+Green+Blue) = 153+40+96=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #992860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992860 is #66D79F. Grayscale: #505050. Windows color (decimal): -6739872 or 6301849. OLE color: 6301849.

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

Color convert

RGB1534096-
CMYK00.740.370.4
HSL330.27º58.55%37.84%-
HSV(B)330.27º73.86%60%-
XYZ16.019.1311.99-
YUV80.17136.94179.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=52.94%
G=13.84%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153409600.740.370.4330.2758.5537.84
Hex99286004A252814a3b26
Octal23150140011245505127346
Binary10011001101000110000001001010100101101000101001010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992860; }

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

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

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

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

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

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

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

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