#9E2851

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

Shades of Lipstick #9E2851

Tints of Lipstick #9E2851

Color information

#9E2851 (or 0x9E2851) is unknown color: approx Lipstick. HEX triplet: 9E, 28 and 51. RGB value is (158,40,81). Sum of RGB (Red+Green+Blue) = 158+40+81=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2851 is #61D7AE. Grayscale: #4F4F4F. Windows color (decimal): -6412207 or 5318814. OLE color: 5318814.

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

Color convert

RGB1584081-
CMYK00.750.490.38
HSL339.15º59.6%38.82%-
HSV(B)339.15º74.68%61.96%-
XYZ16.349.388.73-
YUV79.96128.59183.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=56.63%
G=14.34%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158408100.750.490.38339.1559.638.82
Hex9E285104B31261533c27
Octal23650121011361465237447
Binary10011110101000101000101001011110001100110101010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,81); }

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

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

 a { background-color: rgb(158,40,81); }

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

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

 span { border-color: rgb(158,40,81); }

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