#992A5B

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

Shades of Lipstick #992A5B

Tints of Lipstick #992A5B

Color information

#992A5B (or 0x992A5B) is unknown color: approx Lipstick. HEX triplet: 99, 2A and 5B. RGB value is (153,42,91). Sum of RGB (Red+Green+Blue) = 153+42+91=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #992A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A5B is #66D5A4. Grayscale: #505050. Windows color (decimal): -6739365 or 5974681. OLE color: 5974681.

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

Color convert

RGB1534291-
CMYK00.730.410.4
HSL333.51º56.92%38.24%-
HSV(B)333.51º72.55%60%-
XYZ15.859.1810.83-
YUV80.77133.77179.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 42 (16.80% from 255) = 14.69%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=53.50%
G=14.69%
B=31.82%

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
Decimal153429100.730.410.4333.5156.9238.24
Hex992A5B049292814e3926
Octal23152133011151505167146
Binary10011001101010101101101001001101001101000101001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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