#961956

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

Shades of Lipstick #961956

Tints of Lipstick #961956

Color information

#961956 (or 0x961956) is unknown color: approx Lipstick. HEX triplet: 96, 19 and 56. RGB value is (150,25,86). Sum of RGB (Red+Green+Blue) = 150+25+86=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #961956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961956 is #69E6A9. Grayscale: #454545. Windows color (decimal): -6940330 or 5642646. OLE color: 5642646.

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

Color convert

RGB1502586-
CMYK00.830.430.41
HSL330.72º71.43%34.31%-
HSV(B)330.72º83.33%58.82%-
XYZ14.617.859.55-
YUV69.33137.41185.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=57.47%
G=9.58%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150258600.830.430.41330.7271.4334.31
Hex9619560532B2914b4722
Octal226311260123535151310742
Binary10010110110011010110010100111010111010011010010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961956; }

 p { color: rgb(150,25,86); }

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

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

 a { background-color: rgb(150,25,86); }

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

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

 span { border-color: rgb(150,25,86); }

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