#992664

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

Shades of Lipstick #992664

Tints of Lipstick #992664

Color information

#992664 (or 0x992664) is unknown color: approx Lipstick. HEX triplet: 99, 26 and 64. RGB value is (153,38,100). Sum of RGB (Red+Green+Blue) = 153+38+100=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992664 is #66D99B. Grayscale: #4F4F4F. Windows color (decimal): -6740380 or 6563481. OLE color: 6563481.

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

Color convert

RGB15338100-
CMYK00.750.350.4
HSL327.65º60.21%37.45%-
HSV(B)327.65º75.16%60%-
XYZ16.139.0812.96-
YUV79.45139.6180.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=52.58%
G=13.06%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533810000.750.350.4327.6560.2137.45
Hex99266404B23281483c25
Octal23146144011343505107445
Binary10011001100110110010001001011100011101000101001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992664; }

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

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

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

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

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

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

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

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