#97305E

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

Shades of Lipstick #97305E

Tints of Lipstick #97305E

Color information

#97305E (or 0x97305E) is unknown color: approx Lipstick. HEX triplet: 97, 30 and 5E. RGB value is (151,48,94). Sum of RGB (Red+Green+Blue) = 151+48+94=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #97305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97305E is #68CFA1. Grayscale: #535353. Windows color (decimal): -6868898 or 6172823. OLE color: 6172823.

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

Color convert

RGB1514894-
CMYK00.680.380.41
HSL333.2º51.76%39.02%-
HSV(B)333.2º68.21%59.22%-
XYZ15.849.511.59-
YUV84.04133.62175.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=51.54%
G=16.38%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151489400.680.380.41333.251.7639.02
Hex97305E044262914d3427
Octal22760136010446515156447
Binary10010111110000101111001000100100110101001101001101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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