#973462

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

Shades of Lipstick #973462

Tints of Lipstick #973462

Color information

#973462 (or 0x973462) is unknown color: approx Lipstick. HEX triplet: 97, 34 and 62. RGB value is (151,52,98). Sum of RGB (Red+Green+Blue) = 151+52+98=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #973462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973462 is #68CB9D. Grayscale: #565656. Windows color (decimal): -6867870 or 6435991. OLE color: 6435991.

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

Color convert

RGB1515298-
CMYK00.660.350.41
HSL332.12º48.77%39.8%-
HSV(B)332.12º65.56%59.22%-
XYZ16.29.9212.62-
YUV86.84134.3173.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=50.17%
G=17.28%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151529800.660.350.41332.1248.7739.8
Hex973462042232914c3128
Octal22764142010243515146150
Binary10010111110100110001001000010100011101001101001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973462; }

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

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

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

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

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

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

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

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