#97265C

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

Shades of Lipstick #97265C

Tints of Lipstick #97265C

Color information

#97265C (or 0x97265C) is unknown color: approx Lipstick. HEX triplet: 97, 26 and 5C. RGB value is (151,38,92). Sum of RGB (Red+Green+Blue) = 151+38+92=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97265C is #68D9A3. Grayscale: #4D4D4D. Windows color (decimal): -6871460 or 6039191. OLE color: 6039191.

HSL color Cylindrical-coordinate representation of color #97265C: hue angle of 331.33º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97265C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1513892-
CMYK00.750.390.41
HSL331.33º59.79%37.06%-
HSV(B)331.33º74.83%59.22%-
XYZ15.398.7411-
YUV77.94135.94180.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=53.74%
G=13.52%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151389200.750.390.41331.3359.7937.06
Hex97265C04B272914b3c25
Octal22746134011347515137445
Binary10010111100110101110001001011100111101001101001011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97265C; }

 p { color: rgb(151,38,92); }

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

<style>
 a { background-color: #97265C; }

 a { background-color: rgb(151,38,92); }

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

<style>
 span { border-color: #97265C; }

 span { border-color: rgb(151,38,92); }

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