#97395D

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

Shades of Lipstick #97395D

Tints of Lipstick #97395D

Color information

#97395D (or 0x97395D) is unknown color: approx Lipstick. HEX triplet: 97, 39 and 5D. RGB value is (151,57,93). Sum of RGB (Red+Green+Blue) = 151+57+93=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97395D is #68C6A2. Grayscale: #595959. Windows color (decimal): -6866595 or 6109591. OLE color: 6109591.

HSL color Cylindrical-coordinate representation of color #97395D: hue angle of 337.02º 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 #97395D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1515793-
CMYK00.620.380.41
HSL337.02º45.19%40.78%-
HSV(B)337.02º62.25%59.22%-
XYZ16.210.311.49-
YUV89.21130.14172.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=50.17%
G=18.94%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151579300.620.380.41337.0245.1940.78
Hex97395D03E26291512d29
Octal2277113507646515215551
Binary1001011111100110111010111110100110101001101010001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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