#972762

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

Shades of Lipstick #972762

Tints of Lipstick #972762

Color information

#972762 (or 0x972762) is unknown color: approx Lipstick. HEX triplet: 97, 27 and 62. RGB value is (151,39,98). Sum of RGB (Red+Green+Blue) = 151+39+98=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #972762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972762 is #68D89D. Grayscale: #4F4F4F. Windows color (decimal): -6871198 or 6432663. OLE color: 6432663.

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

Color convert

RGB1513998-
CMYK00.740.350.41
HSL328.39º58.95%37.25%-
HSV(B)328.39º74.17%59.22%-
XYZ15.698.9112.45-
YUV79.21138.61179.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=52.43%
G=13.54%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151399800.740.350.41328.3958.9537.25
Hex97276204A23291483b25
Octal22747142011243515107345
Binary10010111100111110001001001010100011101001101001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972762; }

 p { color: rgb(151,39,98); }

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

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

 a { background-color: rgb(151,39,98); }

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

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

 span { border-color: rgb(151,39,98); }

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