#961247

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

Shades of Lipstick #961247

Tints of Lipstick #961247

Color information

#961247 (or 0x961247) is unknown color: approx Lipstick. HEX triplet: 96, 12 and 47. RGB value is (150,18,71). Sum of RGB (Red+Green+Blue) = 150+18+71=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #961247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961247 is #69EDB8. Grayscale: #3F3F3F. Windows color (decimal): -6942137 or 4657814. OLE color: 4657814.

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

Color convert

RGB1501871-
CMYK00.880.530.41
HSL335.91º78.57%32.94%-
HSV(B)335.91º88%58.82%-
XYZ13.937.376.65-
YUV63.51132.23189.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=62.76%
G=7.53%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150187100.880.530.41335.9178.5732.94
Hex96124705835291504f21
Octal226221070130655152011741
Binary10010110100101000111010110001101011010011010100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961247; }

 p { color: rgb(150,18,71); }

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

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

 a { background-color: rgb(150,18,71); }

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

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

 span { border-color: rgb(150,18,71); }

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