#9C2959

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

Shades of Lipstick #9C2959

Tints of Lipstick #9C2959

Color information

#9C2959 (or 0x9C2959) is unknown color: approx Lipstick. HEX triplet: 9C, 29 and 59. RGB value is (156,41,89). Sum of RGB (Red+Green+Blue) = 156+41+89=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2959 is #63D6A6. Grayscale: #505050. Windows color (decimal): -6543015 or 5843356. OLE color: 5843356.

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

Color convert

RGB1564189-
CMYK00.740.430.39
HSL334.96º58.38%38.63%-
HSV(B)334.96º73.72%61.18%-
XYZ16.319.3810.4-
YUV80.86132.6181.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.55%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=54.55%
G=14.34%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156418900.740.430.39334.9658.3838.63
Hex9C295904A2B2714f3a27
Octal23451131011253475177247
Binary10011100101001101100101001010101011100111101001111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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