#992f52

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

Shades of Lipstick #992F52

Tints of Lipstick #992F52

Color information

#992F52 (or 0x992F52) is unknown color: approx Lipstick. HEX triplet: 99, 2F and 52. RGB value is (153,47,82). Sum of RGB (Red+Green+Blue) = 153+47+82=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #992F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992F52 is #66D0AD. Grayscale: #525252. Windows color (decimal): -6738094 or 5386137. OLE color: 5386137.

HSL color Cylindrical-coordinate representation of color #992F52: hue angle of 340.19º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F52 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1534782-
CMYK00.690.460.4
HSL340.19º53%39.22%-
HSV(B)340.19º69.28%60%-
XYZ15.689.418.97-
YUV82.68127.62178.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=54.26%
G=16.67%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153478200.690.460.4340.195339.22
Hex992F520452E281543527
Octal23157122010556505246547
Binary10011001101111101001001000101101110101000101010100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992f52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,47,82); }

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

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

 a { background-color: rgb(153,47,82); }

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

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

 span { border-color: rgb(153,47,82); }

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