#9C2A5E

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

Shades of Lipstick #9C2A5E

Tints of Lipstick #9C2A5E

Color information

#9C2A5E (or 0x9C2A5E) is unknown color: approx Lipstick. HEX triplet: 9C, 2A and 5E. RGB value is (156,42,94). Sum of RGB (Red+Green+Blue) = 156+42+94=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2A5E is #63D5A1. Grayscale: #515151. Windows color (decimal): -6542754 or 6171292. OLE color: 6171292.

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

Color convert

RGB1564294-
CMYK00.730.400.39
HSL332.63º57.58%38.82%-
HSV(B)332.63º73.08%61.18%-
XYZ16.569.5311.56-
YUV82.01134.77180.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.42%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=53.42%
G=14.38%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156429400.730.400.39332.6357.5838.82
Hex9C2A5E049282714d3a27
Octal23452136011150475157247
Binary10011100101010101111001001001101000100111101001101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,94); }

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

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

 a { background-color: rgb(156,42,94); }

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

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

 span { border-color: rgb(156,42,94); }

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