#9C1D55

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

Shades of Lipstick #9C1D55

Tints of Lipstick #9C1D55

Color information

#9C1D55 (or 0x9C1D55) is unknown color: approx Lipstick. HEX triplet: 9C, 1D and 55. RGB value is (156,29,85). Sum of RGB (Red+Green+Blue) = 156+29+85=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1D55 is #63E2AA. Grayscale: #494949. Windows color (decimal): -6546091 or 5578140. OLE color: 5578140.

HSL color Cylindrical-coordinate representation of color #9C1D55: hue angle of 333.54º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D55 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1562985-
CMYK00.810.460.39
HSL333.54º68.65%36.27%-
HSV(B)333.54º81.41%61.18%-
XYZ15.798.69.42-
YUV73.36134.58186.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.78%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=57.78%
G=10.74%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156298500.810.460.39333.5468.6536.27
Hex9C1D550512E2714e4524
Octal234351250121564751610544
Binary10011100111011010101010100011011101001111010011101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,29,85); }

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

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

 a { background-color: rgb(156,29,85); }

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

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

 span { border-color: rgb(156,29,85); }

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