#9F3254

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

Shades of Lipstick #9F3254

Tints of Lipstick #9F3254

Color information

#9F3254 (or 0x9F3254) is unknown color: approx Lipstick. HEX triplet: 9F, 32 and 54. RGB value is (159,50,84). Sum of RGB (Red+Green+Blue) = 159+50+84=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3254 is #60CDAB. Grayscale: #565656. Windows color (decimal): -6344108 or 5517983. OLE color: 5517983.

HSL color Cylindrical-coordinate representation of color #9F3254: hue angle of 341.28º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3254 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB1595084-
CMYK00.690.470.38
HSL341.28º52.15%40.98%-
HSV(B)341.28º68.55%62.35%-
XYZ17.0410.299.48-
YUV86.47126.61179.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.27%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 84 (33.20% from 255) = 28.67%
R=54.27%
G=17.06%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159508400.690.470.38341.2852.1540.98
Hex9F32540452F261553429
Octal23762124010557465256451
Binary10011111110010101010001000101101111100110101010101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,50,84); }

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

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

 a { background-color: rgb(159,50,84); }

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

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

 span { border-color: rgb(159,50,84); }

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