#992F63

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

Shades of Lipstick #992F63

Tints of Lipstick #992F63

Color information

#992F63 (or 0x992F63) is unknown color: approx Lipstick. HEX triplet: 99, 2F and 63. RGB value is (153,47,99). Sum of RGB (Red+Green+Blue) = 153+47+99=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #992F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992F63 is #66D09C. Grayscale: #545454. Windows color (decimal): -6738077 or 6500249. OLE color: 6500249.

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

Color convert

RGB1534799-
CMYK00.690.350.4
HSL330.57º53%39.22%-
HSV(B)330.57º69.28%60%-
XYZ16.419.7112.81-
YUV84.62136.12176.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=51.17%
G=15.72%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153479900.690.350.4330.575339.22
Hex992F63045232814b3527
Octal23157143010543505136547
Binary10011001101111110001101000101100011101000101001011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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