#992965

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

Shades of Lipstick #992965

Tints of Lipstick #992965

Color information

#992965 (or 0x992965) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 65. RGB value is (153,41,101). Sum of RGB (Red+Green+Blue) = 153+41+101=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992965 is #66D69A. Grayscale: #515151. Windows color (decimal): -6739611 or 6629785. OLE color: 6629785.

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

Color convert

RGB15341101-
CMYK00.730.340.4
HSL327.86º57.73%38.04%-
HSV(B)327.86º73.2%60%-
XYZ16.289.313.25-
YUV81.33139.11179.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=51.86%
G=13.90%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534110100.730.340.4327.8657.7338.04
Hex99296504922281483a26
Octal23151145011142505107246
Binary10011001101001110010101001001100010101000101001000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992965; }

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

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

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

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

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

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

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

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