#9E1A46

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

Shades of Lipstick #9E1A46

Tints of Lipstick #9E1A46

Color information

#9E1A46 (or 0x9E1A46) is unknown color: approx Lipstick. HEX triplet: 9E, 1A and 46. RGB value is (158,26,70). Sum of RGB (Red+Green+Blue) = 158+26+70=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1A46 is #61E5B9. Grayscale: #464646. Windows color (decimal): -6415802 or 4594334. OLE color: 4594334.

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

Color convert

RGB1582670-
CMYK00.840.560.38
HSL340º71.74%36.08%-
HSV(B)340º83.54%61.96%-
XYZ15.588.456.6-
YUV70.48127.73190.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.20%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=62.20%
G=10.24%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158267000.840.560.3834071.7436.08
Hex9E1A4605438261544824
Octal236321060124704652411044
Binary10011110110101000110010101001110001001101010101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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