#97275F

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

Shades of Lipstick #97275F

Tints of Lipstick #97275F

Color information

#97275F (or 0x97275F) is unknown color: approx Lipstick. HEX triplet: 97, 27 and 5F. RGB value is (151,39,95). Sum of RGB (Red+Green+Blue) = 151+39+95=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #97275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97275F is #68D8A0. Grayscale: #4E4E4E. Windows color (decimal): -6871201 or 6236055. OLE color: 6236055.

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

Color convert

RGB1513995-
CMYK00.740.370.41
HSL330º58.95%37.25%-
HSV(B)330º74.17%59.22%-
XYZ15.558.8611.72-
YUV78.87137.11179.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=52.98%
G=13.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151399500.740.370.4133058.9537.25
Hex97275F04A252914a3b25
Octal22747137011245515127345
Binary10010111100111101111101001010100101101001101001010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97275F; }

 p { color: rgb(151,39,95); }

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

<style>
 a { background-color: #97275F; }

 a { background-color: rgb(151,39,95); }

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

<style>
 span { border-color: #97275F; }

 span { border-color: rgb(151,39,95); }

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