#962F65

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

Shades of Lipstick #962F65

Tints of Lipstick #962F65

Color information

#962F65 (or 0x962F65) is unknown color: approx Lipstick. HEX triplet: 96, 2F and 65. RGB value is (150,47,101). Sum of RGB (Red+Green+Blue) = 150+47+101=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F65 is #69D09A. Grayscale: #535353. Windows color (decimal): -6934683 or 6631318. OLE color: 6631318.

HSL color Cylindrical-coordinate representation of color #962F65: hue angle of 328.54º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F65 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15047101-
CMYK00.690.330.41
HSL328.54º52.28%38.63%-
HSV(B)328.54º68.67%58.82%-
XYZ15.949.4613.3-
YUV83.95137.62175.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=50.34%
G=15.77%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504710100.690.330.41328.5452.2838.63
Hex962F6504521291493427
Octal22657145010541515116447
Binary10010110101111110010101000101100001101001101001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,47,101); }

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

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

 a { background-color: rgb(150,47,101); }

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

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

 span { border-color: rgb(150,47,101); }

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