#9E276A

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

Shades of Lipstick #9E276A

Tints of Lipstick #9E276A

Color information

#9E276A (or 0x9E276A) is unknown color: approx Lipstick. HEX triplet: 9E, 27 and 6A. RGB value is (158,39,106). Sum of RGB (Red+Green+Blue) = 158+39+106=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E276A is #61D895. Grayscale: #525252. Windows color (decimal): -6412438 or 6956958. OLE color: 6956958.

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

Color convert

RGB15839106-
CMYK00.750.330.38
HSL326.22º60.41%38.63%-
HSV(B)326.22º75.32%61.96%-
XYZ17.439.7614.6-
YUV82.22141.42182.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=52.15%
G=12.87%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583910600.750.330.38326.2260.4138.63
Hex9E276A04B21261463c27
Octal23647152011341465067447
Binary10011110100111110101001001011100001100110101000110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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