#97335E

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

Shades of Lipstick #97335E

Tints of Lipstick #97335E

Color information

#97335E (or 0x97335E) is unknown color: approx Lipstick. HEX triplet: 97, 33 and 5E. RGB value is (151,51,94). Sum of RGB (Red+Green+Blue) = 151+51+94=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #97335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97335E is #68CCA1. Grayscale: #555555. Windows color (decimal): -6868130 or 6173591. OLE color: 6173591.

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

Color convert

RGB1515194-
CMYK00.660.380.41
HSL334.2º49.5%39.61%-
HSV(B)334.2º66.23%59.22%-
XYZ15.979.7611.63-
YUV85.8132.63174.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.01%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=51.01%
G=17.23%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151519400.660.380.41334.249.539.61
Hex97335E042262914e3228
Octal22763136010246515166250
Binary10010111110011101111001000010100110101001101001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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