#96315D

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

Shades of Lipstick #96315D

Tints of Lipstick #96315D

Color information

#96315D (or 0x96315D) is unknown color: approx Lipstick. HEX triplet: 96, 31 and 5D. RGB value is (150,49,93). Sum of RGB (Red+Green+Blue) = 150+49+93=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96315D is #69CEA2. Grayscale: #545454. Windows color (decimal): -6934179 or 6107542. OLE color: 6107542.

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

Color convert

RGB1504993-
CMYK00.670.380.41
HSL333.86º50.75%39.02%-
HSV(B)333.86º67.33%58.82%-
XYZ15.659.4711.36-
YUV84.22132.96174.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=51.37%
G=16.78%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150499300.670.380.41333.8650.7539.02
Hex96315D043262914e3327
Octal22661135010346515166347
Binary10010110110001101110101000011100110101001101001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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