#992D6C

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

Shades of Lipstick #992D6C

Tints of Lipstick #992D6C

Color information

#992D6C (or 0x992D6C) is unknown color: approx Lipstick. HEX triplet: 99, 2D and 6C. RGB value is (153,45,108). Sum of RGB (Red+Green+Blue) = 153+45+108=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #992D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992D6C is #66D293. Grayscale: #545454. Windows color (decimal): -6738580 or 7089561. OLE color: 7089561.

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

Color convert

RGB15345108-
CMYK00.710.290.4
HSL325º54.55%38.82%-
HSV(B)325º70.59%60%-
XYZ16.789.7315.18-
YUV84.47141.28176.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 14.71%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=50%
G=14.71%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534510800.710.290.432554.5538.82
Hex992D6C0471D281453727
Octal23155154010735505056747
Binary1001100110110111011000100011111101101000101000101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,45,108); }

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

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

 a { background-color: rgb(153,45,108); }

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

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

 span { border-color: rgb(153,45,108); }

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