#972D63

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

Shades of Lipstick #972D63

Tints of Lipstick #972D63

Color information

#972D63 (or 0x972D63) is unknown color: approx Lipstick. HEX triplet: 97, 2D and 63. RGB value is (151,45,99). Sum of RGB (Red+Green+Blue) = 151+45+99=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #972D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D63 is #68D29C. Grayscale: #525252. Windows color (decimal): -6869661 or 6499735. OLE color: 6499735.

HSL color Cylindrical-coordinate representation of color #972D63: hue angle of 329.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D63 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1514599-
CMYK00.700.340.41
HSL329.43º54.08%38.43%-
HSV(B)329.43º70.2%59.22%-
XYZ15.959.3612.77-
YUV82.85137.12176.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=51.19%
G=15.25%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151459900.700.340.41329.4354.0838.43
Hex972D6304622291493626
Octal22755143010642515116646
Binary10010111101101110001101000110100010101001101001001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,45,99); }

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

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

 a { background-color: rgb(151,45,99); }

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

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

 span { border-color: rgb(151,45,99); }

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