#9B2F66

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

Shades of Lipstick #9B2F66

Tints of Lipstick #9B2F66

Color information

#9B2F66 (or 0x9B2F66) is unknown color: approx Lipstick. HEX triplet: 9B, 2F and 66. RGB value is (155,47,102). Sum of RGB (Red+Green+Blue) = 155+47+102=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2F66 is #64D099. Grayscale: #555555. Windows color (decimal): -6607002 or 6696859. OLE color: 6696859.

HSL color Cylindrical-coordinate representation of color #9B2F66: hue angle of 329.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F66 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15547102-
CMYK00.700.340.39
HSL329.44º53.47%39.61%-
HSV(B)329.44º69.68%60.78%-
XYZ16.939.9613.6-
YUV85.56137.28177.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=50.99%
G=15.46%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554710200.700.340.39329.4453.4739.61
Hex9B2F6604622271493528
Octal23357146010642475116550
Binary10011011101111110011001000110100010100111101001001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,102); }

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

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

 a { background-color: rgb(155,47,102); }

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

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

 span { border-color: rgb(155,47,102); }

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