#9F2262

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

Shades of Lipstick #9F2262

Tints of Lipstick #9F2262

Color information

#9F2262 (or 0x9F2262) is unknown color: approx Lipstick. HEX triplet: 9F, 22 and 62. RGB value is (159,34,98). Sum of RGB (Red+Green+Blue) = 159+34+98=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2262 is #60DD9D. Grayscale: #4E4E4E. Windows color (decimal): -6348190 or 6431391. OLE color: 6431391.

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

Color convert

RGB1593498-
CMYK00.790.380.38
HSL329.28º64.77%37.84%-
HSV(B)329.28º78.62%62.35%-
XYZ17.079.412.47-
YUV78.67138.91185.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.64%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=54.64%
G=11.68%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159349800.790.380.38329.2864.7737.84
Hex9F226204F26261494126
Octal237421420117464651110146
Binary100111111000101100010010011111001101001101010010011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,34,98); }

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

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

 a { background-color: rgb(159,34,98); }

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

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

 span { border-color: rgb(159,34,98); }

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