#961D5E

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

Shades of Lipstick #961D5E

Tints of Lipstick #961D5E

Color information

#961D5E (or 0x961D5E) is unknown color: approx Lipstick. HEX triplet: 96, 1D and 5E. RGB value is (150,29,94). Sum of RGB (Red+Green+Blue) = 150+29+94=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #961D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D5E is #69E2A1. Grayscale: #484848. Windows color (decimal): -6939298 or 6167958. OLE color: 6167958.

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

Color convert

RGB1502994-
CMYK00.810.370.41
HSL327.77º67.6%35.1%-
HSV(B)327.77º80.67%58.82%-
XYZ15.048.1711.37-
YUV72.59140.09183.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=54.95%
G=10.62%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150299400.810.370.41327.7767.635.1
Hex961D5E05125291484423
Octal226351360121455151010443
Binary10010110111011011110010100011001011010011010010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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