#9d2560

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

Shades of Lipstick #9D2560

Tints of Lipstick #9D2560

Color information

#9D2560 (or 0x9D2560) is unknown color: approx Lipstick. HEX triplet: 9D, 25 and 60. RGB value is (157,37,96). Sum of RGB (Red+Green+Blue) = 157+37+96=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2560 is #62DA9F. Grayscale: #4F4F4F. Windows color (decimal): -6478496 or 6301085. OLE color: 6301085.

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

Color convert

RGB1573796-
CMYK00.760.390.38
HSL330.5º61.86%38.04%-
HSV(B)330.5º76.43%61.57%-
XYZ16.689.3411.99-
YUV79.61137.26183.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=54.14%
G=12.76%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157379600.760.390.38330.561.8638.04
Hex9D256004C272614a3e26
Octal23545140011447465127646
Binary10011101100101110000001001100100111100110101001010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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