#97275D

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

Shades of Lipstick #97275D

Tints of Lipstick #97275D

Color information

#97275D (or 0x97275D) is unknown color: approx Lipstick. HEX triplet: 97, 27 and 5D. RGB value is (151,39,93). Sum of RGB (Red+Green+Blue) = 151+39+93=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #97275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97275D is #68D8A2. Grayscale: #4E4E4E. Windows color (decimal): -6871203 or 6104983. OLE color: 6104983.

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

Color convert

RGB1513993-
CMYK00.740.380.41
HSL331.07º58.95%37.25%-
HSV(B)331.07º74.17%59.22%-
XYZ15.468.8211.24-
YUV78.64136.11179.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=53.36%
G=13.78%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151399300.740.380.41331.0758.9537.25
Hex97275D04A262914b3b25
Octal22747135011246515137345
Binary10010111100111101110101001010100110101001101001011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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