#97295A

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

Shades of Lipstick #97295A

Tints of Lipstick #97295A

Color information

#97295A (or 0x97295A) is unknown color: approx Lipstick. HEX triplet: 97, 29 and 5A. RGB value is (151,41,90). Sum of RGB (Red+Green+Blue) = 151+41+90=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #97295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97295A is #68D6A5. Grayscale: #4F4F4F. Windows color (decimal): -6870694 or 5908887. OLE color: 5908887.

HSL color Cylindrical-coordinate representation of color #97295A: hue angle of 333.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97295A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1514190-
CMYK00.730.400.41
HSL333.27º57.29%37.65%-
HSV(B)333.27º72.85%59.22%-
XYZ15.48.910.58-
YUV79.48133.94179.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.55%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=53.55%
G=14.54%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151419000.730.400.41333.2757.2937.65
Hex97295A049282914d3926
Octal22751132011150515157146
Binary10010111101001101101001001001101000101001101001101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,41,90); }

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

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

 a { background-color: rgb(151,41,90); }

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

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

 span { border-color: rgb(151,41,90); }

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