#961547

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

Shades of Lipstick #961547

Tints of Lipstick #961547

Color information

#961547 (or 0x961547) is unknown color: approx Lipstick. HEX triplet: 96, 15 and 47. RGB value is (150,21,71). Sum of RGB (Red+Green+Blue) = 150+21+71=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #961547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961547 is #69EAB8. Grayscale: #414141. Windows color (decimal): -6941369 or 4658582. OLE color: 4658582.

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

Color convert

RGB1502171-
CMYK00.860.530.41
HSL336.74º75.44%33.53%-
HSV(B)336.74º86%58.82%-
XYZ13.987.486.67-
YUV65.27131.24188.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=61.98%
G=8.68%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150217100.860.530.41336.7475.4433.53
Hex96154705635291514b22
Octal226251070126655152111342
Binary10010110101011000111010101101101011010011010100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961547; }

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

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

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

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

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

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

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

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