#9C1744

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

Shades of Lipstick #9C1744

Tints of Lipstick #9C1744

Color information

#9C1744 (or 0x9C1744) is unknown color: approx Lipstick. HEX triplet: 9C, 17 and 44. RGB value is (156,23,68). Sum of RGB (Red+Green+Blue) = 156+23+68=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1744 is #63E8BB. Grayscale: #434343. Windows color (decimal): -6547644 or 4462492. OLE color: 4462492.

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

Color convert

RGB1562368-
CMYK00.850.560.39
HSL339.7º74.3%35.1%-
HSV(B)339.7º85.26%61.18%-
XYZ15.068.16.24-
YUV67.9128.06190.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=63.16%
G=9.31%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156236800.850.560.39339.774.335.1
Hex9C174405538271544a23
Octal234271040125704752411243
Binary10011100101111000100010101011110001001111010101001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,23,68); }

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

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

 a { background-color: rgb(156,23,68); }

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

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

 span { border-color: rgb(156,23,68); }

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