#972D67

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

Shades of Lipstick #972D67

Tints of Lipstick #972D67

Color information

#972D67 (or 0x972D67) is unknown color: approx Lipstick. HEX triplet: 97, 2D and 67. RGB value is (151,45,103). Sum of RGB (Red+Green+Blue) = 151+45+103=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #972D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D67 is #68D298. Grayscale: #535353. Windows color (decimal): -6869657 or 6761879. OLE color: 6761879.

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

Color convert

RGB15145103-
CMYK00.700.320.41
HSL327.17º54.08%38.43%-
HSV(B)327.17º70.2%59.22%-
XYZ16.159.4413.8-
YUV83.31139.12176.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=50.50%
G=15.05%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514510300.700.320.41327.1754.0838.43
Hex972D6704620291473626
Octal22755147010640515076646
Binary10010111101101110011101000110100000101001101000111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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