#9D2769

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

Shades of Lipstick #9D2769

Tints of Lipstick #9D2769

Color information

#9D2769 (or 0x9D2769) is unknown color: approx Lipstick. HEX triplet: 9D, 27 and 69. RGB value is (157,39,105). Sum of RGB (Red+Green+Blue) = 157+39+105=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2769 is #62D896. Grayscale: #515151. Windows color (decimal): -6477975 or 6891421. OLE color: 6891421.

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

Color convert

RGB15739105-
CMYK00.750.330.38
HSL326.44º60.2%38.43%-
HSV(B)326.44º75.16%61.57%-
XYZ17.189.6414.32-
YUV81.81141.09181.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=52.16%
G=12.96%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573910500.750.330.38326.4460.238.43
Hex9D276904B21261463c26
Octal23547151011341465067446
Binary10011101100111110100101001011100001100110101000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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