#962449

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

Shades of Lipstick #962449

Tints of Lipstick #962449

Color information

#962449 (or 0x962449) is unknown color: approx Lipstick. HEX triplet: 96, 24 and 49. RGB value is (150,36,73). Sum of RGB (Red+Green+Blue) = 150+36+73=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #962449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962449 is #69DBB6. Grayscale: #4A4A4A. Windows color (decimal): -6937527 or 4793494. OLE color: 4793494.

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

Color convert

RGB1503673-
CMYK00.760.510.41
HSL340.53º61.29%36.47%-
HSV(B)340.53º76%58.82%-
XYZ14.418.237.13-
YUV74.3127.27181.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=57.92%
G=13.90%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150367300.760.510.41340.5361.2936.47
Hex96244904C33291553d24
Octal22644111011463515257544
Binary10010110100100100100101001100110011101001101010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962449; }

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

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

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

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

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

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

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

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