#9E2742

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

Shades of Lipstick #9E2742

Tints of Lipstick #9E2742

Color information

#9E2742 (or 0x9E2742) is unknown color: approx Lipstick. HEX triplet: 9E, 27 and 42. RGB value is (158,39,66). Sum of RGB (Red+Green+Blue) = 158+39+66=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2742 is #61D8BD. Grayscale: #4D4D4D. Windows color (decimal): -6412478 or 4335518. OLE color: 4335518.

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

Color convert

RGB1583966-
CMYK00.750.580.38
HSL346.39º60.41%38.63%-
HSV(B)346.39º75.32%61.96%-
XYZ15.819.116.08-
YUV77.66121.42185.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.08%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=60.08%
G=14.83%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158396600.750.580.38346.3960.4138.63
Hex9E274204B3A2615a3c27
Octal23647102011372465327447
Binary10011110100111100001001001011111010100110101011010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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