#9C2159

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

Shades of Lipstick #9C2159

Tints of Lipstick #9C2159

Color information

#9C2159 (or 0x9C2159) is unknown color: approx Lipstick. HEX triplet: 9C, 21 and 59. RGB value is (156,33,89). Sum of RGB (Red+Green+Blue) = 156+33+89=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2159 is #63DEA6. Grayscale: #4C4C4C. Windows color (decimal): -6545063 or 5841308. OLE color: 5841308.

HSL color Cylindrical-coordinate representation of color #9C2159: hue angle of 332.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2159 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1563389-
CMYK00.790.430.39
HSL332.68º65.08%37.06%-
HSV(B)332.68º78.85%61.18%-
XYZ16.068.8810.32-
YUV76.16135.25184.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.12%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=56.12%
G=11.87%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156338900.790.430.39332.6865.0837.06
Hex9C215904F2B2714d4125
Octal234411310117534751510145
Binary100111001000011011001010011111010111001111010011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2159; }

 p { color: rgb(156,33,89); }

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

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

 a { background-color: rgb(156,33,89); }

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

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

 span { border-color: rgb(156,33,89); }

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