#9D294A

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

Shades of Lipstick #9D294A

Tints of Lipstick #9D294A

Color information

#9D294A (or 0x9D294A) is unknown color: approx Lipstick. HEX triplet: 9D, 29 and 4A. RGB value is (157,41,74). Sum of RGB (Red+Green+Blue) = 157+41+74=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D294A is #62D6B5. Grayscale: #4F4F4F. Windows color (decimal): -6477494 or 4860317. OLE color: 4860317.

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

Color convert

RGB1574174-
CMYK00.740.530.38
HSL342.93º58.59%38.82%-
HSV(B)342.93º73.89%61.57%-
XYZ15.939.257.42-
YUV79.45124.93183.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.72%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=57.72%
G=15.07%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157417400.740.530.38342.9358.5938.82
Hex9D294A04A35261573b27
Octal23551112011265465277347
Binary10011101101001100101001001010110101100110101010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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