#9B255B

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

Shades of Lipstick #9B255B

Tints of Lipstick #9B255B

Color information

#9B255B (or 0x9B255B) is unknown color: approx Lipstick. HEX triplet: 9B, 25 and 5B. RGB value is (155,37,91). Sum of RGB (Red+Green+Blue) = 155+37+91=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B255B is #64DAA4. Grayscale: #4E4E4E. Windows color (decimal): -6609573 or 5973403. OLE color: 5973403.

HSL color Cylindrical-coordinate representation of color #9B255B: hue angle of 332.54º 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 #9B255B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB1553791-
CMYK00.760.410.39
HSL332.54º61.46%37.65%-
HSV(B)332.54º76.13%60.78%-
XYZ16.079.0510.8-
YUV78.44135.09182.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=54.77%
G=13.07%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155379100.760.410.39332.5461.4637.65
Hex9B255B04C292714d3d26
Octal23345133011451475157546
Binary10011011100101101101101001100101001100111101001101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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