#963866

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

Shades of Lipstick #963866

Tints of Lipstick #963866

Color information

#963866 (or 0x963866) is unknown color: approx Lipstick. HEX triplet: 96, 38 and 66. RGB value is (150,56,102). Sum of RGB (Red+Green+Blue) = 150+56+102=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #963866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963866 is #69C799. Grayscale: #595959. Windows color (decimal): -6932378 or 6699158. OLE color: 6699158.

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

Color convert

RGB15056102-
CMYK00.630.320.41
HSL330.64º45.63%40.39%-
HSV(B)330.64º62.67%58.82%-
XYZ16.3910.2713.69-
YUV89.35135.14171.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=48.70%
G=18.18%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505610200.630.320.41330.6445.6340.39
Hex96386603F202914b2e28
Octal2267014607740515135650
Binary1001011011100011001100111111100000101001101001011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963866; }

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

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

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

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

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

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

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

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