#9C1543

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

Shades of Lipstick #9C1543

Tints of Lipstick #9C1543

Color information

#9C1543 (or 0x9C1543) is unknown color: approx Lipstick. HEX triplet: 9C, 15 and 43. RGB value is (156,21,67). Sum of RGB (Red+Green+Blue) = 156+21+67=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1543 is #63EABC. Grayscale: #424242. Windows color (decimal): -6548157 or 4396444. OLE color: 4396444.

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

Color convert

RGB1562167-
CMYK00.870.570.39
HSL339.56º76.27%34.71%-
HSV(B)339.56º86.54%61.18%-
XYZ14.998.016.07-
YUV66.61128.23191.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.93%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=63.93%
G=8.61%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156216700.870.570.39339.5676.2734.71
Hex9C154305739271544c23
Octal234251030127714752411443
Binary10011100101011000011010101111110011001111010101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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