#9E2950

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

Shades of Lipstick #9E2950

Tints of Lipstick #9E2950

Color information

#9E2950 (or 0x9E2950) is unknown color: approx Lipstick. HEX triplet: 9E, 29 and 50. RGB value is (158,41,80). Sum of RGB (Red+Green+Blue) = 158+41+80=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2950 is #61D6AF. Grayscale: #505050. Windows color (decimal): -6411952 or 5253534. OLE color: 5253534.

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

Color convert

RGB1584180-
CMYK00.740.490.38
HSL340º58.79%39.02%-
HSV(B)340º74.05%61.96%-
XYZ16.349.438.55-
YUV80.43127.76183.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=56.63%
G=14.70%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158418000.740.490.3834058.7939.02
Hex9E295004A31261543b27
Octal23651120011261465247347
Binary10011110101001101000001001010110001100110101010100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,41,80); }

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

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

 a { background-color: rgb(158,41,80); }

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

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

 span { border-color: rgb(158,41,80); }

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