#9f2567

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

Shades of Lipstick #9F2567

Tints of Lipstick #9F2567

Color information

#9F2567 (or 0x9F2567) is unknown color: approx Lipstick. HEX triplet: 9F, 25 and 67. RGB value is (159,37,103). Sum of RGB (Red+Green+Blue) = 159+37+103=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2567 is #60DA98. Grayscale: #505050. Windows color (decimal): -6347417 or 6759839. OLE color: 6759839.

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

Color convert

RGB15937103-
CMYK00.770.350.38
HSL327.54º62.24%38.43%-
HSV(B)327.54º76.73%62.35%-
XYZ17.419.6713.78-
YUV81140.42183.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.18%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=53.18%
G=12.37%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593710300.770.350.38327.5462.2438.43
Hex9F256704D23261483e26
Octal23745147011543465107646
Binary10011111100101110011101001101100011100110101001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f2567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,103); }

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

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

 a { background-color: rgb(159,37,103); }

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

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

 span { border-color: rgb(159,37,103); }

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