#963466

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

Shades of Lipstick #963466

Tints of Lipstick #963466

Color information

#963466 (or 0x963466) is unknown color: approx Lipstick. HEX triplet: 96, 34 and 66. RGB value is (150,52,102). Sum of RGB (Red+Green+Blue) = 150+52+102=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #963466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963466 is #69CB99. Grayscale: #565656. Windows color (decimal): -6933402 or 6698134. OLE color: 6698134.

HSL color Cylindrical-coordinate representation of color #963466: hue angle of 329.39º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963466 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15052102-
CMYK00.650.320.41
HSL329.39º48.51%39.61%-
HSV(B)329.39º65.33%58.82%-
XYZ16.29.913.63-
YUV87136.47172.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=49.34%
G=17.11%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505210200.650.320.41329.3948.5139.61
Hex96346604120291493128
Octal22664146010140515116150
Binary10010110110100110011001000001100000101001101001001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963466; }

 p { color: rgb(150,52,102); }

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

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

 a { background-color: rgb(150,52,102); }

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

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

 span { border-color: rgb(150,52,102); }

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