#972461

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

Shades of Lipstick #972461

Tints of Lipstick #972461

Color information

#972461 (or 0x972461) is unknown color: approx Lipstick. HEX triplet: 97, 24 and 61. RGB value is (151,36,97). Sum of RGB (Red+Green+Blue) = 151+36+97=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #972461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972461 is #68DB9E. Grayscale: #4D4D4D. Windows color (decimal): -6871967 or 6366359. OLE color: 6366359.

HSL color Cylindrical-coordinate representation of color #972461: hue angle of 328.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972461 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1513697-
CMYK00.760.360.41
HSL328.17º61.5%36.67%-
HSV(B)328.17º76.16%59.22%-
XYZ15.558.712.17-
YUV77.34139.1180.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=53.17%
G=12.68%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151369700.760.360.41328.1761.536.67
Hex97246104C24291483d25
Octal22744141011444515107545
Binary10010111100100110000101001100100100101001101001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972461; }

 p { color: rgb(151,36,97); }

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

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

 a { background-color: rgb(151,36,97); }

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

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

 span { border-color: rgb(151,36,97); }

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