#9C2947

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

Shades of Lipstick #9C2947

Tints of Lipstick #9C2947

Color information

#9C2947 (or 0x9C2947) is unknown color: approx Lipstick. HEX triplet: 9C, 29 and 47. RGB value is (156,41,71). Sum of RGB (Red+Green+Blue) = 156+41+71=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2947 is #63D6B8. Grayscale: #4E4E4E. Windows color (decimal): -6543033 or 4663708. OLE color: 4663708.

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

Color convert

RGB1564171-
CMYK00.740.540.39
HSL344.35º58.38%38.63%-
HSV(B)344.35º73.72%61.18%-
XYZ15.649.116.9-
YUV78.8123.6183.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.21%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=58.21%
G=15.30%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156417100.740.540.39344.3558.3838.63
Hex9C294704A36271583a27
Octal23451107011266475307247
Binary10011100101001100011101001010110110100111101011000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,41,71); }

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

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

 a { background-color: rgb(156,41,71); }

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

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

 span { border-color: rgb(156,41,71); }

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