#9E1B54

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

Shades of Lipstick #9E1B54

Tints of Lipstick #9E1B54

Color information

#9E1B54 (or 0x9E1B54) is unknown color: approx Lipstick. HEX triplet: 9E, 1B and 54. RGB value is (158,27,84). Sum of RGB (Red+Green+Blue) = 158+27+84=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1B54 is #61E4AB. Grayscale: #484848. Windows color (decimal): -6415532 or 5512094. OLE color: 5512094.

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

Color convert

RGB1582784-
CMYK00.830.470.38
HSL333.89º70.81%36.27%-
HSV(B)333.89º82.91%61.96%-
XYZ16.098.699.22-
YUV72.67134.4188.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=58.74%
G=10.04%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158278400.830.470.38333.8970.8136.27
Hex9E1B540532F2614e4724
Octal236331240123574651610744
Binary10011110110111010100010100111011111001101010011101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,27,84); }

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

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

 a { background-color: rgb(158,27,84); }

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

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

 span { border-color: rgb(158,27,84); }

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