#9A3363

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

Shades of Lipstick #9A3363

Tints of Lipstick #9A3363

Color information

#9A3363 (or 0x9A3363) is unknown color: approx Lipstick. HEX triplet: 9A, 33 and 63. RGB value is (154,51,99). Sum of RGB (Red+Green+Blue) = 154+51+99=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3363 is #65CC9C. Grayscale: #575757. Windows color (decimal): -6671517 or 6501274. OLE color: 6501274.

HSL color Cylindrical-coordinate representation of color #9A3363: hue angle of 332.04º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3363 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1545199-
CMYK00.670.360.40
HSL332.04º50.24%40.2%-
HSV(B)332.04º66.88%60.39%-
XYZ16.7610.1412.88-
YUV87.27134.62175.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.66%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=50.66%
G=16.78%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154519900.670.360.40332.0450.2440.2
Hex9A3363043242814c3228
Octal23263143010344505146250
Binary10011010110011110001101000011100100101000101001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,51,99); }

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

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

 a { background-color: rgb(154,51,99); }

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

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

 span { border-color: rgb(154,51,99); }

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