#97395C

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

Shades of Lipstick #97395C

Tints of Lipstick #97395C

Color information

#97395C (or 0x97395C) is unknown color: approx Lipstick. HEX triplet: 97, 39 and 5C. RGB value is (151,57,92). Sum of RGB (Red+Green+Blue) = 151+57+92=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #97395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97395C is #68C6A3. Grayscale: #595959. Windows color (decimal): -6866596 or 6044055. OLE color: 6044055.

HSL color Cylindrical-coordinate representation of color #97395C: hue angle of 337.66º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97395C is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1515792-
CMYK00.620.390.41
HSL337.66º45.19%40.78%-
HSV(B)337.66º62.25%59.22%-
XYZ16.1610.2811.26-
YUV89.1129.64172.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=50.33%
G=19%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151579200.620.390.41337.6645.1940.78
Hex97395C03E27291522d29
Octal2277113407647515225551
Binary1001011111100110111000111110100111101001101010010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,57,92); }

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

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

 a { background-color: rgb(151,57,92); }

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

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

 span { border-color: rgb(151,57,92); }

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