#962B66

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

Shades of Lipstick #962B66

Tints of Lipstick #962B66

Color information

#962B66 (or 0x962B66) is unknown color: approx Lipstick. HEX triplet: 96, 2B and 66. RGB value is (150,43,102). Sum of RGB (Red+Green+Blue) = 150+43+102=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #962B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B66 is #69D499. Grayscale: #515151. Windows color (decimal): -6935706 or 6695830. OLE color: 6695830.

HSL color Cylindrical-coordinate representation of color #962B66: hue angle of 326.92º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B66 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15043102-
CMYK00.710.320.41
HSL326.92º55.44%37.84%-
HSV(B)326.92º71.33%58.82%-
XYZ15.849.1713.51-
YUV81.72139.45176.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=50.85%
G=14.58%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504310200.710.320.41326.9255.4437.84
Hex962B6604720291473726
Octal22653146010740515076746
Binary10010110101011110011001000111100000101001101000111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962B66; }

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

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

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

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

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

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

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

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