#96365D

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

Shades of Lipstick #96365D

Tints of Lipstick #96365D

Color information

#96365D (or 0x96365D) is unknown color: approx Lipstick. HEX triplet: 96, 36 and 5D. RGB value is (150,54,93). Sum of RGB (Red+Green+Blue) = 150+54+93=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96365D is #69C9A2. Grayscale: #575757. Windows color (decimal): -6932899 or 6108822. OLE color: 6108822.

HSL color Cylindrical-coordinate representation of color #96365D: hue angle of 335.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96365D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1505493-
CMYK00.640.380.41
HSL335.62º47.06%40%-
HSV(B)335.62º64%58.82%-
XYZ15.879.9111.43-
YUV87.15131.3172.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=50.51%
G=18.18%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150549300.640.380.41335.6247.0640
Hex96365D04026291502f28
Octal22666135010046515205750
Binary10010110110110101110101000000100110101001101010000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96365D; }

 p { color: rgb(150,54,93); }

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

<style>
 a { background-color: #96365D; }

 a { background-color: rgb(150,54,93); }

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

<style>
 span { border-color: #96365D; }

 span { border-color: rgb(150,54,93); }

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