#9C1D4C

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

Shades of Lipstick #9C1D4C

Tints of Lipstick #9C1D4C

Color information

#9C1D4C (or 0x9C1D4C) is unknown color: approx Lipstick. HEX triplet: 9C, 1D and 4C. RGB value is (156,29,76). Sum of RGB (Red+Green+Blue) = 156+29+76=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1D4C is #63E2B3. Grayscale: #484848. Windows color (decimal): -6546100 or 4988316. OLE color: 4988316.

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

Color convert

RGB1562976-
CMYK00.810.510.39
HSL337.8º68.65%36.27%-
HSV(B)337.8º81.41%61.18%-
XYZ15.458.477.66-
YUV72.33130.08187.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 29 (11.72% from 255) = 11.11%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=59.77%
G=11.11%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156297600.810.510.39337.868.6536.27
Hex9C1D4C05133271524524
Octal234351140121634752210544
Binary10011100111011001100010100011100111001111010100101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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