#992A57

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

Shades of Lipstick #992A57

Tints of Lipstick #992A57

Color information

#992A57 (or 0x992A57) is unknown color: approx Lipstick. HEX triplet: 99, 2A and 57. RGB value is (153,42,87). Sum of RGB (Red+Green+Blue) = 153+42+87=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #992A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A57 is #66D5A8. Grayscale: #505050. Windows color (decimal): -6739369 or 5712537. OLE color: 5712537.

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

Color convert

RGB1534287-
CMYK00.730.430.4
HSL335.68º56.92%38.24%-
HSV(B)335.68º72.55%60%-
XYZ15.699.129.95-
YUV80.32131.77179.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=54.26%
G=14.89%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153428700.730.430.4335.6856.9238.24
Hex992A570492B281503926
Octal23152127011153505207146
Binary10011001101010101011101001001101011101000101010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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