#961E46

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

Shades of Lipstick #961E46

Tints of Lipstick #961E46

Color information

#961E46 (or 0x961E46) is unknown color: approx Lipstick. HEX triplet: 96, 1E and 46. RGB value is (150,30,70). Sum of RGB (Red+Green+Blue) = 150+30+70=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #961E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E46 is #69E1B9. Grayscale: #464646. Windows color (decimal): -6939066 or 4595350. OLE color: 4595350.

HSL color Cylindrical-coordinate representation of color #961E46: hue angle of 340º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E46 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1503070-
CMYK00.800.530.41
HSL340º66.67%35.29%-
HSV(B)340º80%58.82%-
XYZ14.157.856.56-
YUV70.44127.76184.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 70 (27.73% from 255) = 28%
R=60%
G=12%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150307000.800.530.4134066.6735.29
Hex961E4605035291544323
Octal226361060120655152410343
Binary10010110111101000110010100001101011010011010101001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,30,70); }

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

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

 a { background-color: rgb(150,30,70); }

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

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

 span { border-color: rgb(150,30,70); }

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