#96326A

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

Shades of Lipstick #96326A

Tints of Lipstick #96326A

Color information

#96326A (or 0x96326A) is unknown color: approx Lipstick. HEX triplet: 96, 32 and 6A. RGB value is (150,50,106). Sum of RGB (Red+Green+Blue) = 150+50+106=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96326A is #69CD95. Grayscale: #565656. Windows color (decimal): -6933910 or 6959766. OLE color: 6959766.

HSL color Cylindrical-coordinate representation of color #96326A: hue angle of 326.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96326A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15050106-
CMYK00.670.290.41
HSL326.4º50%39.22%-
HSV(B)326.4º66.67%58.82%-
XYZ16.329.8114.67-
YUV86.28139.13173.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=49.02%
G=16.34%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505010600.670.290.41326.45039.22
Hex96326A0431D291463227
Octal22662152010335515066247
Binary1001011011001011010100100001111101101001101000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96326A; }

 p { color: rgb(150,50,106); }

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

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

 a { background-color: rgb(150,50,106); }

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

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

 span { border-color: rgb(150,50,106); }

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