#9b2559

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

Shades of Lipstick #9B2559

Tints of Lipstick #9B2559

Color information

#9B2559 (or 0x9B2559) is unknown color: approx Lipstick. HEX triplet: 9B, 25 and 59. RGB value is (155,37,89). Sum of RGB (Red+Green+Blue) = 155+37+89=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2559 is #64DAA6. Grayscale: #4E4E4E. Windows color (decimal): -6609575 or 5842331. OLE color: 5842331.

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

Color convert

RGB1553789-
CMYK00.760.430.39
HSL333.56º61.46%37.65%-
HSV(B)333.56º76.13%60.78%-
XYZ15.989.0110.35-
YUV78.21134.09182.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=55.16%
G=13.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155378900.760.430.39333.5661.4637.65
Hex9B255904C2B2714e3d26
Octal23345131011453475167546
Binary10011011100101101100101001100101011100111101001110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,37,89); }

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

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

 a { background-color: rgb(155,37,89); }

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

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

 span { border-color: rgb(155,37,89); }

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