#9D294E

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

Shades of Lipstick #9D294E

Tints of Lipstick #9D294E

Color information

#9D294E (or 0x9D294E) is unknown color: approx Lipstick. HEX triplet: 9D, 29 and 4E. RGB value is (157,41,78). Sum of RGB (Red+Green+Blue) = 157+41+78=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D294E is #62D6B1. Grayscale: #4F4F4F. Windows color (decimal): -6477490 or 5122461. OLE color: 5122461.

HSL color Cylindrical-coordinate representation of color #9D294E: hue angle of 340.86º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D294E is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1574178-
CMYK00.740.500.38
HSL340.86º58.59%38.82%-
HSV(B)340.86º73.89%61.57%-
XYZ16.079.38.16-
YUV79.9126.93182.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.88%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=56.88%
G=14.86%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157417800.740.500.38340.8658.5938.82
Hex9D294E04A32261553b27
Octal23551116011262465257347
Binary10011101101001100111001001010110010100110101010101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,41,78); }

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

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

 a { background-color: rgb(157,41,78); }

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

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

 span { border-color: rgb(157,41,78); }

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