#9A2C59

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

Shades of Lipstick #9A2C59

Tints of Lipstick #9A2C59

Color information

#9A2C59 (or 0x9A2C59) is unknown color: approx Lipstick. HEX triplet: 9A, 2C and 59. RGB value is (154,44,89). Sum of RGB (Red+Green+Blue) = 154+44+89=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2C59 is #65D3A6. Grayscale: #515151. Windows color (decimal): -6673319 or 5844122. OLE color: 5844122.

HSL color Cylindrical-coordinate representation of color #9A2C59: hue angle of 335.45º degrees, saturation: 0.56, 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 #9A2C59 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1544489-
CMYK00.710.420.40
HSL335.45º55.56%38.82%-
HSV(B)335.45º71.43%60.39%-
XYZ16.039.3910.42-
YUV82.02131.94179.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.66%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=53.66%
G=15.33%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154448900.710.420.40335.4555.5638.82
Hex9A2C590472A2814f3827
Octal23254131010752505177047
Binary10011010101100101100101000111101010101000101001111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,44,89); }

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

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

 a { background-color: rgb(154,44,89); }

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

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

 span { border-color: rgb(154,44,89); }

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