#96365F

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

Shades of Lipstick #96365F

Tints of Lipstick #96365F

Color information

#96365F (or 0x96365F) is unknown color: approx Lipstick. HEX triplet: 96, 36 and 5F. RGB value is (150,54,95). Sum of RGB (Red+Green+Blue) = 150+54+95=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96365F is #69C9A0. Grayscale: #575757. Windows color (decimal): -6932897 or 6239894. OLE color: 6239894.

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

Color convert

RGB1505495-
CMYK00.640.370.41
HSL334.38º47.06%40%-
HSV(B)334.38º64%58.82%-
XYZ15.969.9511.91-
YUV87.38132.3172.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=50.17%
G=18.06%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150549500.640.370.41334.3847.0640
Hex96365F040252914e2f28
Octal22666137010045515165750
Binary10010110110110101111101000000100101101001101001110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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