#962663

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

Shades of Lipstick #962663

Tints of Lipstick #962663

Color information

#962663 (or 0x962663) is unknown color: approx Lipstick. HEX triplet: 96, 26 and 63. RGB value is (150,38,99). Sum of RGB (Red+Green+Blue) = 150+38+99=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #962663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962663 is #69D99C. Grayscale: #4E4E4E. Windows color (decimal): -6936989 or 6497942. OLE color: 6497942.

HSL color Cylindrical-coordinate representation of color #962663: hue angle of 327.32º 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 #962663 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1503899-
CMYK00.750.340.41
HSL327.32º59.57%36.86%-
HSV(B)327.32º74.67%58.82%-
XYZ15.528.7712.68-
YUV78.44139.61179.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=52.26%
G=13.24%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150389900.750.340.41327.3259.5736.86
Hex96266304B22291473c25
Octal22646143011342515077445
Binary10010110100110110001101001011100010101001101000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962663; }

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

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

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

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

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

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

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

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