#961D54

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

Shades of Lipstick #961D54

Tints of Lipstick #961D54

Color information

#961D54 (or 0x961D54) is unknown color: approx Lipstick. HEX triplet: 96, 1D and 54. RGB value is (150,29,84). Sum of RGB (Red+Green+Blue) = 150+29+84=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #961D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D54 is #69E2AB. Grayscale: #474747. Windows color (decimal): -6939308 or 5512598. OLE color: 5512598.

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

Color convert

RGB1502984-
CMYK00.810.440.41
HSL332.73º67.6%35.1%-
HSV(B)332.73º80.67%58.82%-
XYZ14.6289.16-
YUV71.45135.09184.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=57.03%
G=11.03%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150298400.810.440.41332.7367.635.1
Hex961D540512C2914d4423
Octal226351240121545151510443
Binary10010110111011010100010100011011001010011010011011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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