#9F3458

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

Shades of Lipstick #9F3458

Tints of Lipstick #9F3458

Color information

#9F3458 (or 0x9F3458) is unknown color: approx Lipstick. HEX triplet: 9F, 34 and 58. RGB value is (159,52,88). Sum of RGB (Red+Green+Blue) = 159+52+88=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3458 is #60CBA7. Grayscale: #585858. Windows color (decimal): -6343592 or 5780639. OLE color: 5780639.

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

Color convert

RGB1595288-
CMYK00.670.450.38
HSL339.81º50.71%41.37%-
HSV(B)339.81º67.3%62.35%-
XYZ17.2910.5310.35-
YUV88.1127.95178.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.18%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=53.18%
G=17.39%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159528800.670.450.38339.8150.7141.37
Hex9F34580432D261543329
Octal23764130010355465246351
Binary10011111110100101100001000011101101100110101010100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,88); }

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

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

 a { background-color: rgb(159,52,88); }

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

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

 span { border-color: rgb(159,52,88); }

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