#96314C

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

Shades of Lipstick #96314C

Tints of Lipstick #96314C

Color information

#96314C (or 0x96314C) is unknown color: approx Lipstick. HEX triplet: 96, 31 and 4C. RGB value is (150,49,76). Sum of RGB (Red+Green+Blue) = 150+49+76=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96314C is #69CEB3. Grayscale: #525252. Windows color (decimal): -6934196 or 4993430. OLE color: 4993430.

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

Color convert

RGB1504976-
CMYK00.670.490.41
HSL343.96º50.75%39.02%-
HSV(B)343.96º67.33%58.82%-
XYZ14.989.27.82-
YUV82.28124.46176.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=54.55%
G=17.82%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150497600.670.490.41343.9650.7539.02
Hex96314C04331291583327
Octal22661114010361515306347
Binary10010110110001100110001000011110001101001101011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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