#962241

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

Shades of Lipstick #962241

Tints of Lipstick #962241

Color information

#962241 (or 0x962241) is unknown color: approx Lipstick. HEX triplet: 96, 22 and 41. RGB value is (150,34,65). Sum of RGB (Red+Green+Blue) = 150+34+65=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #962241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962241 is #69DDBE. Grayscale: #484848. Windows color (decimal): -6938047 or 4268694. OLE color: 4268694.

HSL color Cylindrical-coordinate representation of color #962241: hue angle of 343.97º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962241 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1503465-
CMYK00.770.570.41
HSL343.97º63.04%36.08%-
HSV(B)343.97º77.33%58.82%-
XYZ14.18.015.8-
YUV72.22123.93183.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=60.24%
G=13.65%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150346500.770.570.41343.9763.0436.08
Hex96224104D39291583f24
Octal22642101011571515307744
Binary10010110100010100000101001101111001101001101011000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962241; }

 p { color: rgb(150,34,65); }

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

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

 a { background-color: rgb(150,34,65); }

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

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

 span { border-color: rgb(150,34,65); }

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