#9E234A

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

Shades of Lipstick #9E234A

Tints of Lipstick #9E234A

Color information

#9E234A (or 0x9E234A) is unknown color: approx Lipstick. HEX triplet: 9E, 23 and 4A. RGB value is (158,35,74). Sum of RGB (Red+Green+Blue) = 158+35+74=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E234A is #61DCB5. Grayscale: #4C4C4C. Windows color (decimal): -6413494 or 4858782. OLE color: 4858782.

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

Color convert

RGB1583574-
CMYK00.780.530.38
HSL340.98º63.73%37.84%-
HSV(B)340.98º77.85%61.96%-
XYZ15.948.977.37-
YUV76.22126.75186.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=59.18%
G=13.11%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158357400.780.530.38340.9863.7337.84
Hex9E234A04E35261554026
Octal236431120116654652510046
Binary100111101000111001010010011101101011001101010101011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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