#96295F

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

Shades of Lipstick #96295F

Tints of Lipstick #96295F

Color information

#96295F (or 0x96295F) is unknown color: approx Lipstick. HEX triplet: 96, 29 and 5F. RGB value is (150,41,95). Sum of RGB (Red+Green+Blue) = 150+41+95=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #96295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96295F is #69D6A0. Grayscale: #4F4F4F. Windows color (decimal): -6936225 or 6236566. OLE color: 6236566.

HSL color Cylindrical-coordinate representation of color #96295F: hue angle of 330.28º 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 #96295F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1504195-
CMYK00.730.370.41
HSL330.28º57.07%37.45%-
HSV(B)330.28º72.67%58.82%-
XYZ15.448.911.73-
YUV79.75136.61178.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=52.45%
G=14.34%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150419500.730.370.41330.2857.0737.45
Hex96295F049252914a3925
Octal22651137011145515127145
Binary10010110101001101111101001001100101101001101001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96295F; }

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

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

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

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

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

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

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

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