#9a2464

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

Shades of Lipstick #9A2464

Tints of Lipstick #9A2464

Color information

#9A2464 (or 0x9A2464) is unknown color: approx Lipstick. HEX triplet: 9A, 24 and 64. RGB value is (154,36,100). Sum of RGB (Red+Green+Blue) = 154+36+100=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2464 is #65DB9B. Grayscale: #4E4E4E. Windows color (decimal): -6675356 or 6562970. OLE color: 6562970.

HSL color Cylindrical-coordinate representation of color #9A2464: hue angle of 327.46º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2464 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB15436100-
CMYK00.770.350.40
HSL327.46º62.11%37.25%-
HSV(B)327.46º76.62%60.39%-
XYZ16.269.0512.95-
YUV78.58140.09181.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.10%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=53.10%
G=12.41%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543610000.770.350.40327.4662.1137.25
Hex9A246404D23281473e25
Octal23244144011543505077645
Binary10011010100100110010001001101100011101000101000111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a2464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,36,100); }

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

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

 a { background-color: rgb(154,36,100); }

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

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

 span { border-color: rgb(154,36,100); }

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