#96345D

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

Shades of Lipstick #96345D

Tints of Lipstick #96345D

Color information

#96345D (or 0x96345D) is unknown color: approx Lipstick. HEX triplet: 96, 34 and 5D. RGB value is (150,52,93). Sum of RGB (Red+Green+Blue) = 150+52+93=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96345D is #69CBA2. Grayscale: #555555. Windows color (decimal): -6933411 or 6108310. OLE color: 6108310.

HSL color Cylindrical-coordinate representation of color #96345D: hue angle of 334.9º 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 #96345D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1505293-
CMYK00.650.380.41
HSL334.9º48.51%39.61%-
HSV(B)334.9º65.33%58.82%-
XYZ15.789.7311.4-
YUV85.98131.97173.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=50.85%
G=17.63%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150529300.650.380.41334.948.5139.61
Hex96345D041262914f3128
Octal22664135010146515176150
Binary10010110110100101110101000001100110101001101001111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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