#97395B

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

Shades of Lipstick #97395B

Tints of Lipstick #97395B

Color information

#97395B (or 0x97395B) is unknown color: approx Lipstick. HEX triplet: 97, 39 and 5B. RGB value is (151,57,91). Sum of RGB (Red+Green+Blue) = 151+57+91=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97395B is #68C6A4. Grayscale: #585858. Windows color (decimal): -6866597 or 5978519. OLE color: 5978519.

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

Color convert

RGB1515791-
CMYK00.620.400.41
HSL338.3º45.19%40.78%-
HSV(B)338.3º62.25%59.22%-
XYZ16.1110.2611.03-
YUV88.98129.14172.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=50.50%
G=19.06%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151579100.620.400.41338.345.1940.78
Hex97395B03E28291522d29
Octal2277113307650515225551
Binary1001011111100110110110111110101000101001101010010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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