#96296A

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

Shades of Lipstick #96296A

Tints of Lipstick #96296A

Color information

#96296A (or 0x96296A) is unknown color: approx Lipstick. HEX triplet: 96, 29 and 6A. RGB value is (150,41,106). Sum of RGB (Red+Green+Blue) = 150+41+106=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296A is #69D695. Grayscale: #505050. Windows color (decimal): -6936214 or 6957462. OLE color: 6957462.

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

Color convert

RGB15041106-
CMYK00.730.290.41
HSL324.22º57.07%37.45%-
HSV(B)324.22º72.67%58.82%-
XYZ15.979.1114.55-
YUV81142.11177.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=50.51%
G=13.80%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504110600.730.290.41324.2257.0737.45
Hex96296A0491D291443925
Octal22651152011135515047145
Binary1001011010100111010100100100111101101001101000100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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