#96395A

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

Shades of Lipstick #96395A

Tints of Lipstick #96395A

Color information

#96395A (or 0x96395A) is unknown color: approx Lipstick. HEX triplet: 96, 39 and 5A. RGB value is (150,57,90). Sum of RGB (Red+Green+Blue) = 150+57+90=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96395A is #69C6A5. Grayscale: #585858. Windows color (decimal): -6932134 or 5912982. OLE color: 5912982.

HSL color Cylindrical-coordinate representation of color #96395A: hue angle of 338.71º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96395A is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB1505790-
CMYK00.620.40.41
HSL338.71º44.93%40.59%-
HSV(B)338.71º62%58.82%-
XYZ15.8910.1510.79-
YUV88.57128.81171.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=50.51%
G=19.19%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150579000.620.40.41338.7144.9340.59
Hex96395A03E28291532d29
Octal2267113207650515235551
Binary1001011011100110110100111110101000101001101010011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,57,90); }

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

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

 a { background-color: rgb(150,57,90); }

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

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

 span { border-color: rgb(150,57,90); }

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