#962768

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

Shades of Lipstick #962768

Tints of Lipstick #962768

Color information

#962768 (or 0x962768) is unknown color: approx Lipstick. HEX triplet: 96, 27 and 68. RGB value is (150,39,104). Sum of RGB (Red+Green+Blue) = 150+39+104=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #962768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962768 is #69D897. Grayscale: #4F4F4F. Windows color (decimal): -6936728 or 6825878. OLE color: 6825878.

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

Color convert

RGB15039104-
CMYK00.740.310.41
HSL324.86º58.73%37.06%-
HSV(B)324.86º74%58.82%-
XYZ15.88.9313.99-
YUV79.6141.77178.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=51.19%
G=13.31%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503910400.740.310.41324.8658.7337.06
Hex96276804A1F291453b25
Octal22647150011237515057345
Binary1001011010011111010000100101011111101001101000101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962768; }

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

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

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

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

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

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

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

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