#992761

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

Shades of Lipstick #992761

Tints of Lipstick #992761

Color information

#992761 (or 0x992761) is unknown color: approx Lipstick. HEX triplet: 99, 27 and 61. RGB value is (153,39,97). Sum of RGB (Red+Green+Blue) = 153+39+97=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #992761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992761 is #66D89E. Grayscale: #4F4F4F. Windows color (decimal): -6740127 or 6367129. OLE color: 6367129.

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

Color convert

RGB1533997-
CMYK00.750.370.4
HSL329.47º59.38%37.65%-
HSV(B)329.47º74.51%60%-
XYZ16.029.0912.22-
YUV79.7137.77180.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 39 (15.62% from 255) = 13.49%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=52.94%
G=13.49%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153399700.750.370.4329.4759.3837.65
Hex99276104B25281493b26
Octal23147141011345505117346
Binary10011001100111110000101001011100101101000101001001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992761; }

 p { color: rgb(153,39,97); }

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

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

 a { background-color: rgb(153,39,97); }

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

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

 span { border-color: rgb(153,39,97); }

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