#9e1e46

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

Shades of Lipstick #9E1E46

Tints of Lipstick #9E1E46

Color information

#9E1E46 (or 0x9E1E46) is unknown color: approx Lipstick. HEX triplet: 9E, 1E and 46. RGB value is (158,30,70). Sum of RGB (Red+Green+Blue) = 158+30+70=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E46 is #61E1B9. Grayscale: #484848. Windows color (decimal): -6414778 or 4595358. OLE color: 4595358.

HSL color Cylindrical-coordinate representation of color #9E1E46: hue angle of 341.25º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E1E46 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB1583070-
CMYK00.810.560.38
HSL341.25º68.09%36.86%-
HSV(B)341.25º81.01%61.96%-
XYZ15.678.646.64-
YUV72.83126.41188.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.24%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 70 (27.73% from 255) = 27.13%
R=61.24%
G=11.63%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158307000.810.560.38341.2568.0936.86
Hex9E1E4605138261554425
Octal236361060121704652510445
Binary10011110111101000110010100011110001001101010101011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1e46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,30,70); }

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

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

 a { background-color: rgb(158,30,70); }

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

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

 span { border-color: rgb(158,30,70); }

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