#9D2765

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

Shades of Lipstick #9D2765

Tints of Lipstick #9D2765

Color information

#9D2765 (or 0x9D2765) is unknown color: approx Lipstick. HEX triplet: 9D, 27 and 65. RGB value is (157,39,101). Sum of RGB (Red+Green+Blue) = 157+39+101=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2765 is #62D89A. Grayscale: #515151. Windows color (decimal): -6477979 or 6629277. OLE color: 6629277.

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

Color convert

RGB15739101-
CMYK00.750.360.38
HSL328.47º60.2%38.43%-
HSV(B)328.47º75.16%61.57%-
XYZ16.989.5613.26-
YUV81.35139.09181.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.86%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=52.86%
G=13.13%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573910100.750.360.38328.4760.238.43
Hex9D276504B24261483c26
Octal23547145011344465107446
Binary10011101100111110010101001011100100100110101001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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