#97335D

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

Shades of Lipstick #97335D

Tints of Lipstick #97335D

Color information

#97335D (or 0x97335D) is unknown color: approx Lipstick. HEX triplet: 97, 33 and 5D. RGB value is (151,51,93). Sum of RGB (Red+Green+Blue) = 151+51+93=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #97335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97335D is #68CCA2. Grayscale: #555555. Windows color (decimal): -6868131 or 6108055. OLE color: 6108055.

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

Color convert

RGB1515193-
CMYK00.660.380.41
HSL334.8º49.5%39.61%-
HSV(B)334.8º66.23%59.22%-
XYZ15.929.7411.4-
YUV85.69132.13174.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=51.19%
G=17.29%
B=31.53%

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
Decimal151519300.660.380.41334.849.539.61
Hex97335D042262914f3228
Octal22763135010246515176250
Binary10010111110011101110101000010100110101001101001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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