#9C1D48

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

Shades of Lipstick #9C1D48

Tints of Lipstick #9C1D48

Color information

#9C1D48 (or 0x9C1D48) is unknown color: approx Lipstick. HEX triplet: 9C, 1D and 48. RGB value is (156,29,72). Sum of RGB (Red+Green+Blue) = 156+29+72=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1D48 is #63E2B7. Grayscale: #474747. Windows color (decimal): -6546104 or 4726172. OLE color: 4726172.

HSL color Cylindrical-coordinate representation of color #9C1D48: hue angle of 339.69º 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 #9C1D48 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1562972-
CMYK00.810.540.39
HSL339.69º68.65%36.27%-
HSV(B)339.69º81.41%61.18%-
XYZ15.328.416.95-
YUV71.88128.08188-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=60.70%
G=11.28%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156297200.810.540.39339.6968.6536.27
Hex9C1D4805136271544524
Octal234351100121664752410544
Binary10011100111011001000010100011101101001111010101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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