#961D55

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

Shades of Lipstick #961D55

Tints of Lipstick #961D55

Color information

#961D55 (or 0x961D55) is unknown color: approx Lipstick. HEX triplet: 96, 1D and 55. RGB value is (150,29,85). Sum of RGB (Red+Green+Blue) = 150+29+85=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #961D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D55 is #69E2AA. Grayscale: #474747. Windows color (decimal): -6939307 or 5578134. OLE color: 5578134.

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

Color convert

RGB1502985-
CMYK00.810.430.41
HSL332.23º67.6%35.1%-
HSV(B)332.23º80.67%58.82%-
XYZ14.668.029.37-
YUV71.56135.59183.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=56.82%
G=10.98%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150298500.810.430.41332.2367.635.1
Hex961D550512B2914c4423
Octal226351250121535151410443
Binary10010110111011010101010100011010111010011010011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,29,85); }

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

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

 a { background-color: rgb(150,29,85); }

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

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

 span { border-color: rgb(150,29,85); }

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