#9B3463

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

Shades of Lipstick #9B3463

Tints of Lipstick #9B3463

Color information

#9B3463 (or 0x9B3463) is unknown color: approx Lipstick. HEX triplet: 9B, 34 and 63. RGB value is (155,52,99). Sum of RGB (Red+Green+Blue) = 155+52+99=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3463 is #64CB9C. Grayscale: #585858. Windows color (decimal): -6605725 or 6501531. OLE color: 6501531.

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

Color convert

RGB1555299-
CMYK00.660.360.39
HSL332.62º49.76%40.59%-
HSV(B)332.62º66.45%60.78%-
XYZ1710.3312.9-
YUV88.16134.12175.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=50.65%
G=16.99%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155529900.660.360.39332.6249.7640.59
Hex9B3463042242714d3229
Octal23364143010244475156251
Binary10011011110100110001101000010100100100111101001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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