#962142

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

Shades of Lipstick #962142

Tints of Lipstick #962142

Color information

#962142 (or 0x962142) is unknown color: approx Lipstick. HEX triplet: 96, 21 and 42. RGB value is (150,33,66). Sum of RGB (Red+Green+Blue) = 150+33+66=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #962142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962142 is #69DEBD. Grayscale: #474747. Windows color (decimal): -6938302 or 4333974. OLE color: 4333974.

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

Color convert

RGB1503366-
CMYK00.780.560.41
HSL343.08º63.93%35.88%-
HSV(B)343.08º78%58.82%-
XYZ14.17.975.95-
YUV71.74124.76183.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=60.24%
G=13.25%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150336600.780.560.41343.0863.9335.88
Hex96214204E38291574024
Octal226411020116705152710044
Binary100101101000011000010010011101110001010011010101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962142; }

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

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

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

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

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

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

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

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