#962D68

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

Shades of Lipstick #962D68

Tints of Lipstick #962D68

Color information

#962D68 (or 0x962D68) is unknown color: approx Lipstick. HEX triplet: 96, 2D and 68. RGB value is (150,45,104). Sum of RGB (Red+Green+Blue) = 150+45+104=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #962D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D68 is #69D297. Grayscale: #525252. Windows color (decimal): -6935192 or 6827414. OLE color: 6827414.

HSL color Cylindrical-coordinate representation of color #962D68: hue angle of 326.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D68 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15045104-
CMYK00.700.310.41
HSL326.29º53.85%38.24%-
HSV(B)326.29º70%58.82%-
XYZ16.019.3614.06-
YUV83.12139.79175.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=50.17%
G=15.05%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504510400.700.310.41326.2953.8538.24
Hex962D680461F291463626
Octal22655150010637515066646
Binary1001011010110111010000100011011111101001101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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