#9b2363

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

Shades of Lipstick #9B2363

Tints of Lipstick #9B2363

Color information

#9B2363 (or 0x9B2363) is unknown color: approx Lipstick. HEX triplet: 9B, 23 and 63. RGB value is (155,35,99). Sum of RGB (Red+Green+Blue) = 155+35+99=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2363 is #64DC9C. Grayscale: #4E4E4E. Windows color (decimal): -6610077 or 6497179. OLE color: 6497179.

HSL color Cylindrical-coordinate representation of color #9B2363: hue angle of 328º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2363 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB1553599-
CMYK00.770.360.39
HSL328º63.16%37.25%-
HSV(B)328º77.42%60.78%-
XYZ16.379.0712.69-
YUV78.18139.76182.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.63%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=53.63%
G=12.11%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155359900.770.360.3932863.1637.25
Hex9B236304D24271483f25
Octal23343143011544475107745
Binary10011011100011110001101001101100100100111101001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,99); }

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

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

 a { background-color: rgb(155,35,99); }

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

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

 span { border-color: rgb(155,35,99); }

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