#96314E

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

Shades of Lipstick #96314E

Tints of Lipstick #96314E

Color information

#96314E (or 0x96314E) is unknown color: approx Lipstick. HEX triplet: 96, 31 and 4E. RGB value is (150,49,78). Sum of RGB (Red+Green+Blue) = 150+49+78=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96314E is #69CEB1. Grayscale: #525252. Windows color (decimal): -6934194 or 5124502. OLE color: 5124502.

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

Color convert

RGB1504978-
CMYK00.670.480.41
HSL342.77º50.75%39.02%-
HSV(B)342.77º67.33%58.82%-
XYZ15.059.238.2-
YUV82.5125.46176.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=54.15%
G=17.69%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150497800.670.480.41342.7750.7539.02
Hex96314E04330291573327
Octal22661116010360515276347
Binary10010110110001100111001000011110000101001101010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96314E; }

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

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

<style>
 a { background-color: #96314E; }

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

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

<style>
 span { border-color: #96314E; }

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

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