#9e2342

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

Shades of Lipstick #9E2342

Tints of Lipstick #9E2342

Color information

#9E2342 (or 0x9E2342) is unknown color: approx Lipstick. HEX triplet: 9E, 23 and 42. RGB value is (158,35,66). Sum of RGB (Red+Green+Blue) = 158+35+66=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2342 is #61DCBD. Grayscale: #4B4B4B. Windows color (decimal): -6413502 or 4334494. OLE color: 4334494.

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

Color convert

RGB1583566-
CMYK00.780.580.38
HSL344.88º63.73%37.84%-
HSV(B)344.88º77.85%61.96%-
XYZ15.688.866.04-
YUV75.31122.75186.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.00%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=61.00%
G=13.51%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158356600.780.580.38344.8863.7337.84
Hex9E234204E3A261594026
Octal236431020116724653110046
Binary100111101000111000010010011101110101001101010110011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e2342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,35,66); }

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

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

 a { background-color: rgb(158,35,66); }

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

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

 span { border-color: rgb(158,35,66); }

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