#972F68

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

Shades of Lipstick #972F68

Tints of Lipstick #972F68

Color information

#972F68 (or 0x972F68) is unknown color: approx Lipstick. HEX triplet: 97, 2F and 68. RGB value is (151,47,104). Sum of RGB (Red+Green+Blue) = 151+47+104=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #972F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F68 is #68D097. Grayscale: #545454. Windows color (decimal): -6869144 or 6827927. OLE color: 6827927.

HSL color Cylindrical-coordinate representation of color #972F68: hue angle of 327.12º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #972F68 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15147104-
CMYK00.690.310.41
HSL327.12º52.53%38.82%-
HSV(B)327.12º68.87%59.22%-
XYZ16.289.6114.09-
YUV84.59138.96175.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=50%
G=15.56%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514710400.690.310.41327.1252.5338.82
Hex972F680451F291473527
Octal22757150010537515076547
Binary1001011110111111010000100010111111101001101000111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972F68; }

 p { color: rgb(151,47,104); }

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

<style>
 a { background-color: #972F68; }

 a { background-color: rgb(151,47,104); }

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

<style>
 span { border-color: #972F68; }

 span { border-color: rgb(151,47,104); }

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