#9D294F

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

Shades of Lipstick #9D294F

Tints of Lipstick #9D294F

Color information

#9D294F (or 0x9D294F) is unknown color: approx Lipstick. HEX triplet: 9D, 29 and 4F. RGB value is (157,41,79). Sum of RGB (Red+Green+Blue) = 157+41+79=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D294F is #62D6B0. Grayscale: #4F4F4F. Windows color (decimal): -6477489 or 5187997. OLE color: 5187997.

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

Color convert

RGB1574179-
CMYK00.740.500.38
HSL340.34º58.59%38.82%-
HSV(B)340.34º73.89%61.57%-
XYZ16.119.328.35-
YUV80.02127.43182.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.68%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=56.68%
G=14.80%
B=28.52%

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
Decimal157417900.740.500.38340.3458.5938.82
Hex9D294F04A32261543b27
Octal23551117011262465247347
Binary10011101101001100111101001010110010100110101010100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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