#962F61

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

Shades of Lipstick #962F61

Tints of Lipstick #962F61

Color information

#962F61 (or 0x962F61) is unknown color: approx Lipstick. HEX triplet: 96, 2F and 61. RGB value is (150,47,97). Sum of RGB (Red+Green+Blue) = 150+47+97=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #962F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F61 is #69D09E. Grayscale: #535353. Windows color (decimal): -6934687 or 6369174. OLE color: 6369174.

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

Color convert

RGB1504797-
CMYK00.690.350.41
HSL330.87º52.28%38.63%-
HSV(B)330.87º68.67%58.82%-
XYZ15.759.3812.29-
YUV83.5135.62175.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=51.02%
G=15.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150479700.690.350.41330.8752.2838.63
Hex962F61045232914b3427
Octal22657141010543515136447
Binary10010110101111110000101000101100011101001101001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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