#9B2665

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

Shades of Lipstick #9B2665

Tints of Lipstick #9B2665

Color information

#9B2665 (or 0x9B2665) is unknown color: approx Lipstick. HEX triplet: 9B, 26 and 65. RGB value is (155,38,101). Sum of RGB (Red+Green+Blue) = 155+38+101=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2665 is #64D99A. Grayscale: #505050. Windows color (decimal): -6609307 or 6629019. OLE color: 6629019.

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

Color convert

RGB15538101-
CMYK00.750.350.39
HSL327.69º60.62%37.84%-
HSV(B)327.69º75.48%60.78%-
XYZ16.569.2913.23-
YUV80.16139.76181.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=52.72%
G=12.93%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553810100.750.350.39327.6960.6237.84
Hex9B266504B23271483d26
Octal23346145011343475107546
Binary10011011100110110010101001011100011100111101001000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,38,101); }

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

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

 a { background-color: rgb(155,38,101); }

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

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

 span { border-color: rgb(155,38,101); }

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