#9A1C59

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

Shades of Lipstick #9A1C59

Tints of Lipstick #9A1C59

Color information

#9A1C59 (or 0x9A1C59) is unknown color: approx Lipstick. HEX triplet: 9A, 1C and 59. RGB value is (154,28,89). Sum of RGB (Red+Green+Blue) = 154+28+89=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1C59 is #65E3A6. Grayscale: #484848. Windows color (decimal): -6677415 or 5840026. OLE color: 5840026.

HSL color Cylindrical-coordinate representation of color #9A1C59: hue angle of 330.95º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C59 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1542889-
CMYK00.820.420.40
HSL330.95º69.23%35.69%-
HSV(B)330.95º81.82%60.39%-
XYZ15.548.4210.26-
YUV72.63137.24186.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.83%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=56.83%
G=10.33%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154288900.820.420.40330.9569.2335.69
Hex9A1C590522A2814b4524
Octal232341310122525051310544
Binary10011010111001011001010100101010101010001010010111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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