#97315E

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

Shades of Lipstick #97315E

Tints of Lipstick #97315E

Color information

#97315E (or 0x97315E) is unknown color: approx Lipstick. HEX triplet: 97, 31 and 5E. RGB value is (151,49,94). Sum of RGB (Red+Green+Blue) = 151+49+94=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97315E is #68CEA1. Grayscale: #545454. Windows color (decimal): -6868642 or 6173079. OLE color: 6173079.

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

Color convert

RGB1514994-
CMYK00.680.380.41
HSL333.53º51%39.22%-
HSV(B)333.53º67.55%59.22%-
XYZ15.889.5811.6-
YUV84.63133.29175.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=51.36%
G=16.67%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151499400.680.380.41333.535139.22
Hex97315E044262914e3327
Octal22761136010446515166347
Binary10010111110001101111001000100100110101001101001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,49,94); }

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

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

 a { background-color: rgb(151,49,94); }

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

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

 span { border-color: rgb(151,49,94); }

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