#961D56

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

Shades of Lipstick #961D56

Tints of Lipstick #961D56

Color information

#961D56 (or 0x961D56) is unknown color: approx Lipstick. HEX triplet: 96, 1D and 56. RGB value is (150,29,86). Sum of RGB (Red+Green+Blue) = 150+29+86=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #961D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D56 is #69E2A9. Grayscale: #474747. Windows color (decimal): -6939306 or 5643670. OLE color: 5643670.

HSL color Cylindrical-coordinate representation of color #961D56: hue angle of 331.74º 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 #961D56 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1502986-
CMYK00.810.430.41
HSL331.74º67.6%35.1%-
HSV(B)331.74º80.67%58.82%-
XYZ14.78.039.58-
YUV71.68136.09183.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=56.60%
G=10.94%
B=32.45%

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
Decimal150298600.810.430.41331.7467.635.1
Hex961D560512B2914c4423
Octal226351260121535151410443
Binary10010110111011010110010100011010111010011010011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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