#962B68

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

Shades of Lipstick #962B68

Tints of Lipstick #962B68

Color information

#962B68 (or 0x962B68) is unknown color: approx Lipstick. HEX triplet: 96, 2B and 68. RGB value is (150,43,104). Sum of RGB (Red+Green+Blue) = 150+43+104=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #962B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B68 is #69D497. Grayscale: #515151. Windows color (decimal): -6935704 or 6826902. OLE color: 6826902.

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

Color convert

RGB15043104-
CMYK00.710.310.41
HSL325.79º55.44%37.84%-
HSV(B)325.79º71.33%58.82%-
XYZ15.949.2114.03-
YUV81.95140.45176.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=50.51%
G=14.48%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504310400.710.310.41325.7955.4437.84
Hex962B680471F291463726
Octal22653150010737515066746
Binary1001011010101111010000100011111111101001101000110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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