#972F69

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

Shades of Lipstick #972F69

Tints of Lipstick #972F69

Color information

#972F69 (or 0x972F69) is unknown color: approx Lipstick. HEX triplet: 97, 2F and 69. RGB value is (151,47,105). Sum of RGB (Red+Green+Blue) = 151+47+105=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #972F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F69 is #68D096. Grayscale: #545454. Windows color (decimal): -6869143 or 6893463. OLE color: 6893463.

HSL color Cylindrical-coordinate representation of color #972F69: hue angle of 326.54º 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 #972F69 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15147105-
CMYK00.690.300.41
HSL326.54º52.53%38.82%-
HSV(B)326.54º68.87%59.22%-
XYZ16.339.6314.36-
YUV84.71139.46175.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=49.83%
G=15.51%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514710500.690.300.41326.5452.5338.82
Hex972F690451E291473527
Octal22757151010536515076547
Binary1001011110111111010010100010111110101001101000111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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