#9A2960

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

Shades of Lipstick #9A2960

Tints of Lipstick #9A2960

Color information

#9A2960 (or 0x9A2960) is unknown color: approx Lipstick. HEX triplet: 9A, 29 and 60. RGB value is (154,41,96). Sum of RGB (Red+Green+Blue) = 154+41+96=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2960 is #65D69F. Grayscale: #505050. Windows color (decimal): -6674080 or 6302106. OLE color: 6302106.

HSL color Cylindrical-coordinate representation of color #9A2960: hue angle of 330.8º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2960 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1544196-
CMYK00.730.380.40
HSL330.8º57.95%38.24%-
HSV(B)330.8º73.38%60.39%-
XYZ16.239.312.01-
YUV81.06136.44180.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.92%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=52.92%
G=14.09%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154419600.730.380.40330.857.9538.24
Hex9A2960049262814b3a26
Octal23251140011146505137246
Binary10011010101001110000001001001100110101000101001011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,41,96); }

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

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

 a { background-color: rgb(154,41,96); }

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

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

 span { border-color: rgb(154,41,96); }

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