#961042

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

Shades of Lipstick #961042

Tints of Lipstick #961042

Color information

#961042 (or 0x961042) is unknown color: approx Lipstick. HEX triplet: 96, 10 and 42. RGB value is (150,16,66). Sum of RGB (Red+Green+Blue) = 150+16+66=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #961042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961042 is #69EFBD. Grayscale: #3D3D3D. Windows color (decimal): -6942654 or 4329622. OLE color: 4329622.

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

Color convert

RGB1501666-
CMYK00.890.560.41
HSL337.61º80.72%32.55%-
HSV(B)337.61º89.33%58.82%-
XYZ13.757.255.83-
YUV61.77130.39190.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.66%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=64.66%
G=6.90%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150166600.890.560.41337.6180.7232.55
Hex96104205938291525121
Octal226201020131705152212141
Binary10010110100001000010010110011110001010011010100101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961042; }

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

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

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

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

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

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

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

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