#992A5A

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

Shades of Lipstick #992A5A

Tints of Lipstick #992A5A

Color information

#992A5A (or 0x992A5A) is unknown color: approx Lipstick. HEX triplet: 99, 2A and 5A. RGB value is (153,42,90). Sum of RGB (Red+Green+Blue) = 153+42+90=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #992A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A5A is #66D5A5. Grayscale: #505050. Windows color (decimal): -6739366 or 5909145. OLE color: 5909145.

HSL color Cylindrical-coordinate representation of color #992A5A: hue angle of 334.05º degrees, saturation: 0.57, 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 #992A5A is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1534290-
CMYK00.730.410.4
HSL334.05º56.92%38.24%-
HSV(B)334.05º72.55%60%-
XYZ15.819.1710.61-
YUV80.66133.27179.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=53.68%
G=14.74%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153429000.730.410.4334.0556.9238.24
Hex992A5A049292814e3926
Octal23152132011151505167146
Binary10011001101010101101001001001101001101000101001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,42,90); }

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

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

 a { background-color: rgb(153,42,90); }

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

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

 span { border-color: rgb(153,42,90); }

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