#992865

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

Shades of Lipstick #992865

Tints of Lipstick #992865

Color information

#992865 (or 0x992865) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 65. RGB value is (153,40,101). Sum of RGB (Red+Green+Blue) = 153+40+101=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #992865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992865 is #66D79A. Grayscale: #505050. Windows color (decimal): -6739867 or 6629529. OLE color: 6629529.

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

Color convert

RGB15340101-
CMYK00.740.340.4
HSL327.61º58.55%37.84%-
HSV(B)327.61º73.86%60%-
XYZ16.249.2313.24-
YUV80.74139.44179.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=52.04%
G=13.61%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534010100.740.340.4327.6158.5537.84
Hex99286504A22281483b26
Octal23150145011242505107346
Binary10011001101000110010101001010100010101000101001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992865; }

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

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

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

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

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

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

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

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