#9F234D

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

Shades of Lipstick #9F234D

Tints of Lipstick #9F234D

Color information

#9F234D (or 0x9F234D) is unknown color: approx Lipstick. HEX triplet: 9F, 23 and 4D. RGB value is (159,35,77). Sum of RGB (Red+Green+Blue) = 159+35+77=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F234D is #60DCB2. Grayscale: #4C4C4C. Windows color (decimal): -6347955 or 5055391. OLE color: 5055391.

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

Color convert

RGB1593577-
CMYK00.780.520.38
HSL339.68º63.92%38.04%-
HSV(B)339.68º77.99%62.35%-
XYZ16.249.117.92-
YUV76.86128.08186.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=58.67%
G=12.92%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159357700.780.520.38339.6863.9238.04
Hex9F234D04E34261544026
Octal237431150116644652410046
Binary100111111000111001101010011101101001001101010101001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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