#961649

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

Shades of Lipstick #961649

Tints of Lipstick #961649

Color information

#961649 (or 0x961649) is unknown color: approx Lipstick. HEX triplet: 96, 16 and 49. RGB value is (150,22,73). Sum of RGB (Red+Green+Blue) = 150+22+73=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #961649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961649 is #69E9B6. Grayscale: #424242. Windows color (decimal): -6941111 or 4789910. OLE color: 4789910.

HSL color Cylindrical-coordinate representation of color #961649: hue angle of 336.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961649 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1502273-
CMYK00.850.510.41
HSL336.09º74.42%33.73%-
HSV(B)336.09º85.33%58.82%-
XYZ14.077.547.02-
YUV66.09131.91187.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=61.22%
G=8.98%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150227300.850.510.41336.0974.4233.73
Hex96164905533291504a22
Octal226261110125635152011242
Binary10010110101101001001010101011100111010011010100001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961649; }

 p { color: rgb(150,22,73); }

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

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

 a { background-color: rgb(150,22,73); }

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

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

 span { border-color: rgb(150,22,73); }

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