#9C1544

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

Shades of Lipstick #9C1544

Tints of Lipstick #9C1544

Color information

#9C1544 (or 0x9C1544) is unknown color: approx Lipstick. HEX triplet: 9C, 15 and 44. RGB value is (156,21,68). Sum of RGB (Red+Green+Blue) = 156+21+68=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1544 is #63EABB. Grayscale: #424242. Windows color (decimal): -6548156 or 4461980. OLE color: 4461980.

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

Color convert

RGB1562168-
CMYK00.870.560.39
HSL339.11º76.27%34.71%-
HSV(B)339.11º86.54%61.18%-
XYZ15.028.026.23-
YUV66.72128.73191.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=63.67%
G=8.57%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156216800.870.560.39339.1176.2734.71
Hex9C154405738271534c23
Octal234251040127704752311443
Binary10011100101011000100010101111110001001111010100111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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