#9f2756

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

Shades of Lipstick #9F2756

Tints of Lipstick #9F2756

Color information

#9F2756 (or 0x9F2756) is unknown color: approx Lipstick. HEX triplet: 9F, 27 and 56. RGB value is (159,39,86). Sum of RGB (Red+Green+Blue) = 159+39+86=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2756 is #60D8A9. Grayscale: #505050. Windows color (decimal): -6346922 or 5646239. OLE color: 5646239.

HSL color Cylindrical-coordinate representation of color #9F2756: hue angle of 336.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2756 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB1593986-
CMYK00.750.460.38
HSL336.5º60.61%38.82%-
HSV(B)336.5º75.47%62.35%-
XYZ16.79.499.76-
YUV80.24131.26184.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.99%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=55.99%
G=13.73%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159398600.750.460.38336.560.6138.82
Hex9F275604B2E261503d27
Octal23747126011356465207547
Binary10011111100111101011001001011101110100110101010000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f2756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,39,86); }

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

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

 a { background-color: rgb(159,39,86); }

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

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

 span { border-color: rgb(159,39,86); }

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