#961842

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

Shades of Lipstick #961842

Tints of Lipstick #961842

Color information

#961842 (or 0x961842) is unknown color: approx Lipstick. HEX triplet: 96, 18 and 42. RGB value is (150,24,66). Sum of RGB (Red+Green+Blue) = 150+24+66=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #961842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961842 is #69E7BD. Grayscale: #424242. Windows color (decimal): -6940606 or 4331670. OLE color: 4331670.

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

Color convert

RGB1502466-
CMYK00.840.560.41
HSL340º72.41%34.12%-
HSV(B)340º84%58.82%-
XYZ13.897.535.88-
YUV66.46127.74187.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=62.5%
G=10%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150246600.840.560.4134072.4134.12
Hex96184205438291544822
Octal226301020124705152411042
Binary10010110110001000010010101001110001010011010101001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961842; }

 p { color: rgb(150,24,66); }

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

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

 a { background-color: rgb(150,24,66); }

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

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

 span { border-color: rgb(150,24,66); }

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