#962861

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

Shades of Lipstick #962861

Tints of Lipstick #962861

Color information

#962861 (or 0x962861) is unknown color: approx Lipstick. HEX triplet: 96, 28 and 61. RGB value is (150,40,97). Sum of RGB (Red+Green+Blue) = 150+40+97=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #962861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962861 is #69D79E. Grayscale: #4F4F4F. Windows color (decimal): -6936479 or 6367382. OLE color: 6367382.

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

Color convert

RGB1504097-
CMYK00.730.350.41
HSL328.91º57.89%37.25%-
HSV(B)328.91º73.33%58.82%-
XYZ15.498.8612.2-
YUV79.39137.94178.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=52.26%
G=13.94%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150409700.730.350.41328.9157.8937.25
Hex96286104923291493a25
Octal22650141011143515117245
Binary10010110101000110000101001001100011101001101001001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962861; }

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

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

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

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

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

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

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

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