#992160

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

Shades of Lipstick #992160

Tints of Lipstick #992160

Color information

#992160 (or 0x992160) is unknown color: approx Lipstick. HEX triplet: 99, 21 and 60. RGB value is (153,33,96). Sum of RGB (Red+Green+Blue) = 153+33+96=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #992160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992160 is #66DE9F. Grayscale: #4B4B4B. Windows color (decimal): -6741664 or 6300057. OLE color: 6300057.

HSL color Cylindrical-coordinate representation of color #992160: hue angle of 328.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992160 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1533396-
CMYK00.780.370.4
HSL328.5º64.52%36.47%-
HSV(B)328.5º78.43%60%-
XYZ15.798.711.91-
YUV76.06139.26182.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=54.26%
G=11.70%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153339600.780.370.4328.564.5236.47
Hex99216004E25281484124
Octal231411400116455051010144
Binary100110011000011100000010011101001011010001010010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992160; }

 p { color: rgb(153,33,96); }

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

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

 a { background-color: rgb(153,33,96); }

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

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

 span { border-color: rgb(153,33,96); }

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