#9F235A

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

Shades of Lipstick #9F235A

Tints of Lipstick #9F235A

Color information

#9F235A (or 0x9F235A) is unknown color: approx Lipstick. HEX triplet: 9F, 23 and 5A. RGB value is (159,35,90). Sum of RGB (Red+Green+Blue) = 159+35+90=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F235A is #60DCA5. Grayscale: #4E4E4E. Windows color (decimal): -6347942 or 5907359. OLE color: 5907359.

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

Color convert

RGB1593590-
CMYK00.780.430.38
HSL333.39º63.92%38.04%-
HSV(B)333.39º77.99%62.35%-
XYZ16.749.3110.59-
YUV78.35134.58185.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.99%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=55.99%
G=12.32%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159359000.780.430.38333.3963.9238.04
Hex9F235A04E2B2614d4026
Octal237431320116534651510046
Binary100111111000111011010010011101010111001101010011011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,35,90); }

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

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

 a { background-color: rgb(159,35,90); }

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

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

 span { border-color: rgb(159,35,90); }

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