#961A59

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

Shades of Lipstick #961A59

Tints of Lipstick #961A59

Color information

#961A59 (or 0x961A59) is unknown color: approx Lipstick. HEX triplet: 96, 1A and 59. RGB value is (150,26,89). Sum of RGB (Red+Green+Blue) = 150+26+89=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #961A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A59 is #69E5A6. Grayscale: #464646. Windows color (decimal): -6940071 or 5839510. OLE color: 5839510.

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

Color convert

RGB1502689-
CMYK00.830.410.41
HSL329.52º70.45%34.51%-
HSV(B)329.52º82.67%58.82%-
XYZ14.757.9410.21-
YUV70.26138.58184.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=56.60%
G=9.81%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150268900.830.410.41329.5270.4534.51
Hex961A59053292914a4623
Octal226321310123515151210643
Binary10010110110101011001010100111010011010011010010101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A59; }

 p { color: rgb(150,26,89); }

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

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

 a { background-color: rgb(150,26,89); }

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

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

 span { border-color: rgb(150,26,89); }

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