#992F6E

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

Shades of Lipstick #992F6E

Tints of Lipstick #992F6E

Color information

#992F6E (or 0x992F6E) is unknown color: approx Lipstick. HEX triplet: 99, 2F and 6E. RGB value is (153,47,110). Sum of RGB (Red+Green+Blue) = 153+47+110=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #992F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992F6E is #66D091. Grayscale: #555555. Windows color (decimal): -6738066 or 7221145. OLE color: 7221145.

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

Color convert

RGB15347110-
CMYK00.690.280.4
HSL324.34º53%39.22%-
HSV(B)324.34º69.28%60%-
XYZ16.979.9315.77-
YUV85.88141.62175.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=49.35%
G=15.16%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534711000.690.280.4324.345339.22
Hex992F6E0451C281443527
Octal23157156010534505046547
Binary1001100110111111011100100010111100101000101000100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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