#992E60

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

Shades of Lipstick #992E60

Tints of Lipstick #992E60

Color information

#992E60 (or 0x992E60) is unknown color: approx Lipstick. HEX triplet: 99, 2E and 60. RGB value is (153,46,96). Sum of RGB (Red+Green+Blue) = 153+46+96=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992E60 is #66D19F. Grayscale: #535353. Windows color (decimal): -6738336 or 6303385. OLE color: 6303385.

HSL color Cylindrical-coordinate representation of color #992E60: hue angle of 331.96º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E60 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1534696-
CMYK00.700.370.4
HSL331.96º53.77%39.02%-
HSV(B)331.96º69.93%60%-
XYZ16.239.5712.06-
YUV83.69134.95177.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=51.86%
G=15.59%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153469600.700.370.4331.9653.7739.02
Hex992E60046252814c3627
Octal23156140010645505146647
Binary10011001101110110000001000110100101101000101001100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992E60; }

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

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

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

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

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

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

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

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