#961951

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

Shades of Lipstick #961951

Tints of Lipstick #961951

Color information

#961951 (or 0x961951) is unknown color: approx Lipstick. HEX triplet: 96, 19 and 51. RGB value is (150,25,81). Sum of RGB (Red+Green+Blue) = 150+25+81=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #961951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961951 is #69E6AE. Grayscale: #444444. Windows color (decimal): -6940335 or 5314966. OLE color: 5314966.

HSL color Cylindrical-coordinate representation of color #961951: hue angle of 333.12º 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 #961951 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB1502581-
CMYK00.830.460.41
HSL333.12º71.43%34.31%-
HSV(B)333.12º83.33%58.82%-
XYZ14.417.778.53-
YUV68.76134.91185.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=58.59%
G=9.77%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150258100.830.460.41333.1271.4334.31
Hex9619510532E2914d4722
Octal226311210123565151510742
Binary10010110110011010001010100111011101010011010011011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961951; }

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

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

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

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

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

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

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

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