#9d2460

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

Shades of Lipstick #9D2460

Tints of Lipstick #9D2460

Color information

#9D2460 (or 0x9D2460) is unknown color: approx Lipstick. HEX triplet: 9D, 24 and 60. RGB value is (157,36,96). Sum of RGB (Red+Green+Blue) = 157+36+96=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2460 is #62DB9F. Grayscale: #4E4E4E. Windows color (decimal): -6478752 or 6300829. OLE color: 6300829.

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

Color convert

RGB1573696-
CMYK00.770.390.38
HSL330.25º62.69%37.84%-
HSV(B)330.25º77.07%61.57%-
XYZ16.659.2711.98-
YUV79.02137.59183.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=54.33%
G=12.46%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157369600.770.390.38330.2562.6937.84
Hex9D246004D272614a3f26
Octal23544140011547465127746
Binary10011101100100110000001001101100111100110101001010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,36,96); }

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

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

 a { background-color: rgb(157,36,96); }

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

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

 span { border-color: rgb(157,36,96); }

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