#9F3256

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

Shades of Lipstick #9F3256

Tints of Lipstick #9F3256

Color information

#9F3256 (or 0x9F3256) is unknown color: approx Lipstick. HEX triplet: 9F, 32 and 56. RGB value is (159,50,86). Sum of RGB (Red+Green+Blue) = 159+50+86=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3256 is #60CDA9. Grayscale: #565656. Windows color (decimal): -6344106 or 5649055. OLE color: 5649055.

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

Color convert

RGB1595086-
CMYK00.690.460.38
HSL340.18º52.15%40.98%-
HSV(B)340.18º68.55%62.35%-
XYZ17.1210.329.89-
YUV86.7127.61179.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=53.90%
G=16.95%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159508600.690.460.38340.1852.1540.98
Hex9F32560452E261543429
Octal23762126010556465246451
Binary10011111110010101011001000101101110100110101010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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