#9D2760

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

Shades of Lipstick #9D2760

Tints of Lipstick #9D2760

Color information

#9D2760 (or 0x9D2760) is unknown color: approx Lipstick. HEX triplet: 9D, 27 and 60. RGB value is (157,39,96). Sum of RGB (Red+Green+Blue) = 157+39+96=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2760 is #62D89F. Grayscale: #505050. Windows color (decimal): -6477984 or 6301597. OLE color: 6301597.

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

Color convert

RGB1573996-
CMYK00.750.390.38
HSL331.02º60.2%38.43%-
HSV(B)331.02º75.16%61.57%-
XYZ16.749.4612.01-
YUV80.78136.59182.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.77%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=53.77%
G=13.36%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157399600.750.390.38331.0260.238.43
Hex9D276004B272614b3c26
Octal23547140011347465137446
Binary10011101100111110000001001011100111100110101001011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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