#961A42

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

Shades of Lipstick #961A42

Tints of Lipstick #961A42

Color information

#961A42 (or 0x961A42) is unknown color: approx Lipstick. HEX triplet: 96, 1A and 42. RGB value is (150,26,66). Sum of RGB (Red+Green+Blue) = 150+26+66=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #961A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A42 is #69E5BD. Grayscale: #434343. Windows color (decimal): -6940094 or 4332182. OLE color: 4332182.

HSL color Cylindrical-coordinate representation of color #961A42: hue angle of 340.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A42 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1502666-
CMYK00.830.560.41
HSL340.65º70.45%34.51%-
HSV(B)340.65º82.67%58.82%-
XYZ13.937.625.89-
YUV67.64127.08186.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=61.98%
G=10.74%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150266600.830.560.41340.6570.4534.51
Hex961A4205338291554623
Octal226321020123705152510643
Binary10010110110101000010010100111110001010011010101011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A42; }

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

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

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

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

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

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

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

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