#96346B

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

Shades of Lipstick #96346B

Tints of Lipstick #96346B

Color information

#96346B (or 0x96346B) is unknown color: approx Lipstick. HEX triplet: 96, 34 and 6B. RGB value is (150,52,107). Sum of RGB (Red+Green+Blue) = 150+52+107=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96346B is #69CB94. Grayscale: #575757. Windows color (decimal): -6933397 or 7025814. OLE color: 7025814.

HSL color Cylindrical-coordinate representation of color #96346B: hue angle of 326.33º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96346B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15052107-
CMYK00.650.290.41
HSL326.33º48.51%39.61%-
HSV(B)326.33º65.33%58.82%-
XYZ16.461014.97-
YUV87.57138.97172.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=48.54%
G=16.83%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505210700.650.290.41326.3348.5139.61
Hex96346B0411D291463128
Octal22664153010135515066150
Binary1001011011010011010110100000111101101001101000110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,52,107); }

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

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

 a { background-color: rgb(150,52,107); }

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

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

 span { border-color: rgb(150,52,107); }

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