#9C1648

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

Shades of Lipstick #9C1648

Tints of Lipstick #9C1648

Color information

#9C1648 (or 0x9C1648) is unknown color: approx Lipstick. HEX triplet: 9C, 16 and 48. RGB value is (156,22,72). Sum of RGB (Red+Green+Blue) = 156+22+72=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1648 is #63E9B7. Grayscale: #434343. Windows color (decimal): -6547896 or 4724380. OLE color: 4724380.

HSL color Cylindrical-coordinate representation of color #9C1648: hue angle of 337.61º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1648 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1562272-
CMYK00.860.540.39
HSL337.61º75.28%34.9%-
HSV(B)337.61º85.9%61.18%-
XYZ15.178.116.9-
YUV67.77130.39190.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=62.4%
G=8.8%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156227200.860.540.39337.6175.2834.9
Hex9C164805636271524b23
Octal234261100126664752211343
Binary10011100101101001000010101101101101001111010100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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