#962659

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

Shades of Lipstick #962659

Tints of Lipstick #962659

Color information

#962659 (or 0x962659) is unknown color: approx Lipstick. HEX triplet: 96, 26 and 59. RGB value is (150,38,89). Sum of RGB (Red+Green+Blue) = 150+38+89=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #962659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962659 is #69D9A6. Grayscale: #4D4D4D. Windows color (decimal): -6936999 or 5842582. OLE color: 5842582.

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

Color convert

RGB1503889-
CMYK00.750.410.41
HSL332.68º59.57%36.86%-
HSV(B)332.68º74.67%58.82%-
XYZ15.078.5910.32-
YUV77.3134.61179.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=54.15%
G=13.72%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150388900.750.410.41332.6859.5736.86
Hex96265904B292914d3c25
Octal22646131011351515157445
Binary10010110100110101100101001011101001101001101001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962659; }

 p { color: rgb(150,38,89); }

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

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

 a { background-color: rgb(150,38,89); }

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

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

 span { border-color: rgb(150,38,89); }

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