#96365B

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

Shades of Lipstick #96365B

Tints of Lipstick #96365B

Color information

#96365B (or 0x96365B) is unknown color: approx Lipstick. HEX triplet: 96, 36 and 5B. RGB value is (150,54,91). Sum of RGB (Red+Green+Blue) = 150+54+91=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96365B is #69C9A4. Grayscale: #565656. Windows color (decimal): -6932901 or 5977750. OLE color: 5977750.

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

Color convert

RGB1505491-
CMYK00.640.390.41
HSL336.88º47.06%40%-
HSV(B)336.88º64%58.82%-
XYZ15.799.8810.97-
YUV86.92130.3172.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=50.85%
G=18.31%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150549100.640.390.41336.8847.0640
Hex96365B04027291512f28
Octal22666133010047515215750
Binary10010110110110101101101000000100111101001101010001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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