#962B63

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

Shades of Lipstick #962B63

Tints of Lipstick #962B63

Color information

#962B63 (or 0x962B63) is unknown color: approx Lipstick. HEX triplet: 96, 2B and 63. RGB value is (150,43,99). Sum of RGB (Red+Green+Blue) = 150+43+99=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #962B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B63 is #69D49C. Grayscale: #515151. Windows color (decimal): -6935709 or 6499222. OLE color: 6499222.

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

Color convert

RGB1504399-
CMYK00.710.340.41
HSL328.6º55.44%37.84%-
HSV(B)328.6º71.33%58.82%-
XYZ15.699.1112.74-
YUV81.38137.95176.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 43 (17.19% from 255) = 14.73%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=51.37%
G=14.73%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150439900.710.340.41328.655.4437.84
Hex962B6304722291493726
Octal22653143010742515116746
Binary10010110101011110001101000111100010101001101001001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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