#9E2442

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

Shades of Lipstick #9E2442

Tints of Lipstick #9E2442

Color information

#9E2442 (or 0x9E2442) is unknown color: approx Lipstick. HEX triplet: 9E, 24 and 42. RGB value is (158,36,66). Sum of RGB (Red+Green+Blue) = 158+36+66=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2442 is #61DBBD. Grayscale: #4B4B4B. Windows color (decimal): -6413246 or 4334750. OLE color: 4334750.

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

Color convert

RGB1583666-
CMYK00.770.580.38
HSL345.25º62.89%38.04%-
HSV(B)345.25º77.22%61.96%-
XYZ15.718.926.05-
YUV75.9122.42186.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=60.77%
G=13.85%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158366600.770.580.38345.2562.8938.04
Hex9E244204D3A261593f26
Octal23644102011572465317746
Binary10011110100100100001001001101111010100110101011001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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