#961145

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

Shades of Lipstick #961145

Tints of Lipstick #961145

Color information

#961145 (or 0x961145) is unknown color: approx Lipstick. HEX triplet: 96, 11 and 45. RGB value is (150,17,69). Sum of RGB (Red+Green+Blue) = 150+17+69=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #961145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961145 is #69EEBA. Grayscale: #3E3E3E. Windows color (decimal): -6942395 or 4526486. OLE color: 4526486.

HSL color Cylindrical-coordinate representation of color #961145: hue angle of 336.54º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961145 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB1501769-
CMYK00.890.540.41
HSL336.54º79.64%32.75%-
HSV(B)336.54º88.67%58.82%-
XYZ13.857.316.31-
YUV62.7131.56190.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=63.56%
G=7.20%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150176900.890.540.41336.5479.6432.75
Hex96114505936291515021
Octal226211050131665152112041
Binary10010110100011000101010110011101101010011010100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961145; }

 p { color: rgb(150,17,69); }

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

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

 a { background-color: rgb(150,17,69); }

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

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

 span { border-color: rgb(150,17,69); }

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