#962866

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

Shades of Lipstick #962866

Tints of Lipstick #962866

Color information

#962866 (or 0x962866) is unknown color: approx Lipstick. HEX triplet: 96, 28 and 66. RGB value is (150,40,102). Sum of RGB (Red+Green+Blue) = 150+40+102=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #962866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962866 is #69D799. Grayscale: #4F4F4F. Windows color (decimal): -6936474 or 6695062. OLE color: 6695062.

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

Color convert

RGB15040102-
CMYK00.730.320.41
HSL326.18º57.89%37.25%-
HSV(B)326.18º73.33%58.82%-
XYZ15.738.9613.47-
YUV79.96140.44177.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=51.37%
G=13.70%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504010200.730.320.41326.1857.8937.25
Hex96286604920291463a25
Octal22650146011140515067245
Binary10010110101000110011001001001100000101001101000110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962866; }

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

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

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

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

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

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

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

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