#9F2751

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

Shades of Lipstick #9F2751

Tints of Lipstick #9F2751

Color information

#9F2751 (or 0x9F2751) is unknown color: approx Lipstick. HEX triplet: 9F, 27 and 51. RGB value is (159,39,81). Sum of RGB (Red+Green+Blue) = 159+39+81=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2751 is #60D8AE. Grayscale: #4F4F4F. Windows color (decimal): -6346927 or 5318559. OLE color: 5318559.

HSL color Cylindrical-coordinate representation of color #9F2751: hue angle of 339º 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 #9F2751 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB1593981-
CMYK00.750.490.38
HSL339º60.61%38.82%-
HSV(B)339º75.47%62.35%-
XYZ16.519.428.73-
YUV79.67128.76184.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.99%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=56.99%
G=13.98%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159398100.750.490.3833960.6138.82
Hex9F275104B31261533d27
Octal23747121011361465237547
Binary10011111100111101000101001011110001100110101010011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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