#96316A

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

Shades of Lipstick #96316A

Tints of Lipstick #96316A

Color information

#96316A (or 0x96316A) is unknown color: approx Lipstick. HEX triplet: 96, 31 and 6A. RGB value is (150,49,106). Sum of RGB (Red+Green+Blue) = 150+49+106=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96316A is #69CE95. Grayscale: #555555. Windows color (decimal): -6934166 or 6959510. OLE color: 6959510.

HSL color Cylindrical-coordinate representation of color #96316A: hue angle of 326.14º 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 #96316A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15049106-
CMYK00.670.290.41
HSL326.14º50.75%39.02%-
HSV(B)326.14º67.33%58.82%-
XYZ16.289.7214.65-
YUV85.7139.46173.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=49.18%
G=16.07%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504910600.670.290.41326.1450.7539.02
Hex96316A0431D291463327
Octal22661152010335515066347
Binary1001011011000111010100100001111101101001101000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96316A; }

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

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

<style>
 a { background-color: #96316A; }

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

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

<style>
 span { border-color: #96316A; }

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

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